Inverted page tables are primarily used to
2025
Inverted page tables are primarily used to
- A.
Reduce the overhead of maintaining multiple page tables
- B.
Simplify the Translation Lookaside Buffer (TLB)
- C.
Minimize internal fragmentation
- D.
Support segmentation
Attempted by 47 students.
Show answer & explanation
Correct answer: A
Reduce the overhead of maintaining multiple page tables.In a traditional paging system, each process has its own page table, which can consume a significant amount of physical memory as the number of processes increases. An Inverted Page Table contains only one entry for each real page (frame) in physical memory. This drastically reduces the amount of memory needed to store page tables, as it is proportional to the size of physical memory rather than the number of processes or the virtual address space.