ADDRESS RESOLUTION PROTOCOL
Every device has two addresses. The IP address is like a person’s name.
The MAC address is like their exact house address.
ARP is the helper that asks: “I know your name… but where is your house?”
🖱️ Drag to orbit • Scroll to zoom — anytime during the simulation
ARP (Address Resolution Protocol) is a simple question-and-answer system used inside a local network. Its only job: convert an IP address into a MAC address.
🚚 Think of a courier company:
Every message on a local network travels inside an Ethernet frame. The ARP request itself is a small letter placed inside this parcel:
🔑 Golden idea: when the parcel crosses a router, the router opens it, keeps the same letter (IP packet), puts it into a new envelope with new MAC addresses, and sends it on. MACs change hop-by-hop. IPs stay the same end-to-end.
The devices are connected through a Layer-2 Switch (works with MAC addresses only — it never reads IP addresses).