Virtual Memory
Definition: Facility by which each process is given the illusion of having a large main memory at its disposal, although the computer may have relatively small memory.
System uses secondary storage to store portions of a process’s address space that does not fit in memory.
- Commonly referred to as swap space or paging space.