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:
Check 2: VLANs enable logical grouping by function or department. This is a core reason to deploy VLANs. ✔Check 3: VLANs can enhance security by isolating traffic between groups and enforcing inter-VLAN policy at Layer 3. ✔Check 6: Creating more VLANs increases the number of broadcast domains while reducing the size of each one. ✔Check 1: Collision domains are per switch port; VLANs do not increase collision domain size. ✖Check 4: This reverses the usual effect; VLANs do not increase broadcast domain size. ✖Check 5: While VLANs often simplify administration, the option set required by the question expects exactly items 2, 3, and 6.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