Which fragmentation is preferred external or internal?

1 answer

Answer

1281602

2026-03-05 03:10

+ Follow

The preference between external and internal fragmentation depends on the context of memory management. Internal fragmentation occurs when allocated memory blocks are larger than necessary, leading to wasted space within allocated regions. External fragmentation arises when free memory is split into small, non-contiguous blocks, making it difficult to allocate larger contiguous segments. Generally, minimizing external fragmentation is preferred because it allows for better memory utilization and allocation flexibility.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.