A network administrator is setting up interswitch connectivity using standard IEEE 802.1Q trunking. Which action does IEEE 802.1Q take on Ethernet frames to identify VLAN membership as traffic traverses the trunk link?
- It inserts a 4-byte tag containing the VLAN ID directly into the Ethernet frame header between the Source MAC address and Type/Length fields.Answer
- BIt enables Spanning Tree PortFast on the interconnect link so frames from all configured VLANs can bypass trunk encapsulation.
- CIt transmits untagged frames for all VLANs and relies on Layer 2 CDP or LLDP discovery messages to identify frame VLAN membership.
- DIt rewrites the source MAC address of every frame to match the configured native VLAN ID of the egress interface.
Answer
IEEE 802.1Q identifies VLAN membership by inserting a 4-byte header field into the Ethernet frame between the Source MAC address and the Length/Type fields.
IEEE 802.1Q performs internal frame tagging by inserting a 4-byte VLAN tag directly into the Ethernet header between the Source MAC address and the Length/Type fields. This tag includes the Tag Protocol Identifier (0x8100) and the 12-bit VLAN ID.
Step-by-Step Solution
Key Concept
IEEE 802.1Q Frame Tagging Mechanics