top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is placement and replacement algorithms?

+1 vote
1,218 views

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

posted May 31, 2014 by Amit Kumar Pandey

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

1 Answer

+1 vote

Placement algorithms - It decides which program to load into the memory. Common placement algorithms are first-fit, next-fit, best-fit and priority fit.

Replacement algorithms - These algorithms are used when memory is full, and one process or part of the process needs to be swapped out to accommodate a new program.

answer May 31, 2014 by Santosh Prasad
...