Difficulty: Easy
Correct Answer: 2, 3 and 6
Explanation:
Introduction / Context:
Virtual LANs (VLANs) are a foundational Layer 2 technology in enterprise networks. They let administrators logically segment traffic on the same physical switch fabric, improving manageability, performance, and security. This question tests recognition of the real, widely accepted benefits of VLANs versus common misconceptions.
Given Data / Assumptions:
Concept / Approach:
VLANs create separate broadcast domains at Layer 2. By splitting one big broadcast domain into multiple smaller ones, VLANs reduce broadcast scope, allow logical user grouping, and help contain security risks. Collision domains are determined by switch ports and are not made larger by VLANs.
Step-by-Step Solution:
Verification / Alternative check:
Consider a switch with one VLAN versus three VLANs. With three VLANs, each VLAN’s broadcast traffic is contained, proving that the number of broadcast domains increases while each domain’s size decreases.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing collision domains (per port) with broadcast domains (per VLAN), and assuming VLANs always simplify operations without considering configuration design.
Final Answer:
2, 3 and 6
Discussion & Comments