# ARP Address Resolution Protocol (ARP) is the IPv4 way of requesting a MAC address from an IP address. # ARP tables Hosts keep arp tables that cache queries. Inspect arp tables on linux with `arp -a`. Delete an entry with `arp -d hostname`