Internal vs External Fragmentation: Key Differences
The short answer Internal fragmentation is wasted memory inside an allocated block: the allocator hands a process a fixed block bigger than it asked for, so the leftover space sits unused. External fragmentation is wasted memory between blocks: enough total…