In Ethernet networks, some messages are meant for every device on the local network.
These are called broadcast frames, messages that tell all nodes, “listen to me.”But how far can such a broadcast actually travel?
That depends on the broadcast domain, the logical portion of the network where a broadcast frame can reach every other device.How Far Can a Broadcast Travel?
Think of it as the “shouting range” of your network; everyone within that area hears the same message.
Let’s take a simple example to visualize it.
Figure 1 – PC1 broadcasts an ARP request to all devices
PC1 sends an ARP request, a broadcast message used to discover another host’s MAC address.
The frame is sent with the destination MAC addressFF:FF:FF:FF:FF:FF, which literally means “to all devices on this LAN.”Since only switches are involved, each one forwards the frame out of all ports except the one it came from.
This behavior is part of how Layer 2 devices handle broadcast traffic inside a network segment.
As a result, the message reaches every connected device, even those located behind other switches.
All these devices share the same broadcast domain, a single Layer 2 boundary where broadcast traffic can flow freely.Answer the question below
Switches operate at Layer 2 and do not create boundaries for broadcast traffic.
When a broadcast enters one port, the switch simply copies it to every other active port.That’s how a single switch can reach every device within its network segment.
But what happens when you link multiple switches together?
Figure 2 – Switches extend the broadcast domain across the entire network
Each switch repeats the same behavior, forwarding broadcast frames to all connected ports except the one they came from.
The result is that the broadcast keeps traveling, hop by hop, across the entire switch network.The Downside of Large Broadcast Domains
It’s simple and efficient for small LANs.
But as networks grow, this behavior becomes a double-edged sword.Every broadcast frame consumes bandwidth and processing power, even on devices that don’t need the message.
Over time, this flood of unnecessary traffic leads to broadcast overhead and reduced performance.That’s why large networks must be segmented.
Without boundaries, one broadcast can reach hundreds of devices and slow all of them down.Answer the question below
Do switches create boundaries for broadcast traffic?
Unlike switches, routers are designed to stop broadcast traffic.
They act as natural boundaries between networks, ensuring that broadcast frames never spread beyond their intended segment.Routers operate at Layer 3 of the OSI model, where forwarding decisions are made using IP addresses rather than MAC addresses.
Why Routers Do Not Forward Broadcasts
Whenever a broadcast frame reaches a router interface, the router processes it locally but never forwards it to another interface.
This is because routers operate at Layer 3 and make forwarding decisions based on IP addresses.
Layer 2 broadcasts are not routed between subnets.40 % Complete: you’re making great progress
Unlock the rest of this lesson
If you’d like to continue your CCNA journey, simply create your free account.
Access all CCNA lessons
Practice with hands-on labs
Train with Practice exams and Quizzes
Progress tracking in your dashboard
Made by network engineers - CCNP certified
learners globally
Broadcast Domain
What if a single message could flood every device in your network?
In this lesson, you’ll discover what a broadcast domain is, how switches spread it, and how routers and VLANs break it into smaller parts.