The Address Resolution Protocol (ARP) is a communication protocol used within a local network (typically an Ethernet network) to translate an IP address to a physical Media Access Control (MAC) address. When a device on the network wants to communicate with another device using its IP address, it needs to know the destination device's MAC address to send Ethernet frames. ARP works as follows: the sending device broadcasts an ARP request packet to all devices on the network. This packet contains the IP address of the destination device and asks, 'Who has this IP address? Tell me your MAC address.' The device with the matching IP addr....
Log in to view the answer