Terminology
Physical address - the address of an item in main memory
Virtual address - the address of an item in the virtual address space of a program, that can be translated to a physical address.
- There are many more virtual addresses than physical addresses, so that not all virtual addresses can simultaneously refer to real addresses in main memory.