Skip to main content

Virtual Memory

Definition

Virtual memory is a memory management technique that allows a computer to compensate for physical memory shortages by temporarily transferring data from RAM to disk storage. This process creates the illusion of a larger, contiguous memory space for applications. It enables the execution of programs larger than the available physical memory. The operating system manages this swap between RAM and disk.