Logical Grouping
← Back to Segmentation
Segmentation organizes memory according to the program’s logical structure — separate segments for code, stack, heap, and data. Each segment can have different protection attributes (read-only for code, read-write for data), enabling fine-grained access control.