Translate virtual address to physical address - Operating System
Q. Why do we translate a virtual address to physical address where a multilevel page table is preferred in comparison to a single level page table?- Published on 27 Aug 15a. It is required by the translation look-aside buffer
b. It helps to reduce the memory access time to read or write a memory location
c. It helps to reduce the number of page faults in page replacement algorithm
d. It helps to reduce the size of a page table needed to implement the virtual address space of a process
ANSWER: It helps to reduce the size of a page table needed to implement the virtual address space of a process