0 votes
in Operating System by
Write a difference between internal fragmentation and external fragmentation?

1 Answer

0 votes
by
S.NOInternal fragmentationExternal fragmentation
1.In internal fragmentation fixed-sized memory, blocks square measure appointed to process.In external fragmentation, variable-sized memory blocks square measure appointed to the method.
2.Internal fragmentation happens when the method or process is larger than the memory.External fragmentation happens when the method or process is removed.
3.The solution to internal fragmentation is the best-fit block.Solution for external fragmentation is compaction, paging and segmentation.
4.Internal fragmentation occurs when memory is divided into fixed-sized partitions.External fragmentation occurs when memory is divided into variable-size partitions based on the size of processes.
5.The difference between memory allocated and required space or memory is called Internal fragmentation.The unused spaces formed between non-contiguous memory fragments are too small to serve a new process, which is called External fragmentation.
...