Computer Operating System
Computer Operating System
also needed.
MULTIPROGRAMMING WITH
PARTITIONS
There are two types of Partitions namely Fixed and Variable partitions.
FIXED PARTITIONS
There are two types of Partitions namely Fixed and Variable
partitions.
First Fit : Allocate the first free block that is large enough for the
new process. This is a fast algorithm.
Best Fit : Allocate the smallest block among those that are large
enough for the new process. In this method, the OS has to search
the entire list, or it can keep it sorted and stop when it hits an
entry which has a size larger than the size of new process. This
algorithm produces the smallest left over block. However, it
requires more time for searching all the list or sorting it
Variable partitioning: 3 types of searching algorithms
Worst Fit : Allocate the largest block among those that are large
enough for the new process. Again a search of the entire list or
sorting is needed. This algorithm produces the largest over block.
CONTIGUOUS MEMORY ALLOCATION
. Swapping
…cont
physical address
register.
…cont
GROUP NAMES
KAWINA MARY 18428