0 votes
in Operating System by
State the main difference between logical and physical address space?

1 Answer

0 votes
by

Parameter

LOGICAL ADDRESS

PHYSICAL ADDRESS

Basicgenerated by the CPU.location in a memory unit.
Address SpaceLogical Address Space is a set of all logical addresses generated by the CPU in reference to a program.Physical Address is a set of all physical addresses mapped to the corresponding logical addresses.
VisibilityUsers can view the logical address of a program.Users can never view the physical address of the program.
Generationgenerated by the CPU.Computed by MMU.
AccessThe user can use the logical address to access the physical address.The user can indirectly access physical addresses but not directly
...