What is an inverted page table? How does it compare to a two-level page table?

      

What is an inverted page table? How does it compare to a two-level page table?

  

Answers


Faith
It uses hashing to achieve being an array of page numbers indexed by physical frame number. It grows
with size of RAM, rather than virtual address space, saving a vast amount of space.
Titany answered the question on April 26, 2022 at 12:34


Next: Describe a two-level page table? How does it compare to a simple page table array?
Previous: What are temporal locality and spatial locality?

View More Operating Systems Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions