Segmentation

With segmentation, each process’ data is allocated a contiguous segment of physical memory.

A segment is located through its base, which contains the segments’ physical memory location, and bound that indicates the segment’s size.

  • typically, systems do not allow processes to access addresses outside its bound

Base and Bound values are stored in dedicated registers.