Topic 2 Part 1
Topic 2 Part 1
Memory and
Process
Management
Part 1
Learning Outcome
2. Placement Strategy:
Determine where information is to be placed.
Types: Best-Fit, First-Fit, Worst-Fit.
3 . Replacement Strategy:
Determine which memory area is to be removed under
conflict conditions.
Placement Strategies
Best-fit
•Allocate the smallest empty space that is big enough
•Makes the best use of memory space but slower in
making allocation
First-fit
•Allocate the first empty space that is big enough
•Faster in making allocation but leads to memory
waste
On many systems,
multiple programs are
loaded into memory and
executed by turns.
10
Seg. 2
13