DumpAny

ARP — Address Resolution Protocol

Speed:
Ready — Click play to start the demo
ARP — Address Resolution Protocol
What do you do when you know the IP but not the MAC? ARP broadcasts "Who has 10.0.0.2?" on the subnet, the target replies unicast with its MAC, the source caches it, and can then send Ethernet frames directly.
💻Host AIP 10.0.0.1 · MAC aa:bb:cc:dd:ee:ff🖥Host BIP 10.0.0.2 · MAC cc:dd:ee:ff:00:01👀其他主机同子网🔍 ARP 缓存表IP → MAC 地址映射表,未命中时广播 ARP 请求🟠 ARP 请求广播(dst ff:ff:ff:ff:ff:ff)· 🟢 ARP 回复单播 · 🟣 数据帧