# What is Address Resolution Protocol (ARP)?

> Address Resolution Protocol (ARP) is used on IPv4 local networks to determine the link-layer address associated with an IPv4 address.

- Canonical URL: https://yellowcube.eu/glossary/address-resolution-protocol/
- Publisher: Yellow Cube
- Language: en
- Contact: hello@yellowcube.eu

## Content

Before sending an Ethernet frame to a local destination or next-hop router, a host can broadcast an ARP request; the device claiming the target address replies with its hardware address.

Hosts keep learned mappings in an ARP cache so they do not need to broadcast for every packet. ARP operates only on the local link: a sender reaching a remote network resolves the local router’s address, not the remote host’s address. IPv6 does not use ARP; its Neighbor Discovery mechanisms perform related functions using ICMPv6.

### Key points

- **Request and reply:** A request asks which link-layer address owns a target protocol address, and a reply supplies a mapping that hosts may cache.
- **Local scope:** Routers do not normally forward ARP broadcasts, so each broadcast domain performs its own resolution.
- **Defensive controls:** Segmentation, controlled switch features, static mappings for limited critical cases, monitoring, and strong admission controls can reduce exposure to forged mappings.
- **Important limitation:** ARP does not authenticate its mappings. A device on the local network may send forged or misleading ARP messages, enabling traffic interception, redirection, or disruption; protections depend on the surrounding network design and enforcement, not on ARP’s age alone.

### Related terms

[IP addressing: static and dynamic addresses](<https://yellowcube.eu/glossary/ip-addressing-static-and-dynamic-addresses/>) · [Ethernet switching](<https://yellowcube.eu/glossary/ethernet-switching/>) · [Network access control (NAC)](<https://yellowcube.eu/glossary/network-access-control/>) · [Network segmentation](<https://yellowcube.eu/glossary/network-segmentation/>) · [Man-in-the-middle (MITM) attack](<https://yellowcube.eu/glossary/man-in-the-middle-attack/>)

### Sources

[IETF RFC 826: Ethernet Address Resolution Protocol](https://datatracker.ietf.org/doc/html/rfc826) · [IETF RFC 5227: IPv4 Address Conflict Detection](https://datatracker.ietf.org/doc/html/rfc5227) · [IETF RFC 4861: Neighbor Discovery for IPv6](https://datatracker.ietf.org/doc/html/rfc4861)

## Attribution and scope

This Markdown representation is generated from the same approved content records as the canonical HTML page. Cite the canonical URL above when referencing this material. Product and service descriptions are informational; confirm project-specific requirements with Yellow Cube.

