Segmented addressing
Tag: segmentation
Aliases: segments, segmented memory
A protection/translation scheme that gives each process multiple variable-sized segments, each described by its own (base, bound) pair stored in a per-process segment table. Suffers from external fragmentation when segments are allocated and freed.