Paging
Physical memory (RAM) is divided into page-sized chunks (typically 4k - 8k).
Instead of moving an entire process’s address space from memory to swap storage, page-sized granularity of displacement is performed.
- This activity is referred to as paging.
Must allocate enough virtual memory to accommodate concurrently running processes.