Difficulty: Easy
Correct Answer: Switches configured with VLANs
Explanation:
Introduction / Context:
As networks grow, two common goals are to increase per-user bandwidth and to reduce the impact of broadcast traffic. Layer 2 switches already help by creating separate collision domains per port, but broadcast frames still flood within the same VLAN. To shrink broadcast domains without adding routers at every segment, VLANs are used on switches to logically partition the network.
Given Data / Assumptions:
Concept / Approach:
Switches provide micro-segmentation, eliminating collisions and increasing effective bandwidth compared to hubs. However, all ports in a single VLAN still share a broadcast domain. Creating multiple VLANs on switches limits broadcast scope to the members of each VLAN. Inter-VLAN communication can be handled via a router or a multilayer switch, maintaining segmentation benefits while enabling controlled connectivity.
Step-by-Step Solution:
Verification / Alternative check:
Measure broadcast traffic before and after VLAN deployment; observe reduced ARP and broadcast storms per VLAN. Throughput tests should show improved performance due to micro-segmentation and reduced unnecessary traffic.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Switches configured with VLANs
Discussion & Comments