answersLogoWhite

0

What else can I help you with?

Related Questions

Is ARP the core protocol responsible for logical addressing?

The structure of the question is meant to trick you because 'logical addressing' is being used loosely. Technically, IP is the CORE protocol responsible for logical addressing. ARP is the network layer protocol that is used to discover the identity(physical address) of a machine whose IP address you know. Very briefly, it does this by creating a database that maps the MAC address to the (hosts') logical address provided.


Which protocol is used to convert logical IP addresses to physical MAC addresses?

Address Resolution Protocol (ARP)ARP is primarily used to translate IP Addresses to Ethernet MAC Addresses.


Network layer protocol that obtains the MAC physical address of a host or node and then creates a database that maps the MAC address to the hosts IP logical address?

ARP


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.


IP address is also known as logical address?

Yes. IP address/Internet Protocol address/Logical address all means the same. It is a numerical identification assigned to devices that participates in a computer network, using Internet protocol for communication between its nodes.


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.


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.


Each Logical Address is dependent of what?

A 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 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.


What is logical address in computer networks?

logical address is called as global address and physical address is called as local address .the ip address,which is used by the user in the network is found to be global for use and it is easily identified in any network .physical address is mac address ,which is stored in the nic card,which is mainly used ,when the system is connected in the network using switch


You want to implement a protocol on your network that allows computers to find the IP address of a host from a logical name. Which protocol should your implement?

DNS