Posts

Showing posts from December, 2020

Memory Management in OS

Image
  Memory Management in Operating System (OS) In this article, we will understand memory management in detail. What do you mean by memory management? Memory is the important part of the computer that is used to store the data. Its management is critical to the computer system because the amount of main memory available in a computer system is very limited. At any time, many processes are competing for it. Moreover, to increase performance, several processes are executed simultaneously. For this, we must keep several processes in the main memory, so it is even more important to manage them effectively. Role of Memory management ADVERTISEMENT ADVERTISEMENT Following are the important roles of memory management in a computer system: Memory manager is used to keep track of the status of memory locations, whether it is free or allocated. It addresses primary memory by providing abstractions so that software perceives a large memory is allocated to it. Memory manager permits computers with a