Question

Difficulty: MediumSwitching Concepts and VLANs

A network administrator is configuring switch ports connected to desktop environments where IP phones and workstations share a single physical Ethernet drop. The switchports are configured to handle untagged data traffic on VLAN 10 and tagged voice traffic on VLAN 20. Which of the following statements correctly describe Layer 2 switch forwarding and VLAN broadcast domain behavior in this setup? (Select TWO.)

  1. Untagged Ethernet frames entering the port are processed internally within VLAN 10.Answer
  2. Broadcast traffic originating on VLAN 10 is constrained to ports belonging to VLAN 10 and will not cross into VLAN 20 at Layer 2.Answer
  3. C
    Hosts on VLAN 10 can communicate directly with hosts on VLAN 20 through standard Layer 2 switch forwarding without a Layer 3 routing device.
  4. D
    The 802.1Q tagging process inserts VLAN identifier metadata directly into the Layer 3 IP header before Layer 2 framing.
  5. E
    If a native VLAN mismatch occurs across an 802.1Q trunk link, all untagged traffic is automatically routed to its intended destination without potential security leakage.

Answer

Untagged Ethernet frames entering the port are processed internally within VLAN 10, and broadcast traffic originating on VLAN 10 is constrained to ports belonging to VLAN 10 and will not cross into VLAN 20 at Layer 2.
VLANs operate by logically partitioning a single physical switch into distinct Layer 2 broadcast domains. Untagged frames received on a port configured for a specific data VLAN are assigned to that VLAN's broadcast domain. Consequently, broadcast frames generated on VLAN 10 are forwarded only to ports assigned to VLAN 10, maintaining full isolation from VLAN 20.

Step-by-Step Solution

1
Analyze how untagged frames are handled on switch ports configured for voice and data VLANs.
Untagged frames are mapped to the access/data VLAN ID (VLAN 10) for internal Layer 2 forwarding.
Switches assign incoming untagged Ethernet frames to the port's configured access/native VLAN.
2
Evaluate the broadcast domain boundary enforcement of VLANs.
Broadcast frames (destination MAC FF:FF:FF:FF:FF:FF) on VLAN 10 are replicated only to ports assigned to VLAN 10.
VLANs segment physical switch infrastructure into independent Layer 2 broadcast domains.
3
Verify inter-VLAN routing requirements.
Traffic moving between VLAN 10 and VLAN 20 requires a Layer 3 routing mechanism.
Layer 2 switches cannot forward frames directly between different VLANs without IP routing.

Key Concept

VLAN Broadcast Domain Segmentation and Layer 2 Frame Processing
Rate this question