Virtual Memory (OS)
← Back to Memory Management
An abstraction that gives each process the illusion of a large, contiguous, private address space. The OS and hardware translate virtual addresses to physical addresses, enabling memory isolation, overcommitment, and efficient sharing.
Key Properties
Related
- Paging (mechanism that implements virtual memory)
- Kernel vs User Space (virtual memory enforces privilege separation)