Yong Xiang, Yu Chen, Guoliang Li, Ju Ren
Spring 2023
Outline
Conversion from Logical Address to Physical Address
The logical address is the same as the virtual address when there is no segment memory management
The logical address, virtual address, and physical address are all the same when there is no page memory management
The perspectives of these three address spaces are different
Virtual memory can be used as a cache for external storage
Each running program has its own independent address space, regardless of where the code and data are actually stored in physical memory. This simplifies:
Virtual memory can protect data