answersLogoWhite

0

A Physical Address...

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Is a logical address used for receiving messages?

The most logical address used for receiving messages is email. In the past this most logical address would have been a mailing address.


What is in the layer 3 header?

destination host logical address


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 logical addressing in networking?

The Logical address is what we assign to the Network device to identify. for example IP Address.


Actually the IP address is logical address?

Yes.


How can one calculate the physical address from a given logical address?

To calculate the physical address from a logical address, you can use the base address and offset. Add the base address to the offset to get the physical address. This process is commonly used in computer systems to translate logical addresses to physical addresses for memory access.


What is another name for a logical address?

Mac address.


The logical explanation for an occurrence after experimentation is?

...dependent on what the occurance is, and what the researchers' predictions were.


Is ip address is a physical address?

No an IP address is considered a logical address. Physical address refers to a MAC address which is burned into ROM on each Ethernet network interface card or NIC. In theory every NIC card has a unique physical address which denotes its manufacture and its own unique address. The logical address or IP internet protocol address is used for layer 3 routing between networks and subnets.


How logical address is mapped to physical address?

In the 8086/8088, the logical address (or effective address) is mapped to a physical address by adding it to the left shifted by 4 value of a segment register. For example, is the logical address is 1234H, and the segment register's contents is 5678H, the physical address is 1234H + 56780H, or 579B4H.


Which address allows transport between networks?

Logical Address.


What is the difference between virtual logical and physical address spaces?

The concept of a logical address space is simply involved the process of mapping the Logical addresses to their Physical Addresses . Logical addresses are generated by the CPU; also referred to as virtual addresses.while Physical Address is the actual address of the data stored on the physical device and mapped by MMU.