Difficulty: Easy
Correct Answer: 802.1Q
Explanation:
Introduction / Context:
Modern switched networks commonly use VLANs to segment broadcast domains at Layer 2. When VLANs span multiple switches, trunk links must carry traffic for several VLANs simultaneously. To do this, Ethernet frames are tagged so that the receiving switch can identify the VLAN membership. This question asks you to identify the correct IEEE standard that specifies VLAN frame tagging.
Given Data / Assumptions:
Concept / Approach:
The IEEE 802.1Q standard defines how an additional tag is inserted into the Ethernet frame header to identify the VLAN ID and priority information. This tag allows multiple VLANs to traverse the same physical link. Other options listed refer to different technologies or non-IEEE mechanisms and thus are not the correct answer for the standard that defines tagging itself.
Step-by-Step Solution:
Verification / Alternative check:
Check any mainstream switch documentation: when configuring trunks, the encapsulation type is typically 802.1Q. Proprietary options like ISL are largely deprecated and were never standardized by IEEE.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
802.1Q
Discussion & Comments