Purchase Solution

Common Memory Management Techniques

Not what you're looking for?

Ask Custom Question

Explain common memory management techniques of operating system.

Purchase this Solution

Solution Summary

The solution deals with common memory management techniques of operating systems.

Solution Preview

Memory Management Techniques

First of all, let's look at what memory management really is - It is usually divided into three areas: hardware, operating system, and application. In most computer systems, all three are present to some extent, forming layers between the user's program and the actual memory hardware.

Here we will only focus our attention on memory management with regards to operating systems.
"In the operating system, memory must be allocated to user programs, and reused by other programs when it is no longer required. The operating system can pretend that the computer has more memory than it actually does, and also that each program has the machine's memory to itself; both of these are features of virtual memory systems" (Memorymanagement.org, 2010).

The operating system is responsible for managing the memory space allocated to each application and, where relevant, to each user. If there is insufficient ...

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

This quiz tests a student's knowledge about C++ operators.

C# variables and classes

This quiz contains questions about C# classes and variables.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.