# Descriptor table
Last edited: 2026-02-05
Descriptor table
In segmentation the virtual addresses contain a selector and an offset. The selector relates to some segment descriptor, such as code, data, heap, etc. The descriptor table maps this selector to the segment address in physical memory .