Q6Operating System
Question
2 marks
What is Fragmentation?
Answer
Fragmentation is the catastrophic fracturing of physical memory into tiny, unusable blocks, preventing process allocation.
Fragmentation is a devastating memory allocation flaw. Internal Fragmentation occurs when a process is allocated a fixed memory block larger than its mathematical requirement, wasting the internal surplus. External Fragmentation occurs when total free RAM is mathematically sufficient, but physically shattered into non-contiguous microscopic holes, making massive contiguous allocation impossible.