ARP (Address Resolution Protocol)
ARP is a Layer 2/3 protocol that resolves known Layer 3 logical IP addresses into Layer 2 physical MAC addresses on a local network.
ARP maps known IP -> unknown MAC. ARP Request = Broadcast (FF:FF:FF:FF:FF:FF); ARP Reply = Unicast.
In Simple Terms
Visual Diagram & Flow
──►
◄──
2. ARP Reply (Unicast)
Without ARP, local IPv4 communication over Ethernet would be completely impossible.
How It Works (Technical Breakdown)
Standing in a conference room and shouting: "Who is Alice Smith? Please tell Bob!" Alice hears her name, raises her hand, and hands Bob her business card.
PC1 runs `arp -a` in Windows cmd to view cached IP-to-MAC pairs: `192.168.1.1 00-14-22-01-23-45 dynamic` `192.168.1.25 a4-83-e7-11-22-33 dynamic`
Thinking ARP requests travel across routers. ARP is strictly a Layer 2 broadcast that stops at the router boundary.
Prerequisites
Next & Related Concepts
Explore the complete curriculum roadmap.Concept Mastery Quiz
Test your comprehension with active-recall questions.
Active Recall Flashcards
Click each flashcard to reveal the answer and test your memory.
Content Versioning
Audit trail of revisions and updates for this knowledge topic.
| Version | Change Summary | Author | Timestamp |
|---|---|---|---|
| v1 (Current) | Active production content | system | Sun, Aug 23, 2026 11:09 AM |