Difficulty: Easy
Correct Answer: VLANs
Explanation:
Introduction / Context:
Broadcast traffic (for example ARP) is confined to broadcast domains. In large Layer 2 networks, excessive broadcasts can degrade performance and pose security risks. VLANs allow administrators to segment a physical switch into multiple logical networks, each with its own broadcast domain, improving performance and security posture.
Given Data / Assumptions:
Concept / Approach:
VLANs (Virtual LANs) define logical Layer 2 segments. Each VLAN forms its own broadcast domain; broadcasts are not flooded across VLAN boundaries. Inter-VLAN communication requires Layer 3 routing, which provides control and filtering between segments. Standards like 802.1Q define how VLAN tags are carried over trunks, but the reduction in broadcast domain size is achieved by the VLAN segmentation itself.
Step-by-Step Solution:
Verification / Alternative check:
Monitor broadcast counters per VLAN with switch commands; you will see broadcasts are contained within each VLAN, not across the entire campus switch fabric.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
VLANs
Discussion & Comments