Placement Algorithms for Fixed Partitions
Unequal size partitions
- Multiple queues
- Assigns each process to the smallest partition within which it fits.
- Minimizes internal fragmentation.
- Single queue
- Assign each process to the smallest available partition within which it fits.
- Increases the level of multiprogramming on the expense of internal fragmentation.