segmentatietabel
A segmentatietabel, or segmentation table, is a data structure used in computer systems, particularly in memory management, to track how a computer's memory is divided into segments. Each segment is a logical block of memory that can have a different size and protection attributes. The segmentation table stores information about each segment, including its starting address in physical memory and its length.
When a program tries to access a memory location, the system first looks up the corresponding segment
Segmentation tables allow for flexible memory allocation. Different segments can represent different logical parts of a