Login
Remember
Register
Ask a Question
Write a difference between internal fragmentation and external fragmentation?
0
votes
asked
Sep 16, 2023
in
Operating System
by
rajeshsharma
Write a difference between internal fragmentation and external fragmentation?
internalfragmentation
externalfragmentation
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 16, 2023
by
rajeshsharma
S.NO
Internal fragmentation
External 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.
...