Question
Which page-table organization is especially suitable for address spaces larger than 32 bits and uses hashing of virtual page numbers?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Hashed page table
Explanation:
A hashed page table maps virtual page numbers into hash buckets containing translation entries.
It can represent sparse, very large virtual address spaces efficiently.
Leave a Reply