Get premium membership and access questions with answers, video lessons as well as revision papers.

Give some advantages of a system with page-based virtual memory compared to a simply system with base-limit registers that implements swapping

      

Give some advantages of a system with page-based virtual memory compared to a simply system with base-limit registers that implements swapping

  

Answers


Faith
Page based virtual memory ensures that every process has its own address space. It allows processes
access up to 2^(system bits) bytes of address space, and allows programs requiring more RAM to use
only what it needs to at any one point. Physical memory need not be contiguous. No external
fragmentation. Minimal internal fragmentation. Allows sharing (you can map several pages to the same
frame).
Titany answered the question on April 26, 2022 at 12:04


Next: Describe page-based virtual memory. You should consider pages, frames, page tables, and Memory Management Units in your answer
Previous: Describe segmentation-based virtual memory. You should consider the components of a memory address, the segment table and its contents, and how the final physical address is formed...

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


Learn High School English on YouTube

Related Questions