Virtual Memory
✅ Virtual Memory
- allow process to be run outside of memory
- when process does not fit the existing memory
✔️ Functions of Virtual Memory
- Simplified management of memory:
each process can have unified VM address space
- Guarantee Memory space:
- RAM would be limited, but VM can be infinite
- prevent collision among process
This post is licensed under CC BY 4.0 by the author.