Ask Question
6 October, 20:01

Explain the difference between internal fragmentation and external fragmentation. Which one occurs in paging systems? Which one occurs in systems using pure seg - mentation?

+2
Answers (1)
  1. 6 October, 20:30
    0
    Internal fragmentation occurs when the last allocation unit is not full. External fragmentation occurs when space is wasted between two allocation units. In a paging system, the wasted space in the last page is lost to internal fragmentation.

    In a paging system where fixed size of pages are allocated to the program and last partition of the program may not require entire page.

    In a pure segmentation system where memory is not contiguously allocated in fixed partition leading to unused memory blocks.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Explain the difference between internal fragmentation and external fragmentation. Which one occurs in paging systems? Which one occurs in ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers