CCNA / Network+ Tutorial: Bridges, Switches, And Broadcast Domains (2024)

In the previous section of this free CCNA and Network+ tutorial series on switching fundamentals, we had a look at how CSMA/CD operates and began our discussion of collision domains. Right now, we need to discuss another domain type — broadcast domains.

Every single time a host connected to this hub sends a broadcast (a message meant for everyone), every other host on that hub will receive a copy of that broadcast.

CCNA / Network+ Tutorial: Bridges, Switches, And Broadcast Domains (1)

Generally speaking, not every device that can receive that broadcast needs it, and we’re very interested in preventing the unnecessary forwarding (“propagation”) of a broadcast throughout the network.

Everything we do on a Cisco router or switch has a cost in one form or another, whether it be time, more work for the processor, or lessening our overall available bandwidth. It’s in our best interest and in the best interest of our network to prevent our routers and switches from handling unnecessary tasks.

Let’s say we have 64 hosts attached to a hub. If one host sends a broadcast, 63 hosts are going to get a copy of that broadcast. If only three hosts actually need the broadcast, we’re running into these unnecessary costs:

  • The hub has to create and send 60 unnecessary copies of the broadcast.
  • Each host still has to “unpack” the incoming broadcast, whether or not they actually need the contents.
  • We’re sucking up bandwidth unnecessarily with those 60 unneeded broadcasts.

In short, hubs and repeaters brought some benefits to our network, but they left us with two major problems:

  • All connected hosts are in one collision domain, increasing the chance of collisions.
  • Those same hosts are in one broadcast domain, so when one host sends a broadcast, every other host connected to that hub is going to get a copy of it.

Then came the bridge.

CCNA / Network+ Tutorial: Bridges, Switches, And Broadcast Domains (2)

With bridges, we could now create smaller collision domains, which in turn resulted in fewer overall collisions. Bridges were generally placed between hubs to create these multiple collision domains.

CCNA / Network+ Tutorial: Bridges, Switches, And Broadcast Domains (3)

At first, having more collision domains sounds like it would result in more collisions, but the net effect is quite the opposite. In this network, we still have the potential for collisions, but the logical segmentation of the network via the bridge lessens the overall chance and number of said collisions.

Bridges were a big help on the collision front, but not so much with broadcasts. This network is still one broadcast domain, and as the network grows larger, so does the number of total broadcasts.

CCNA / Network+ Tutorial: Bridges, Switches, And Broadcast Domains (4)

Then along came switches.

CCNA / Network+ Tutorial: Bridges, Switches, And Broadcast Domains (5)

By replacing our hubs, repeaters, and bridges with a single switch, we gain immediate benefits, especially when each host is connected to its own switch port. That means each host is in its own collision domain. This “one host, one port” topology is microsegmentation, and this design eliminates any chance of collisions.

CCNA / Network+ Tutorial: Bridges, Switches, And Broadcast Domains (6)

Each host will also have far more bandwidth available to it than in the previous designs. With microsegmentation, the hosts no longer have to share their bandwidth with other hosts. With FastEthernet ports, theoretically, each host can run at 200 Mbps (100 sending, 100 receiving).

Switches do not break up broadcast domains by default, so we still have one broadcast domain.

CCNA / Network+ Tutorial: Bridges, Switches, And Broadcast Domains (7)

We’ll address how to configure a Cisco switch to break up broadcast domains in a future tutorial (hint: Virtual LANs). Right now, let’s review the capabilities of hubs, bridges, and switches.

  • Hubs give us one collision domain consisting of all connected hosts, one broadcast domain containing those same hosts, and allow only one host to transmit at a time.
  • Bridges allow us to logically segment the network and to lessen the size of collision domains, lessening the chances of a collision. Bridges do nothing to segment broadcast domains.
  • Switches bring us one-host collision domains (“microsegmentation”) and the capability to logically segment the broadcast domain.

Be sure you’re very clear on the differences between hubs, switches, repeaters, and bridges before you take your CCENT, CCNA, or Network+ exams.

Something else you need to have down cold is the way a switch builds its MAC address table, and that’s the next lesson in this free Switching Fundamentals course.

When you’re done with these tutorials, take a moment to subscribe to my YouTube channel, where I’ll be posting free videos for all three of those exams in 2019 — and, of course, beyond!

Chris Bryant’s CCNA And Network+ YouTube Channel

See you there!

Coming in December 2019, in hard and soft copy…

CCNA / Network+ Tutorial: Bridges, Switches, And Broadcast Domains (8)

Coming in January 2019…

CCNA / Network+ Tutorial: Bridges, Switches, And Broadcast Domains (9)

CCNA / Network+ Tutorial: Bridges, Switches, And Broadcast Domains (2024)

FAQs

CCNA / Network+ Tutorial: Bridges, Switches, And Broadcast Domains? ›

Bridges allow us to logically segment the network and to lessen the size of collision domains, lessening the chances of a collision. Bridges do nothing to segment broadcast domains. Switches bring us one-host collision domains (“microsegmentation”) and the capability to logically segment the broadcast domain.

What are the broadcast domains on the switch? ›

A broadcast domain is a collection of devices that receive broadcast traffic from each other. Switches will forward broadcast traffic to all interfaces, except the one where it originated from.

Do Layer 2 switches create separate broadcast domains? ›

Within a layer 2 switch environment exists a broadcast domain. Any broadcast traffic on a switch will be forwarded out to all ports except for the port the broadcast packet arrived on. Broadcasts are contained in the same layer 2 segment, as they do not traverse past a layer 3 boundary.

How many collision domains and broadcast domains are in bridge? ›

A bridge has two ports and two collision domains, and it connects network segments together. Each segment typically has multiple nodes, and the bridge learns the MAC addresses of nodes on either side.

Do routers separate broadcast domains? ›

A router not only breaks collision domains but also breaks broadcast domains, which means it is both collisions as well as broadcast domain separators. A router creates a connection between two networks.

Is every VLAN a broadcast domain? ›

When using VLANs, each VLAN is typically its own broadcast domain. The exact size of the broadcast domain in that case varies depending on how many access ports are in the VLAN, along with interconnected switches (trunked, stacked, etc).

Does a switch break up broadcast domains? ›

Switches do not break up broadcast domains by default, so we still have one broadcast domain. We'll address how to configure a Cisco switch to break up broadcast domains in a future tutorial (hint: Virtual LANs).

How to identify a broadcast domain? ›

A broadcast domain of a device (device D) is defined as the set of devices that can receive the signal broadcasted by device 'D'. It can be found by finding the devices that can receive the signals of a particular device when this device broadcasts a signal.

Is VLAN Layer 2 or 3? ›

This means that for every VLAN, we have a single layer 3 subnet.

Are all ports on a switch in the same broadcast domain? ›

Switches are a kind of a bridge, so switch ports will be part of the same broadcast domain, and therefore part of the same IP subnet. (However, each switch port is a separate Ethernet collision domain.)

What is the difference between a bridge and a switch? ›

In terms of speed, switches are significantly faster than bridges because switches mainly use hardware for switching, while bridges require software to perform switching. Additionally, switches can connect networks with different bandwidths.

What is an example of a broadcast domain? ›

Broadcast Domains in Action

A common example of a broadcast is when an IP address is dynamically assigned to a device using DHCP. When the device requests an IP address it sends a broadcast out across the network looking for a DHCP server.

What is the difference between a hub and a switch? ›

Key Differences Between Hub and Switch

A hub is a networking device that connects multiple PCs to a single network, whereas a Switch connects multiple devices on a single computer network. A hub operates on the OSI physical layer, whereas a switch operates on the OSI data link layer.

How to separate broadcast domains? ›

While some data-link-layer devices are able to divide the collision domains, broadcast domains are only divided by layer 3 network devices such as routers or layer 3 switches.

What device will divide a broadcast domain? ›

The primary role of router is to separate broadcast domains. Broadcast domains are restricted to layer 2 devices like switch.

Which networking device stops the broadcast domain? ›

Unlike a collision domain, a broadcast domain passes right through a switch. If you send one broadcast into a switch, the switch will send that broadcast to every other interface on that switch. A broadcast domain only stops at a router. That is the device that will not allow a broadcast to pass through it.

How to identify broadcast domains? ›

A broadcast domain of a device (device D) is defined as the set of devices that can receive the signal broadcasted by device 'D'. It can be found by finding the devices that can receive the signals of a particular device when this device broadcasts a signal.

How many broadcast domains are in a 24 port switch? ›

A 24-port switch with no VLAN or default VLAN or single VLAN will have 1 broadcast domain and 24 collision domains. Only the router interface and VLAN create a separate broadcast domain in the network.

What is broadcast traffic on switch? ›

The most common exception is broadcast traffic. A broadcast is sent by computers when they want to send a message to all other devices on the same LAN. As mentioned earlier a computer could be looking for a DHCP server and uses a broadcast DHCP request to find out if there are any connected DHCP servers.

Top Articles
Find, lock, or erase your lost Android device
Server-Side Rendering (SSR) vs Client-Side Rendering (CSR) - Pagepro
Napa Autocare Locator
Www.politicser.com Pepperboy News
Comforting Nectar Bee Swarm
Sportsman Warehouse Cda
Beds From Rent-A-Center
Crime Scene Photos West Memphis Three
Dark Souls 2 Soft Cap
Seth Juszkiewicz Obituary
Aita Autism
Craigslist Cars Nwi
6th gen chevy camaro forumCamaro ZL1 Z28 SS LT Camaro forums, news, blog, reviews, wallpapers, pricing – Camaro5.com
The Shoppes At Zion Directory
Restaurants Near Paramount Theater Cedar Rapids
Swedestats
Caledonia - a simple love song to Scotland
EASYfelt Plafondeiland
Winco Employee Handbook 2022
Ac-15 Gungeon
Chime Ssi Payment 2023
Turbo Tenant Renter Login
Cb2 South Coast Plaza
At 25 Years, Understanding The Longevity Of Craigslist
Panolian Batesville Ms Obituaries 2022
No Limit Telegram Channel
208000 Yen To Usd
Table To Formula Calculator
Anesthesia Simstat Answers
Weather Underground Durham
Craigslist Sf Garage Sales
Grand Teton Pellet Stove Control Board
Ixlggusd
Ixl Lausd Northwest
Amici Pizza Los Alamitos
Louisville Volleyball Team Leaks
Reborn Rich Ep 12 Eng Sub
Dr Adj Redist Cadv Prin Amex Charge
The Thing About ‘Dateline’
Silive Obituary
התחבר/י או הירשם/הירשמי כדי לראות.
Exam With A Social Studies Section Crossword
Rocket Lab hiring Integration & Test Engineer I/II in Long Beach, CA | LinkedIn
Aznchikz
Used Auto Parts in Houston 77013 | LKQ Pick Your Part
15:30 Est
Rocket Bot Royale Unblocked Games 66
Coleman Funeral Home Olive Branch Ms Obituaries
Nfsd Web Portal
Buildapc Deals
라이키 유출
Lorcin 380 10 Round Clip
Latest Posts
Article information

Author: Saturnina Altenwerth DVM

Last Updated:

Views: 5779

Rating: 4.3 / 5 (44 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Saturnina Altenwerth DVM

Birthday: 1992-08-21

Address: Apt. 237 662 Haag Mills, East Verenaport, MO 57071-5493

Phone: +331850833384

Job: District Real-Estate Architect

Hobby: Skateboarding, Taxidermy, Air sports, Painting, Knife making, Letterboxing, Inline skating

Introduction: My name is Saturnina Altenwerth DVM, I am a witty, perfect, combative, beautiful, determined, fancy, determined person who loves writing and wants to share my knowledge and understanding with you.