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

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?

      

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?

  

Answers


Faith
Swapping is the process of saving memory contents belonging to a particular process to a backing store
(most commonly a fast and large disk) temporarily and reloading it for continued execution.
Unfortunately, it does not permit an application requiring 16MiB of memory to run on a system with less
RAM, as the program requires the full contents of its memory to be in the physical memory at any one
time.
Titany answered the question on April 26, 2022 at 12:02


Next: List and describe the four memory allocation algorithms covered in lectures. Which two of the four are more commonly used in practice?
Previous: Describe page-based virtual memory. You should consider pages, frames, page tables, and Memory Management Units in your answer

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


Learn High School English on YouTube

Related Questions