Paging and Segmentation
• With contiguous partitioning schemes, key drawbacks are:
• Fixed partitioning — internal fragmentation
• Dynamic partitioning — complicate and external
fragmentation
• Paging and Segmentation are a non-contiguous
memory management schemes that reduce
fragmentations as well as complexity of the management.