Courseiva
Question 708 of 1,389
Switching and Network AccessmediumMatchingObjective-mapped

CCNA Switching and Network Access Practice Question

Drag and drop the items on the left to match the descriptions on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Enables a port as an 802.1Q trunk port

The VLAN that carries untagged frames on a trunk link

Open standard for VLAN tagging on Ethernet frames

Process of forwarding traffic between different VLANs

Displays a summary of VLANs and their assigned ports

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

switchport mode trunk: Configures a trunk port

VLANs segment a switch into multiple broadcast domains. 802.1Q trunking encapsulates frames with a VLAN tag, while the native VLAN carries untagged traffic. 'switchport mode trunk' configures a trunk port, 'show vlan brief' lists VLAN assignments, and inter-VLAN routing enables communication between VLANs typically using a router or Layer 3 switch.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • VLAN: Encapsulates frames with a VLAN tag

    Why it's wrong here

    VLANs partition a physical switch into multiple logical broadcast domains, so frames within a VLAN are switched only to ports in that same VLAN. They do not encapsulate frames with a VLAN tag; that task belongs to 802.1Q trunking, which inserts a four-byte tag into the Ethernet frame to identify the VLAN. Confusing the two conflates the logical segmentation provided by VLANs with the tagging mechanism used to carry multiple VLANs over a single link, which is a trunking feature.

  • 802.1Q trunking: Carries untagged traffic on a trunk

    Why it's wrong here

    802.1Q trunking is the protocol that adds a four-byte VLAN tag to Ethernet frames, allowing multiple VLANs to traverse a single trunk link. It does not carry untagged traffic; rather, the native VLAN is the exception that carries frames without a tag, typically for interoperability with devices that do not understand tagging. So the statement incorrectly describes the native VLAN's behavior as the protocol's primary function.

  • Native VLAN: Segments a switch into multiple broadcast domains

    Why it's wrong here

    The native VLAN is the VLAN that carries untagged frames on an 802.1Q trunk, typically defaulting to VLAN 1. It is a subset of trunking behavior, not a mechanism for segmenting broadcast domains; that segmentation is the general purpose of any VLAN. Saying it segments a switch into broadcast domains confuses the specific native VLAN's role with the broader concept of VLANs, which is a common misconception.

  • switchport mode trunk: Configures a trunk port

    Why this is correct

    The Cisco IOS command 'switchport mode trunk', executed in interface configuration mode, forcibly sets the access port to act as an 802.1Q trunk. This enables the port to carry frames for multiple VLANs, each tagged with its VLAN ID, and stops DTP negotiation to establish the trunk unconditionally. It is a common configuration when connecting switches or to a router, ensuring that VLAN traffic is not limited to a single VLAN like an access port.

  • show vlan brief: Lists VLAN assignments

    Why this is correct

    The privileged EXEC command 'show vlan brief' provides a concise table of all VLANs on the switch, listing their IDs, names, status, and the access ports assigned to each VLAN. It does not show trunk ports or tagging details, making it useful for verifying VLAN creation and port assignments after configuration. This command is often the first step in troubleshooting VLAN membership issues, as it offers a quick snapshot of the VLAN database.

  • inter-VLAN routing: Enables communication between VLANs typically using a router or Layer 3 switch

    Why this is correct

    Inter-VLAN routing is the process of forwarding packets between different VLANs using a Layer 3 device such as a router or a multilayer switch. Because VLANs isolate broadcast domains, devices in different VLANs cannot communicate without this routing, which requires logical interfaces (subinterfaces or SVIs) and appropriate IP addressing. It is a fundamental concept that enables networks to combine segmentation with connectivity, but it is not a single switch configuration command.

Visual reference

Switch VLAN 10 Sales (192.168.10.0/24) PC-A PC-B VLAN 20 HR (192.168.20.0/24) PC-C PC-D Router VLANs isolate traffic — inter-VLAN routing requires a Layer 3 device

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 14, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.