TCP/IP Basics

ARP

English

Overview

A protocol that resolves a MAC address on the same segment from an IP address.

Details

Address Resolution Protocol. Resolves an IP address to its corresponding MAC address within the same segment. A host broadcasts "who has this IP address?", and the matching device replies with its MAC address via unicast. The result is cached in the host's ARP table for a limited time.

More Networking terms