size is 1024 bytes and the maximum physical memory size of the machine is 2 megabytes. Assuming two bits for protection and reference etc. 1) How many bits are required for each page table entry? 2) What is the maximum number of entries in a page table?
a) A system implements a paged virtual address space for a process using a one-level page table.
The maximum size of an address space of process is 16 megabytes.
The page table for the running process includes the following entries:
Page Number Frame Number
0 4
1 8
2 16
3 17
4 9
The page size is 1024 bytes and the maximum physical memory size of the machine is 2
megabytes. Assuming two bits for protection and reference etc.
1) How many bits are required for each page table entry?
2) What is the maximum number of entries in a page table?
3) How many bits are there in a virtual address?
4) To which physical address will the virtual address 1524 translate to?
Trending now
This is a popular solution!
Step by step
Solved in 2 steps