Address resolution protocol
A address resolution protocol is a network protocol that
-
maps IP network addresses to hardware (MAC) addresses used by data link protocols
-
enables devices in a local network to discover the physical address associated with an IP address, and
-
facilitates communication by resolving addresses required for packet delivery on the network.
The Address Resolution Protocol (ARP) is used by the Internet Protocol (IP) [RFC826], specifically in IPv4 networks. When a wireless client sends an ARP request for an IP address of interest, the controller performs a search for that address in its database. If an entry is found in the controller database, then the ARP is converted to unicast and forwarded to that particular client. If there is no entry in the controller’s database, the ARP request is flooded out to the VLAN wired ports.

Feedback