answersLogoWhite

0

Single-user contiguous

Fixed Partitions

Dynamic Partitions

Relocatable Dynamic Partitions

Paged Memory Allocation

Demand Paging

Working Set

Segmented Memory Allocation

Segmented/Demand Page Memory Allocation

-------Taken from "Understanding Operating Systems. 6th edition pg 99

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Describe the major disadvantages for memory allocation schemes?

= for memory allocation schemes? = http://wiki.answers.com/Q/FAQ/2096= for memory allocation schemes? = http://wiki.answers.com/Q/FAQ/2096


List the advantages and disadvantages for each of the memory management schemes presented in this chapter?

Memory management schemes, such as paging, segmentation, and contiguous memory allocation, offer various advantages and disadvantages. Paging allows for efficient memory use and eliminates fragmentation but can lead to increased overhead and slower access times due to page table management. Segmentation provides a more logical structure and can improve access times but may suffer from external fragmentation. Contiguous memory allocation simplifies allocation and access but can lead to significant fragmentation and inefficient memory use over time.


List four memory allocation schemes on early system computer 1940-1960?

The input, output and memory allocation schemes are examples of the early system computer 1940-1960.


3Explain the function of OS in memory management?

function of memory management


What is a base memory address?

A base memory address is the starting point in memory from which a program or process accesses its data and instructions. It serves as a reference point for calculating the locations of various data elements or instructions within memory. In many programming environments, the base address is typically used in conjunction with an offset to access specific memory locations efficiently. This concept is fundamental in memory management and addressing schemes in computer architecture.


What is Memory management in ms dos?

MS-DOS does not have built-in memory management.


What is memory management?

static memory management i.e we are fixed the memory location with there size & that fixed size jobs will appear


Explain in detail page memory management scheme?

Memory Management is the crucial part of the concurrent systems.Various methods are used to utilize memory efficiently.Memory paging is the one from them .Memory Paging:pagingis one of the memory-management schemes by which a computer can store and retrieve data from secondary storage for use in main memory. In the paging memory-management scheme, the operating system retrieves data from secondary storage in same-size blocks called pages. The main advantage of paging over memory segmentation is that it allows the physical address space of a process to be noncontiguous. Before the time paging was used, systems had to fit whole programs into storage contiguously, which caused various storage andfragmentation problems.[1]Paging is an important part of virtual memory implementation in most contemporary general-purpose operating systems, allowing them to use disk storage for data that does not fit into physical random-access memory (RAM).


What is static memory management?

static memory management i.e we are fixed the memory location with there size & that fixed size jobs will appear


What actors and actresses appeared in Recent Memory - 2012?

The cast of Recent Memory - 2012 includes: Kai Hei Mok as Student


What is meant by contiguous memory allocation in C?

Contiguous memory allocation in C programming refers to the assigning of consecutive memory blocks to a process. Contiguous memory allocation is one of the oldest and most popular memory allocation schemes in programming.


What is the purpose of memory that is to optimize the use of random access memory?

memory management