answersLogoWhite

0

Mac address.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is another name for a logical drive?

Another common name for a logical drive is a partition.


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.


Each Logical Address is dependent of what?

A Physical Address...


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.


Differentiate physical and logical addresses?

logical address and physical addressIn a system, there are two types of addresses: logical and physical. Another name for logical address is IP address and it is set by your Internet service provider (ISP) or your router. If you have a router then you have a LAN, which sets a logical address for your computer. Your router will have an logical address set by your ISP.The physical address is also called the MAC address and it is generated by the manufacturer. (but only to a given extent)Because a MAC address is assigned (by the FCC) to a company to use for a range of products.For example:01:23:45:00:00:00 - 01:23:45:FF:FF:FFWould be their "range" of MAC addresses. They use a coding called Hex which is not to far off from what you know which is base-10 (0-9).Instead hex uses (0-F). 0123456789ABCDEFA = 10, B = 11, etc.Read more: What_is_the_difference_between_logical_address_and_physical_addresses


What is another name for unicast address?

Host/destination address


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.