TechKnowSurge
CompTIA Network+ 1.4 CompTIA Network+ 1.1 Cisco CCNA 1.13 CompTIA Network+ 2.2 CompTIA Network+ 1.7 Cisco CCNA 1.10
InteractiveNetworkFree

ARP Process Walkthrough

Commit to a prediction at each step of an ARP resolution, then see what the request, the switch, and the reply actually do.

Complete this interactive to capture a CTF flag worth 5 points.

About this interactive

Everyone can recite that ARP maps an IP address to a MAC address. Far fewer can say what destination MAC the request frame carries, whether the switch floods the reply the same way it flooded the request, or which hosts have gained a cache entry once the exchange is over — and those are the details a troubleshooting question actually turns on. This activity walks one switched segment through a full resolution and stops nine times to make you commit to an outcome before it shows you the real one. It covers the cache miss, the broadcast request, the switch's forwarding decision and what its MAC address table learns from each frame, the silence of the non-target hosts, the unicast reply, the state of every cache afterwards, and the case that catches most people: an off-subnet destination, where the host resolves its default gateway rather than the address it is actually trying to reach.

What you'll learn

Aligned to

CompTIA Network+
1.4 Explain common networking ports, protocols, services, and traffic types.
1.1 Explain concepts related to the Open Systems Interconnection (OSI) reference model.
2.2 Given a scenario, configure switching technologies and features.
1.7 Given a scenario, use appropriate IPv4 network addressing.
Cisco CCNA
1.13 Describe switching concepts
1.10 Verify IP parameters for Client OS

Key terms

Address Resolution Protocol
ARP
A protocol used to map an IP address to a physical MAC address on a local network.
ARP Table
A cache stored on a device that holds mappings of IP addresses to MAC addresses, reducing the need for repetitive ARP broadcasts.
Broadcast
A transmission type in which one device sends a single packet that is delivered to every other device on the local network segment simultaneously. Broadcast traffic is contained within a broadcast domain and does not cross router boundaries.
Unicast
A transmission type in which a packet is sent from one source directly to one specific destination device, identified by its unique IP or MAC address. Unicast is the standard delivery method for most internet traffic such as web browsing and file downloads.
MAC Address
A 48-bit hardware address assigned to a network interface and written as six hexadecimal octets, such as 00:1A:2B:3C:4D:5E. It identifies a device uniquely on a local network segment, and switches forward frames by looking it up in their MAC address table.
MAC Address Table
A table maintained by a switch (also called the CAM table) that maps source MAC addresses to the switch ports on which those devices were learned. When a frame arrives, the switch looks up the destination MAC in this table to forward it out only the correct port rather than flooding all ports.
Flooding
The process a switch uses to forward a frame out all ports except the one it arrived on when the destination MAC address is not found in the MAC address table.
Broadcast Domain
A network segment in which a broadcast sent by one device is received by all other devices within that segment; routers define the boundaries of broadcast domains by not forwarding broadcast traffic.
Default Gateway
The router that a device uses to send traffic to destinations outside its local network.
Ethernet Frame
The Layer 2 data unit used on Ethernet networks, containing a preamble, source and destination MAC addresses, an EtherType field identifying the Layer 3 protocol, a payload (typically an IP packet), and a 4-byte FCS for error detection. Switches use the MAC addresses in Ethernet frames to make forwarding decisions.

Topics

Interactive Predict

About TechKnowSurge

TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.

Explore free tools and programs →