Problem Statement
In memory management, what is the difference between a logical address and a physical address?
Explanation
A logical address is the address that a process uses in its code. It is mapped by the memory management unit to a physical address which is the actual location in RAM. This mapping enables features like virtual memory, memory protection and isolation between processes. :contentReference[oaicite:0]{index=0}
