Jump to content

Help with collision and broadcast domains

- - - - -

  • Please log in to reply
1 reply to this topic

#1
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
Well i couldn't find any other place to post this as there isn't any general networking page here. So in the image below , how many collision domains exist ? broadcast =3 , but i am confused about collision . Can anyone explain it ? my guess is that collision = 7 ?
Attached File  11vkzlt.jpg   36.64K   92 downloads
and also what about this one
Attached File  333vb83.jpg   37.68K   86 downloads

#2
RHochstenbach

RHochstenbach

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
A collision domain is an area where collisions can occur. This happens when a network device does not route data, but just sends it everywhere.
Switches, routers and bridges break collision domains. Hubs on the other hand, don't.
In the first image, the two hubs at the top are divided by a bridge, so would make up 2 collision domains. The two on the bottom don't, so they are in 1 collision domain. So 2 at the top, 2 to the right and 1 at the bottom. 2 + 2 + 1 = 5 collision domains.

Attached File  11vkzlt.jpeg   50.6K   250 downloads

In the second image, the three systems on the switch are broken into three collision domains. The set to the right of the router are connected through a hub, which is 1 collision domain. The set on the bottom is divided by a bridge only. So these make up 2. So 3 + 1 + 2 = 6 collision domains.

Attached File  333vb83.jpeg   50.86K   472 downloads

Broadcast domains on the other hand can only be broken by routers, because of the Layer 3 addressing.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users