distinguish between physical addresses and logical address?

Answer Posted / ravi a joshi

Though the answer is not simple, it is not too difficult
either to understand. Please bear with me for a long answer:

Every modern day computer can address a huge amount of
system memory. The system memory is something the
OS/Processor setup uses during the normal operation of the
computer. Intel's i386 onwards, the processors can address
up to 4 GB of memory. This directly depends on the number of
address lines the processor has. This 4 GB of memory is
called Physical Memory. In other words, if your system has 1
GB of RAM installed, that is called your physical memory.
This is solely used by Memory Management Unit (both on-chip
and software).

However, the CPU does not understand the concept of physical
memory so neatly as we do. Since, the addressing it is
expected to do is instructed from operating system and
operating system understands virtual addresses. Hence, There
is a need to make these two address types meet at one common
place and that is logical address.

In short, CPU receives virtual address from OS, converts it
to logical address to address the physical address, pheww...

Hope that makes it clear !!!

Is This Answer Correct ?    138 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the unix command to confirm a remote host is alive or not?

590


What is a command and examples?

589


What is in grep command?

652


What is s and g in sed command?

563


Which command should you use to find the remaining disk space in unix server?

714






What is sed awk grep?

609


How do I run a whois command?

606


What happens when we execute a unix command?

600


What is $0 bash?

653


What is the command to find maximum memory taking process on the server?

674


How do you repeat a command in terminal?

596


Why is it called a shebang?

574


How to find $ai_serual resolved path by using unix

1030


How do I use grep to find a file?

583


What does 'mkdir' command do in UNIX?

664