An Ethernet Address Resolution Protocol
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://ipfyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://ipfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://ipfyi.com/entity//)
Use the native HTML custom element.
D. Plummer · 1982-11
Abstract
The Address Resolution Protocol (ARP) describes a method for mapping network layer addresses (such as IPv4 addresses) to link layer addresses (such as MAC addresses) on broadcast networks like Ethernet. ARP operates by broadcasting a request containing a target IP address and receiving a unicast reply containing the corresponding hardware address.
Why This RFC Matters
ARP is one of the fundamental glue protocols of TCP/IP networking. Every IPv4 packet sent on a local network segment depends on ARP to resolve the destination's hardware address before transmission. Despite its age and well-known vulnerabilities to ARP spoofing attacks, ARP remains ubiquitous in Ethernet and Wi-Fi networks worldwide. Its simplicity — a two-message request/reply exchange — has made it a durable solution for local address resolution for over four decades.