A process can be swapped temporarily out of memory to a backing store - and then brought back into memory for continued execution
Backing store - Fast disk that must provide direct access to these memory images
bring a page into memory only when it is needed (page-level swapping)
- OS do movement of pages between memory/disks
- evicted pages go to disk if page is dirty to a swap file