answersLogoWhite

0


Best Answer

The physical address is the final address that is presented to the bus, at the pins of the microprocessor chip, to form the address of the desired item in memory.

In the 8085, physical and effective addresses are one and the same.

In the 8086/8088, the physical address is the effective address plus 16 times one of the segment registers.

In higher level processors, such as the 80386 and beyond, the physical address is formed by lookup of the effective address in a page table to convert from virtual/effective address to physical, or linear, address.

The effective/virtual address is the address generated by the instruction and the programmer, without regard to any underlying addressing scheme. This is the address used when considering the "programming model", in "user mode".

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does physical address mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is another name for the physical address assigned to each adapter?

mac address, physical .address address book ,physical change


Is physical address the home address?

Yes, a physical address would the the same as a person's address of their home. An example of a non-physical address would be a PO Box address.


What do you mean by term Address?

The term address means the physical location of something. In email, the term address means the name of the email account where you receive emails.


Where physical address stored in computer network?

There is no physical address.


Can physical address and virtual address be same?

your question is wrong. it should be "can physical address and logical address be same" answer is no because logical address is the combination of page number and offset whereas physical address is the combination of physical page[frame] and offset


What is the difference between a postal address versus a physical address?

A physical address is used when delivering merchandise. A postal address is used for postal only. In most instances the physical and the postal address are the same.


What is present physical address?

A physical address is where you live, or in the case of a business, where the store itself is located. The reason they specify is that sometimes the mailing address is different from the physical address. (a post office box for example)


What fixed number is associated with a devices NIC?

The Physical Address


What is physical address in network?

The MAC address is the physical address. Usually the MAC address is a unique hexadecimal address hard coded into the network card.


What is the physical address (the MAC address) of the NIC (or network adapter) for this connection?

•What is the physical address (the MAC address) of the NIC (or network adapter) for this connection?


Which address is more important the physical address or the logical address?

In the 8086/8088 the physical address and logical address have the same importance, because they both relate to the address of the operand. It is true that the offset (logical) address is added to the segment address to determine the physical address, but the limitations of the architecture of the processor forces programmers to consider both.If you are talking about a virtual environment, however, such as in the 80286 or higher, then the logical address is more important than the physical address, because the logical address is the address of the operand, while the physical address is (somewhat) arbitrarily assigned by the operating system.


What is physical address in 8086 microprocessor?

Physical address in the 8086/8088 is {Selected Segment Register} * 16 + {Effective Offset Address}. It is a 20-bit address .