Difference Between Internal Fragmentation and External Fragmentation
Difference Between Internal Fragmentation and External Fragmentation
Internal fragmentation happens when the 2 External fragmentation happens when the
method or process is smaller than the memory. method or process is removed.
Internal fragmentation occurs when memory is 4 External fragmentation occurs when memory
divided into fixed-sized partitions. is divided into variable size partitions based on
the size of processes.
Group 2 Section 5
It occurs in worst fit memory allocation method 8 It occurs in best fit and first fit memory
allocation method.