Definition:
- 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 and large enought disk
- Swap out: memory from RAM to Backing Store
- Swap in: memory load from Backing Store to RAM
- Increase time for context switching
- For paging: the whole page is swap at a time
- page in, page out