Tutorial 2 Solutions
Tutorial 2 Solutions
Internal fragmentation does not happen in dynamic partitioning memory systems because
each process is allocated exactly its needs of memory.
External fragmentation happens as when for example a process needs 49 k memory and it
is allocated from a 50 k memory block. The remaining 1 k of memory is external
fragmentation.