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

Describe page-based virtual memory. You should consider pages, frames, page tables, and Memory Management Units in your answer

      

Describe page-based virtual memory. You should consider pages, frames, page
tables, and Memory Management Units in your answer

  

Answers


Faith
Page-based virtual memory is the idea that physical memory space can be divided into frames, while
each process owns a virtual address space divided into pages which are the same size as frames. The
page table contains the location of a frame corresponding to a page, which is generally obfuscated
using some algorithm (commonly two-level and inverting).
Titany answered the question on April 26, 2022 at 12:02


Next: Base-limit MMUs can support swapping. What is swapping? Can swapping permit an application requiring 16M memory to run on a machine with 8M of RAM?
Previous: Give some advantages of a system with page-based virtual memory compared to a simply system with base-limit registers that implements swapping

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


Learn High School English on YouTube

Related Questions