-
A multilevel page table is preferred in comparison to a single level page table for translating virtual address to physical address because
-
- it reduces the memory access time to read or write a memory location
- it helps to reduce the size of page table needed to implement the virtual address space of a process
- it is required by the translation look-aside buffer
- it helps to reduce the number of page faults in page replacement algorithms
- it reduces the memory access time to read or write a memory location
Correct Option: B
As we know that the use of multilevel page table reduces the size of the page table needed to implement the virtual address space of a process.