The Multics system, as originally designed, provided for two page sizes. It was believed that the large number of small data structures could occupy small pages, and that most other procedures and data structures would best occupy one or more large pages. How does a memory organization scheme that supports multiple page sizes differ from one that supports a single page size?

What will be an ideal response?


Certainly the scheme must identify various areas of memory for large pages and for
small pages. It must specify whether small pages will reside exclusively in “small-page
frames” or whether “large-page frames” may also hold many small-page frames. Dealing
with fragmentation becomes more complex. Dynamic address translation becomes more
complex in order to deal with translating pages of each size.

Computer Science & Information Technology

You might also like to view...

What is GLBA?

What will be an ideal response?

Computer Science & Information Technology

Programmers around the world use Ruby to develop scripts that perform tasks that include ____.

A. Processing text files B. Network programming C. System administration D. All of the above

Computer Science & Information Technology

The highest number printed by the accompanying code will be ____.

A. 11 B. 10 C. 9 D. 0

Computer Science & Information Technology

Which of the following statements about CSS is false?

A. Embedded style sheets apply only to a single page. B. Style sheets can be used to format more than text objects. C. A Cascading Style Sheet file is an example of an interpolated file. D. External style sheets are separate files in a website, and are saved with the .css file extension.

Computer Science & Information Technology