A mapping of physical memory in RAM to virtual memory spaces.
- Allows for Swap
- Prevents processes from accessing other process memory
- Allows for segmenting of memory to give to processes that wouldnât fit contiguously

Aligning via Frames
- Memory is broken into frames which are usually 4KB in size, these are then mapped to virtual memory
