Paging and segmentation are two ways to organize a virtual address space; modern systems are overwhelmingly paging-based (sometimes with a thin layer of segmentation on top).
Paging
Virtual and physical memory are cut into fixed-size and (typically 4 KB). A maps virtual page → physical frame. An address splits into a (an index into the table) and an :
