Question 925 of 1,819
Switching and Network AccesseasyMultiple ChoiceObjective-mapped

CCNA Switching and Network Access Practice Question

This 200-301 practice question tests your understanding of switching and network access. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: an access port on a Cisco switch connects a single endpoint device to one specific VLAN, forwarding untagged frames to that VLAN.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

What does an access port do on a switch?

Question 1easymultiple choice
Full question →

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

Connects to a single VLAN for endpoint traffic

An access port carries traffic for a single VLAN and sends frames untagged by default to end devices.

Key principle: An access port on a Cisco switch connects a single endpoint device to one specific VLAN, forwarding untagged frames to that VLAN.

Answer analysis

Option-by-option breakdown

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

  • Carries multiple VLANs using 802.1Q tags

    Why it's wrong here

    That describes a trunk port.

    When this WOULD be correct

    If the question asked about the function of a trunk port or the configuration of a switch port that is set to carry multiple VLANs, then this option would be correct. For example, a question might state, 'What type of port allows multiple VLANs to communicate using tagging?'

  • Connects to a single VLAN for endpoint traffic

    Why this is correct

    Correct. Access ports are typically used for end hosts.

    Related concept

    An access port on a Cisco switch connects a single endpoint device to one specific VLAN, forwarding untagged frames to that VLAN.

  • Disables spanning tree on the interface

    Why it's wrong here

    Access mode does not disable STP.

    When this WOULD be correct

    In a question asking about the configuration of a switch port where the focus is on optimizing network performance by disabling spanning tree for specific interfaces, option C could be correct. For instance, if the question specifies a scenario where a switch port is configured as a trunk port for a high-speed link and spanning tree is intentionally disabled to improve throughput.

  • Forwards only multicast traffic

    Why it's wrong here

    Access ports forward normal endpoint traffic, not just multicast.

    When this WOULD be correct

    If the question asked about a specialized switch configuration where an interface is explicitly set to forward only multicast traffic for a specific application, such as a multicast streaming service, then this option would be correct.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.

Connects to a single VLAN for endpoint trafficCorrect answer

Why this is correct

Correct. Access ports are typically used for end hosts.

Carries multiple VLANs using 802.1Q tagsWrong answer — click to see why

Why this is wrong here

This option is incorrect because an access port is designed to carry traffic for a single VLAN, not multiple VLANs. The use of 802.1Q tags is specific to trunk ports, which handle multiple VLANs.

★ When this WOULD be the correct answer

If the question asked about the function of a trunk port or the configuration of a switch port that is set to carry multiple VLANs, then this option would be correct. For example, a question might state, 'What type of port allows multiple VLANs to communicate using tagging?'

Why candidates choose this

Candidates may choose this option due to a misunderstanding of VLAN configurations, confusing access ports with trunk ports, which can lead to the assumption that all ports can handle multiple VLANs.

Disables spanning tree on the interfaceWrong answer — click to see why

Why this is wrong here

This option is wrong because an access port does not disable spanning tree; it simply connects devices to a single VLAN and participates in the spanning tree protocol for loop prevention.

★ When this WOULD be the correct answer

In a question asking about the configuration of a switch port where the focus is on optimizing network performance by disabling spanning tree for specific interfaces, option C could be correct. For instance, if the question specifies a scenario where a switch port is configured as a trunk port for a high-speed link and spanning tree is intentionally disabled to improve throughput.

Why candidates choose this

Candidates may choose this option due to a misunderstanding of spanning tree functionality, thinking that disabling it on an access port could enhance performance, especially if they confuse access ports with trunk ports.

Forwards only multicast trafficWrong answer — click to see why

Why this is wrong here

An access port does not filter traffic based on type; it forwards all traffic types, including unicast and broadcast, not just multicast. Therefore, stating that it only forwards multicast traffic is incorrect.

★ When this WOULD be the correct answer

If the question asked about a specialized switch configuration where an interface is explicitly set to forward only multicast traffic for a specific application, such as a multicast streaming service, then this option would be correct.

Why candidates choose this

Candidates may confuse access ports with multicast configurations, leading them to believe that access ports can be limited to multicast traffic due to their role in handling specific types of network traffic.

Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

A frequent exam trap is mistaking an access port for a trunk port because both involve VLANs. The trap lies in assuming access ports carry multiple VLANs with 802.1Q tags, which is false; only trunk ports do that. Another pitfall is believing that access ports disable Spanning Tree Protocol, but STP remains active to prevent loops. Additionally, some may incorrectly think access ports forward only multicast traffic, but they forward all traffic types within their VLAN. Recognizing these common misconceptions helps avoid selecting incorrect options that describe trunk behavior or STP settings rather than access port functions.

Detailed technical explanation

How to think about this question

An access port on a Cisco switch is a Layer 2 interface configured to carry traffic for only one VLAN. Unlike trunk ports, which tag frames with 802.1Q VLAN identifiers to carry multiple VLANs, access ports send and receive frames untagged. This means that any frame entering or leaving an access port is associated with a single VLAN, which the switch uses to segregate traffic and maintain VLAN boundaries. Access ports are typically used to connect end devices such as computers, printers, or IP phones that do not understand VLAN tagging. The decision to configure a port as access mode is based on the device type and network design. When a port is set as an access port, the switch assigns it to a specific VLAN, and all traffic on that port is assumed to belong to that VLAN. This simplifies traffic management and security because the switch enforces VLAN membership at the port level. Access ports do not participate in VLAN tagging protocols, so frames are transmitted without 802.1Q tags, making it transparent to the connected device. This behavior contrasts with trunk ports, which carry multiple VLANs and tag frames accordingly. A common exam trap is confusing access ports with trunk ports or assuming access ports disable Spanning Tree Protocol (STP). Access ports do not carry multiple VLANs and do not tag frames, so option A is incorrect. Also, STP remains active on access ports to prevent Layer 2 loops, so option C is false. Another mistake is thinking access ports forward only multicast traffic, but they forward all Ethernet traffic types within their VLAN. Understanding these distinctions is critical for correctly identifying the function of access ports and avoiding confusion during the CCNA exam and real-world network design.

KKey Concepts to Remember

  • An access port on a Cisco switch connects a single endpoint device to one specific VLAN, forwarding untagged frames to that VLAN.
  • Access ports do not tag Ethernet frames with VLAN information; they send and receive frames without 802.1Q VLAN tags by default.
  • Trunk ports differ from access ports by carrying traffic for multiple VLANs simultaneously using 802.1Q tagging.
  • Spanning Tree Protocol (STP) remains active on access ports to prevent Layer 2 loops and is not disabled by access mode configuration.
  • Access ports forward all types of Ethernet frames from the connected device, including unicast, multicast, and broadcast traffic, within their assigned VLAN.
  • Switches use access ports to segregate traffic at Layer 2 by VLAN membership, ensuring endpoint isolation and proper VLAN segmentation.
  • When a device connects to an access port, the switch associates the port with a single VLAN, simplifying VLAN management and security policies.
  • Access ports are essential for endpoint connectivity in enterprise networks, supporting devices like PCs, printers, and IP phones within one VLAN.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

An access port on a Cisco switch connects a single endpoint device to one specific VLAN, forwarding untagged frames to that VLAN.

Real-world example

How this comes up in practice

A help-desk technician troubleshoots why a newly connected PC cannot reach shared printers on the same floor. The cable is good, the switch port is active, but the PC is in VLAN 20 and the printers are in VLAN 10. The uplink trunk only allows VLAN 10. A trunk being up does not mean every VLAN crosses it.

What to study next

Got this wrong? Here's your next step.

Review an access port on a Cisco switch connects a single endpoint device to one specific VLAN, forwarding untagged frames to that VLAN., then practise related 200-301 questions on the same topic to reinforce the concept.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free 200-301 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 200-301 question test?

Switching and Network Access — This question tests Switching and Network Access — An access port on a Cisco switch connects a single endpoint device to one specific VLAN, forwarding untagged frames to that VLAN..

What is the correct answer to this question?

The correct answer is: Connects to a single VLAN for endpoint traffic — An access port carries traffic for a single VLAN and sends frames untagged by default to end devices.

What should I do if I get this 200-301 question wrong?

Review an access port on a Cisco switch connects a single endpoint device to one specific VLAN, forwarding untagged frames to that VLAN., then practise related 200-301 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

An access port on a Cisco switch connects a single endpoint device to one specific VLAN, forwarding untagged frames to that VLAN.

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: Apr 12, 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.