Basic memory operations: Relocation
A process in the memory includes instructions plus data. Instruction contain memory references: Addresses of data items, addresses of instructions.
These are logical addresses: relative addresses are examples of this. These are addresses which are expressed with reference to some known point, usually the beginning of the program.
Physical addresses are absolute addresses in the memory.
Relative addressing or position independence helps easy relocation of programs.