120k views
4 votes
How many physical page frames are there in the above paged memory system? Your answer should be in exponential form. How many bits are needed to represent a physical page frame number in the system?

User Zhanxw
by
4.5k points

1 Answer

5 votes

Answer:

The pages are typically 512 to 8192 bytes, with 4096 (2^12) being a typical value.

There are 32 bit numbers in a page frame.

Step-by-step explanation:

Loadable modules are divided into a number of pages frames. The page frames are always the same sizes as the pages in the memory. This allows access to 2^32 physical physical page frames.

User Joe Bloggos
by
4.3k points