ARP Broadcast Lab
Watch a host discover the MAC address behind a local IPv4 address.
ARP broadcast lab
Discover the MAC address needed to deliver a frame inside one LAN.
Host A
192.168.1.10
AA:AA:AA:AA:AA:10
LAN Switch
Layer 2
Host B
192.168.1.25
BB:BB:BB:BB:BB:25
Host C
192.168.1.44
CC:CC:CC:CC:CC:44
Host A ARP cache
No usable MAC address yet. Host A must ask with ARP.
Frame details
The cache lookup misses. Host A must ask the LAN.
Check cache
Host A knows Host B's IP address, but it does not know Host B's MAC address.
Why it matters
Ethernet delivery needs a destination MAC address before any local frame can be sent.
Visible result
The cache lookup misses. Host A must ask the LAN.
Discovery flow
1/8Check cache
Host A knows Host B's IP address, but it does not know Host B's MAC address.
ARP resolves an IPv4 address to the Ethernet MAC address needed on the local network.
Quick practice
Pause after the broadcast. Which hosts receive the ARP Request, and which host is allowed to reply?