Experiment 8 OS
Experiment 8 OS
8 - Part A
Aim:
Conduct a study for Process Allocation Algorithms and perform following tasks
Instructions:
1. Take input queue of memory request and then draw memory consumption based on the
concept of placement technique.
Exp.8- Part B
Name of Student: SOHAM HANDE Roll No.: A129
Programme: BTECH AIDS
Output:
Observation & Learning:
Conclusion:
1. Write all the advantages and disadvantages of Best Fit Placement Technique?
1. Minimizes Fragmentation:
- Best Fit attempts to allocate the process to the smallest available block that fits, which
can help reduce **external fragmentation** compared to other techniques (e.g., First Fit).
- Since the process is allocated the smallest suitable block, it leaves larger chunks of free
memory for other processes.