- Differentiation of user logical memory  from physical memory
- only part of program needs to be in memory for execution
 
- logical address space can be 
 than physical address space
 
- allows address spaces to be shared by processes
 
- allows more efficient process creation
 
 
- Virtual memory (VM) can be implemented via:
- demand paging
 
- demand segmentation
 
 
Subsections
2004-05-25