How does external fragmentation occure?

Answer:

External fragmentation is the phenomenon in which free storage becomes divided into many small pieces over time.[1] It is a weakness of certain storage allocation algorithms, occurring when an application allocates and deallocates ("frees") regions of storage of varying sizes, and the allocation algorithm responds by leaving the allocated and deallocated regions interspersed.

First answer by ID2368030214. Last edit by ID2368030214. Question popularity: 2 [recommend question].