Difficulty: Easy
Correct Answer: 3 and 4
Explanation:
Introduction / Context:
Trunking allows multiple VLANs to traverse a single physical link. Two well-known VLAN trunk encapsulations exist historically on Cisco gear: IEEE 802.1Q (open standard) and Cisco ISL (proprietary, largely deprecated). It is important to distinguish encapsulation protocols from management or distribution protocols like VTP.
Given Data / Assumptions:
Concept / Approach:
Trunk encapsulation is about how frames are tagged across a trunk. IEEE 802.1Q inserts a tag in the Ethernet frame; ISL encapsulates the entire frame in a Cisco header. VTP, despite its name (VLAN Trunk Protocol), is not an encapsulation; it distributes VLAN database information and does not determine the tagging method on trunks.
Step-by-Step Solution:
Verification / Alternative check:
On Cisco IOS, trunk encapsulation configuration uses switchport trunk encapsulation dot1q or isl (where supported). VTP is configured separately and does not appear in the encapsulation command.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
3 and 4
Discussion & Comments