Difference between Logical and Physical Address Space?

->The concept of a logical address space that is bound to a separate physical address space is central to proper memory management.Logical address – generated by the CPU; also referred to as virtual address.Physical address – address seen by the memory unit.->Logical and physical addresses are the same in compile-time and load-time address-binding schemes; logical (virtual) and physical addresses differ in execution-time address-binding scheme

Showing Answers 1 - 12 of 12 Answers

padmini

  • Jun 20th, 2007
 

Logical address is the address generated by the CPU. Where as physical address is the actual address of the process in the memory.

The CPU generates the logical address that is added with the offset value to get the actual address of the process inthe memory..

saro kumar das

  • Nov 1st, 2011
 

cpu basically generates logically address but physical address is the actual address of the process in the memory.

  Was this answer useful?  Yes

pankaj chourshia

  • Nov 13th, 2011
 

logical address is the address generated by the CPU But physical add is the actual add of any process.

  Was this answer useful?  Yes

rohit jadhav

  • Jun 18th, 2015
 

What is use of logical address and where is the actual logical memory in RAM itself or else anywhere?

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions