Back to the 2022 paper

Module 5: Memory Management

20227m

Consider a simple paging system with the following parameters:

  • 2^32 bytes of physical memory
  • Page size of 2^10 bytes
  • 2^16 pages of logical address space

(i) How many bits are in a logical address?
(ii) How many bytes are in a frame?
(iii) How many bits in the physical address specify the frame?
(iv) How many entries are in the page table?

Similar questions