Difficulty: Easy
Correct Answer: 2 and 3 (Create more collision domains; Add more bandwidth for users)
Explanation:
Introduction / Context:
Bridges and modern Layer 2 switches segment LANs into smaller collision domains. By forwarding frames based on MAC addresses and learning, they reduce collisions and increase effective bandwidth. However, they do not break broadcast domains unless VLANs or Layer 3 boundaries are introduced.
Given Data / Assumptions:
Concept / Approach:
Each switch port is its own collision domain, eliminating collisions seen with hubs. This segmentation means fewer devices contend for the same medium, raising per-user throughput—effectively more bandwidth. Broadcast domains are not changed by simple bridging; broadcasts still flood all ports in the same VLAN or bridge group.
Step-by-Step Solution:
Verification / Alternative check:
Measuring throughput before and after replacing a hub with a switch shows reduced collisions and higher goodput; broadcast volume remains similar unless VLANs are configured.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
2 and 3 (Create more collision domains; Add more bandwidth for users)
Discussion & Comments