The document provides an overview of the Address Resolution Protocol (ARP). It discusses:
- ARP allows mapping between a host's logical IP address to its physical MAC address on a local area network.
- Each device maintains an ARP cache table to map IP-MAC address pairs for other devices on the network. An ARP request is broadcast to resolve addresses and the responding device unicasts an ARP reply.
- ARP spoofing vulnerabilities exist since ARP does not authenticate requests/replies, allowing an attacker to poison a device's ARP cache with false address mappings and intercept network traffic.