Question
What distinguishes an inverted page table from a conventional per-process page table?
Select an option. Your answer will be checked instantly.
Correct Answer: A. It has one entry for each physical frame rather than one entry for every virtual page
Explanation:
An inverted table reduces page-table memory by representing physical frames globally.
Entries typically include the owning process and virtual page information.
Leave a Reply