Virtual to Physical Mapping
A virtual page can be mapped to any physical page
This is a fully associative mapping:
- Contrast this with direct mapping used between cache and main memory, where each memory address corresponds to one fixed address in the cache.
- Each program maintains a corresponding page table for this map.