0 votes
in Operating System by
Write a difference between physical address and logical address?

1 Answer

0 votes
by
S.NO.ParametersLogical addressPhysical Address
1.BasicIt is the virtual address generated by CPU.The physical address is a location in a memory unit.
2.AddressSet of all logical addresses generated by the CPU in reference to a program is referred to as Logical Address Space.Set of all physical addresses mapped to the corresponding logical addresses is referred to as a Physical Address. 
3.VisibilityThe user can view the logical address of a program.The user can never view the physical address of the program
4.AccessThe user uses the logical address to access the physical address.The user can not directly access the physical address
5.GenerationThe Logical Address is generated by the CPUPhysical Address is Computed by MMU
...