Concept Flow - Why virtual memory extends physical memory
Program requests memory
Check physical memory
Use physical
memory directly
Store data on disk
Swap data between disk and RAM
Program runs smoothly
When a program needs memory, the system first checks physical RAM. If RAM is full, it uses virtual memory on disk to extend available memory, swapping data as needed.