top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

In the context of memory management, what are placement and replacement algorithms?

0 votes
360 views
In the context of memory management, what are placement and replacement algorithms?
posted Mar 31, 2016 by Jayshree

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Placement algorithms determine where in available real-memory to load a program. Common methods are first-fit, next-fit, best-fit. Replacement algorithms are used when memory is full, and one process (or part of a process) needs to be swapped out to accommodate a new program. The replacement algorithm determines which are the partitions to be swapped out.

answer Mar 31, 2016 by Shivaranjini
Similar Questions
+1 vote

In context of memory management, what are placement and replacement algorithms?

0 votes

What is major difference between the Historic Unix and the new BSD release of Unix System V in terms of Memory Management?

...