Collision Domain vs. Broadcast Domain
I have looked over the Tech Exam notes and I'm still not clear what's the difference between the two domain.
Collision domains deals with the signals that crash into each other on a network while broadcast domain deals with what?
Is the broadcast domain higher up in the OSI model than the collision domain?
Collision domains deals with the signals that crash into each other on a network while broadcast domain deals with what?
Is the broadcast domain higher up in the OSI model than the collision domain?
Comments
-
lordy Member Posts: 632 ■■■■□□□□□□A collision domain is a Layer 2 domain where collisions can happen.
The most typical one is multiple PCs being connected to a Hub.
A broadcast domain is a Layer 3 domain where broadcasts can be send from one host to all hosts on that domain.
A typical broadcast is a switched LAN.
Collision domains are broken up by bridges, switches and routers.
Broadcast domains are only broken up by routers.Working on CCNP: [X] SWITCH --- [ ] ROUTE --- [ ] TSHOOT
Goal for 2014: RHCA
Goal for 2015: CCDP -
RZetlin Inactive Imported Users Posts: 155lordy wrote:A collision domain is a Layer 2 domain where collisions can happen.
The most typical one is multiple PCs being connected to a Hub.
A broadcast domain is a Layer 3 domain where broadcasts can be send from one host to all hosts on that domain.
A typical broadcast is a switched LAN.
Collision domains are broken up by bridges, switches and routers.
Broadcast domains are only broken up by routers.
What is being broadcast out in a broadcast domain? Something like ICMP? -
lordy Member Posts: 632 ■■■■□□□□□□ICMP could be one use (e.g. boardcast ping).
The most widely known is probably Windows advertising available shares and printers via broadcast.Working on CCNP: [X] SWITCH --- [ ] ROUTE --- [ ] TSHOOT
Goal for 2014: RHCA
Goal for 2015: CCDP -
xwesleyxwillisx Member Posts: 158VLANS created on the switches can also break up broadcast domains
And if I'm not mistaken, collisions are a layer 1 problem. I say this because the collisions occur on the physical medium and not necessarily associated with the appropriate layer 2 devices. Correct me if I'm wrong. Wouldn't be the first time. -
Webmaster Admin Posts: 10,292 AdminRZetlin wrote:What is being broadcast out in a broadcast domain? Something like ICMP?VLANS created on the switches can also break up broadcast domainsAnd if I'm not mistaken, collisions are a layer 1 problem. I say this because the collisions occur on the physical medium and not necessarily associated with the appropriate layer 2 devices.
-
lordy Member Posts: 632 ■■■■□□□□□□My bad. You are right about VLANs and Layer 1.
Maybe I shouldn't answer these kind of questions after drinking beerWorking on CCNP: [X] SWITCH --- [ ] ROUTE --- [ ] TSHOOT
Goal for 2014: RHCA
Goal for 2015: CCDP