Loading page…
A memory management technique where the OS gives each process its own address space, mapping virtual addresses to physical ones via page tables.
Virtual memory lets programs use more memory than physically exists by swapping unused pages to disk. It also isolates processes so one cannot corrupt another's memory.