edited by
20,811 views
43 43 votes

Which of the following statements is FALSE regarding a bridge?

  1. Bridge is a layer $2$ device
  2. Bridge reduces collision domain
  3. Bridge is used to connect two or more LAN segments
  4. Bridge reduces broadcast domain

8 Answers

Best answer
24 24 votes

Answer: D

Bridges are Data Link layer devices used to connect  LANs. Bridges are collision domain separator but unable to separate Broadcast domain.

edited by
124 124 votes
Terms you need to understand.
Broadcast: In this case, a Data-Link layer (Layer 2) message sent to ALL devices attached to the same network segment.

Collision: When more then one device transmit data at the same time on shared media, the packets collide, data becomes corrupted and after a random period of time, devices have to re-transmit the data.

Broadcast Domain: All devices that a Broadcast message reaches at the Data -Link layer within a network is called a Broadcsat domain. A network can have more then one Broadcast domain and a Broadcast domain is delimeted by devices that stop Broadcast messages.

Collision Domain: Anywhere within a network where a Collision can occur. The limits of a Collision domain are marked by those devices that break up Collision Domains.

Network Devices and their role regarding Broadcast and Collision domains:
 
  • Switch: Expands Broadcast domains and breaks up Collision domains.
    • Every device attached to a Switch belongs to the same Broadcast domain and this is because every port on a Switch belongs to the same Brodcast domain. If you were to attach another Switch to the original Switch, every single device attached to that second Switch will also belong to the same original Broadcast domain. In other words, every time you add a switch to a network, you expand the Broadcast domain.
    • It is said that a Switch breaks up Collision domains because each port on it is its own collision domain, as apposed to a Hub, for example, where all of its ports belong to the same Collision domain.
 
  • Bridge: Expands Broadcast domains and breaks up Collision Domains.
    • The Bridge is just like a Switch; it expands Broadcast domains and breaks up Collision Domain. Each port on a Bridge is its own Collision domain.
 
  • Hub: Expands both Broadcast and Collision domains.
    • A Hub will expand a Broadcast domain just like a Switch does, but, as opposed to a Switch, it does not break up a Collision domain because every single port on a Hub belongs to the same Collision domain. In other words, a frame that came in or out on one port can collide with any other frame from any other of the Hub's ports.
      Imaging yourself adding Hubs to a network, every time you add a Hub, both the Broadcast and the Collision domains get expanded.
 
  • Router: Breaks up both Broadcast and Collision domains.
    • Each interface on a Router is its own Broadcast and Collision domain. This means that Routers stop Broadcast messages, they will not route a Broadcast message from one Broadcast domain to another Broadcast domain.
 

Broadcast Domains.
Look at the picture bellow, you can identify 4 different Broadcast domains, let's see why:
 
 
Broadcast domain #1:
  • Each interface on a Router belongs to its own Broadcast domain: TRUE.
  • Each port on a Switch belongs to the same Broadcast domain: TRUE.
  • Each port on a Hub belongs to the same Broadcast domain: TRUE.
Broadcast domains #2 & #3:
  • Each interface on a Router belongs to its own Broadcast domain: TRUE.

 

Brocast domain #4:

  • Each interface on a Router belongs to its own Broadcast domain: TRUE.
  • Each port on a Bridge belongs to the same Broadcast domain: TRUE.
 
Collision Domains.
Looking at the picture below you can identify 10 different Collision domains, let's see why:
 
Collision domain #1:
  • All the ports on a Hub belong to the same Collision domain: TRUE.
  • Each port on a Switch is its own Collision domain: TRUE.
Collision domains #2, #3 & #4:
  • Each port on a Switch is its own Collision domain: TRUE.
  • Each interface on a Router belongs to one Broadcast domain: TRUE.
Collision domain #5, #6 & #7:
  • Each interface on a Router belongs to one Broadcast domain: TRUE.
  • Each port on a Switch is its own Collision domain: TRUE.
Collision domain #8 & #9:
  • Each port on a Bridge is its own Collision domain: TRUE.
  • Each port on a Switch is its own Collision domain: TRUE.
Collision domain #10:
  • Each port on a Switch is its own Collision domain: TRUE

Reference:https://learningnetwork.cisco.com/docs/DOC-30227

 
edited by
7 7 votes

A

Since bridge is layer two device clearly bcz it uses MAC address to built static or dynamic or learning table so option A is right option for it.

B

Bridge reduces the collision domain since there is no noise or collision inside bridege is zero but may be collision due to other connected devices with bridge as HUB or repeater so it reduces not zero.

C

Since there is no capability of fragmentation therefore it is used to connect two lan segments of same type.

Option D will be False be router and gateway has capability to prevent broadcost domain not bridge or switch or HUB,

4 4 votes
Bridge always implemented at Physical layer as well as Data link layer mainly Data link layer for connecting two lan components of lan segments of same type.

Collison domain as well as collision both are rudeces with the help of bridge in fact there is no collision inside any bridge.

Unlike router It never prevent any broadcast signal.
0 0 votes

Obviously copied and pasted from wikipedia but I found these lines useful and enlightening for this question.

1.)A broadcast domain is a logical division of a computer network, in which all nodes can reach each other by broadcast at the data link layer. A broadcast domain can be within the same LAN segment or it can be bridged to other LAN segments.

2.)In terms of current popular technologies, any computer connected to the same Ethernet repeater or switch is a member of the same broadcast domain. Further, any computer connected to the same set of inter-connected switches/repeaters is a member of the same broadcast domain. Routers and other higher-layer devices form boundaries between broadcast domains.

3.)The notion of broadcast domain should be contrasted with that of collision domain, which would be all nodes on the same set of inter-connected repeaters, divided by switches and learning bridges. Collision domains are generally smaller than, and contained within, broadcast domains.

4.)While some layer two network 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. Separating VLANs divides broadcast domains as well.

Source page if you wanna further read more: https://en.wikipedia.org/wiki/Broadcast_domain

Answer:
Position:
Show:

Related questions

72 72 votes
7 answers 7 answers
26.1k
26.1k views
Ishrat Jahan asked Nov 3, 2014
26,068 views
Consider a simple graph with unit edge costs. Each node in the graph represents a router. Each node maintains a routing table indicating the next hop router to be used to...
31 31 votes
5 answers 5 answers
9.1k
9.1k views
Ishrat Jahan asked Nov 3, 2014
9,072 views
Consider a simple graph with unit edge costs. Each node in the graph represents a router. Each node maintains a routing table indicating the next hop router to be used to...
27 27 votes
3 answers 3 answers
10.6k
10.6k views
Ishrat Jahan asked Nov 3, 2014
10,613 views
Suppose that two parties $A$ and $B$ wish to setup a common secret key (D-H key) between themselves using the Diffie-Hellman key exchange technique. They agree on $7$ as ...
47 47 votes
5 answers 5 answers
32.2k
32.2k views
Ishrat Jahan asked Nov 3, 2014
32,159 views
Consider the following message $M = 1010001101$. The cyclic redundancy check (CRC) for this message using the divisor polynomial $x^5+x^4+x^2+1$ is :$01110$$01011$$10101$...