Question

Difficulty: MediumSwitching Concepts and VLANs

A network technician is configuring a Layer 2 switch port connected to an IP phone, which in turn bridges a connection to a desktop workstation. The switch port is configured to handle traffic for both Data VLAN 10 and Voice VLAN 20. Which TWO of the following statements correctly describe how the switch processes Ethernet frames on this port? (Select TWO.)

  1. Traffic originating from the desktop workstation arrives untagged and is assigned to Data VLAN 10 by the switch port.Answer
  2. Voice traffic destined for the IP phone is transmitted from the switch port tagged with an 802.1Q header for VLAN 20.Answer
  3. C
    The switch port must perform Layer 3 routing locally between VLAN 10 and VLAN 20 before forwarding frames out an upstream link.
  4. D
    If a native VLAN mismatch exists on an upstream trunk, untagged frames received on the port are automatically dropped by ingress security filters.
  5. E
    The switch inspects incoming untagged frames at Layer 3 to determine their destination IP subnet before assigning them to VLAN 10.

Answer

The correct statements are that traffic originating from the desktop workstation arrives untagged and is assigned to Data VLAN 10, and voice traffic destined for the IP phone is transmitted tagged with an 802.1Q header for VLAN 20.
When an IP phone and desktop PC share a single switch port, the switch handles PC traffic as untagged data belonging to the configured Data VLAN. Traffic intended for the IP phone is encapsulated with an 802.1Q tag specifying the Voice VLAN, enabling the phone to separate its voice traffic from the workstation's data traffic.

Step-by-Step Solution

1
Analyze workstation data frame processing
Frames from the workstation arrive untagged at the IP phone bridge and pass untagged to the switch port, where the switch maps them to Data VLAN 10.
Standard desktop network cards transmit untagged Ethernet frames, which the switch associates with the untagged native/data VLAN configured on the port.
2
Analyze IP phone voice frame processing
Voice traffic sent from the switch port to the IP phone is encapsulated with an 802.1Q header specifying VLAN 20.
The IP phone reads the 802.1Q tag to extract voice traffic for itself while stripping tags and bridging untagged data traffic to the attached PC.

Key Concept

802.1Q frame tagging behavior on switch ports configured with voice and data VLANs
Rate this question