How many types of addresses are there in Computer and what is the difference between physical and logical address space?
Answers
Answer:
Address uniquely identifies a location in the memory. We have two types of addresses that are logical address and physical address. The logical address is a virtual address and can be viewed by the user. The user can’t view the physical address directly. The logical address is used like a reference, to access the physical address.
The fundamental difference between logical and physical address is that logical address is generated by CPU during a program execution whereas, the physical address refers to a location in the memory unit.
There are some other differences between the logical and physical address.
Answer:
We have two types of addresses that are logical address and physical address.
The logical address is a virtual address and can be viewed by the user.
The user can't view the physical address directly.
The logical address is used like a reference, to access the physical address.
Explanation:
Hope it helps you