Replacement and placement algorithms-memory management

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

E

Expert

Verified

Placement algorithms find out where in accessible real-memory to load a program. Common techniques are first-fit, best-fit, and next-fit. Replacement algorithms are employed when memory is full, and one process (part of a process) requires to be swapped out to accommodate a new program. The replacement algorithm finds out which the partitions to be swapped out are.

   Related Questions in Operating System

©TutorsGlobe All rights reserved 2022-2023.