1/4
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is Virtual Memory?
A way a computer system can compensate for a shortage of RAM.
How does it work (roughly)?
It uses a portion of secondary storage as if it were RAM.
How does the operating system manage virtual memory?
OS creates virtual addresses and stores data as pages
Pages moved from VM to RAM for processing
What happens when data is moved from virtual memory to RAM?
Processor moves page files to RAM, allocating them a physical address
Data in RAM may be moved to VM or Secondary Storage to make space
What is a downside for using SSDs for VM?
Reduced lifespan due to limited R/W cycles.