Question 1,176 of 1,819
Switching and Network AccesshardMultiple ChoiceObjective-mapped

CCNA Switching and Network Access Practice Question

This 200-301 practice question tests your understanding of switching and network access. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: a trunk port forwards traffic for multiple VLANs by tagging frames with VLAN identifiers using IEEE 802.1Q encapsulation.. 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.

A switchport is configured as a trunk on one side and access on the other side of the same physical link. What is the most likely result?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1hardmultiple choice
Open the full VLAN trunking answer →

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

The link roles are mismatched, so VLAN traffic will not be handled as intended across the link.

A trunk/access mismatch prevents the link from carrying VLAN traffic as intended. Option A correctly identifies this mismatch. Option B is wrong because access ports remain Layer 2 switchports; there is no automatic conversion to a routed port. Option C fails because switch configurations are never auto-synchronized due to a port role mismatch. Option D is incorrect: OSPF router ID is chosen based on loopback or highest IP address and is unaffected by a Layer 2 port mismatch.

Key principle: A trunk port forwards traffic for multiple VLANs by tagging frames with VLAN identifiers using IEEE 802.1Q encapsulation.

Answer analysis

Option-by-option breakdown

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

  • The link roles are mismatched, so VLAN traffic will not be handled as intended across the link.

    Why this is correct

    This is correct because trunk/access disagreement causes a logical mismatch on the connection.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    A trunk port forwards traffic for multiple VLANs by tagging frames with VLAN identifiers using IEEE 802.1Q encapsulation.

  • The access side automatically becomes a routed port.

    Why it's wrong here

    This is wrong because a trunk/access mismatch does not convert the port into a routed interface.

    When this WOULD be correct

    In a different scenario where the question specifies that a switchport is configured as an access port and is connected to a Layer 3 switch that is set to route traffic, the access port could be considered a routed port if the switch is configured to route traffic from that port.

  • The switches automatically synchronize their configurations.

    Why it's wrong here

    This is wrong because switchport mismatch does not trigger automatic configuration synchronization.

    When this WOULD be correct

    In a different scenario where two switches are connected and both are set to automatically synchronize their configurations, a question might ask about the behavior of switches when connected with mismatched port types. In that case, if both switches support a configuration synchronization feature, the option could be correct.

  • The mismatch forces OSPF to choose a new router ID.

    Why it's wrong here

    This is wrong because OSPF router-ID selection is unrelated to a Layer 2 switchport mismatch.

    When this WOULD be correct

    In a different scenario where the question specifies that OSPF is configured on both switches and that the port configurations impact OSPF adjacency, a mismatch could lead to OSPF recalculating the router ID due to changes in the network topology.

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.

The link roles are mismatched, so VLAN traffic will not be handled as intended across the link.Correct answer

Why this is correct

This is correct because trunk/access disagreement causes a logical mismatch on the connection.

The access side automatically becomes a routed port.Wrong answer — click to see why

Why this is wrong here

This option is incorrect because an access port cannot automatically become a routed port; it remains an access port and does not participate in Layer 3 routing unless explicitly configured as such.

★ When this WOULD be the correct answer

In a different scenario where the question specifies that a switchport is configured as an access port and is connected to a Layer 3 switch that is set to route traffic, the access port could be considered a routed port if the switch is configured to route traffic from that port.

Why candidates choose this

Candidates may find this option tempting because they might confuse the concepts of access ports and routed ports, believing that a configuration change would automatically elevate the port's functionality without realizing that explicit configuration is required.

The switches automatically synchronize their configurations.Wrong answer — click to see why

Why this is wrong here

This option is wrong because a switchport configured as access does not automatically synchronize configurations with a trunk port; they operate independently based on their respective configurations.

★ When this WOULD be the correct answer

In a different scenario where two switches are connected and both are set to automatically synchronize their configurations, a question might ask about the behavior of switches when connected with mismatched port types. In that case, if both switches support a configuration synchronization feature, the option could be correct.

Why candidates choose this

Candidates may choose this option because they might confuse the concept of configuration synchronization in networking with the behavior of mismatched port types, leading to an assumption that switches would automatically adjust their settings.

The mismatch forces OSPF to choose a new router ID.Wrong answer — click to see why

Why this is wrong here

This option is incorrect because a mismatch between trunk and access port configurations does not directly affect OSPF router IDs, which are determined by the OSPF process and not by port configurations.

★ When this WOULD be the correct answer

In a different scenario where the question specifies that OSPF is configured on both switches and that the port configurations impact OSPF adjacency, a mismatch could lead to OSPF recalculating the router ID due to changes in the network topology.

Why candidates choose this

Candidates may choose this option because they associate network configuration mismatches with OSPF behavior, mistakenly believing that any configuration issue would trigger a change in OSPF parameters like the router ID.

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

Beware of assuming automatic negotiation fixes all mismatches; DTP cannot resolve a trunk/access mismatch.

Detailed technical explanation

How to think about this question

In Cisco networking, a switchport can be configured as either an access port or a trunk port. An access port carries traffic for a single VLAN and is typically used to connect end devices like PCs or printers. A trunk port, on the other hand, carries traffic for multiple VLANs simultaneously by tagging frames with VLAN identifiers using protocols like IEEE 802.1Q. This distinction is fundamental for VLAN segmentation and inter-switch communication in enterprise networks. When one side of a physical link is configured as a trunk and the other side as an access port, a mismatch occurs. The trunk side expects to send and receive tagged frames for multiple VLANs, while the access side expects untagged frames belonging to a single VLAN. This mismatch causes the link to fail in properly forwarding VLAN traffic, leading to connectivity issues and VLAN isolation. Cisco switches do not automatically reconcile this mismatch, so network administrators must ensure consistent port roles on both ends. This trunk/access mismatch is a common exam trap because it can be confused with routing or Layer 3 issues. However, it is strictly a Layer 2 problem related to VLAN tagging and port configuration. Practically, this mismatch results in dropped frames or VLAN leakage, and it does not trigger routing protocol behaviors like OSPF router ID changes. Understanding this helps avoid misdiagnosing network problems and ensures proper VLAN traffic flow across switch links.

KKey Concepts to Remember

  • A trunk port forwards traffic for multiple VLANs by tagging frames with VLAN identifiers using IEEE 802.1Q encapsulation.
  • An access port carries untagged traffic for a single VLAN and connects end devices to the network.
  • A trunk/access mismatch causes VLAN traffic to be mishandled because one side expects tagged frames while the other expects untagged frames.
  • Cisco switches do not automatically synchronize or correct mismatched trunk and access port configurations on a link.
  • A trunk/access mismatch is a Layer 2 issue affecting VLAN traffic flow and does not impact Layer 3 routing protocols like OSPF.
  • Proper VLAN traffic forwarding requires consistent switchport roles on both ends of a physical link.
  • Trunk/access mismatches commonly cause connectivity problems such as dropped frames or VLAN isolation in switched networks.
  • Understanding switchport roles and VLAN tagging is essential for troubleshooting VLAN-related connectivity issues in Cisco networks.

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

A trunk port forwards traffic for multiple VLANs by tagging frames with VLAN identifiers using IEEE 802.1Q encapsulation.

Real-world example

How this comes up in practice

A network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.

What to study next

Got this wrong? Here's your next step.

Review a trunk port forwards traffic for multiple VLANs by tagging frames with VLAN identifiers using IEEE 802.1Q encapsulation., 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 — A trunk port forwards traffic for multiple VLANs by tagging frames with VLAN identifiers using IEEE 802.1Q encapsulation..

What is the correct answer to this question?

The correct answer is: The link roles are mismatched, so VLAN traffic will not be handled as intended across the link. — A trunk/access mismatch prevents the link from carrying VLAN traffic as intended. Option A correctly identifies this mismatch. Option B is wrong because access ports remain Layer 2 switchports; there is no automatic conversion to a routed port. Option C fails because switch configurations are never auto-synchronized due to a port role mismatch. Option D is incorrect: OSPF router ID is chosen based on loopback or highest IP address and is unaffected by a Layer 2 port mismatch.

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

Review a trunk port forwards traffic for multiple VLANs by tagging frames with VLAN identifiers using IEEE 802.1Q encapsulation., then practise related 200-301 questions on the same topic to reinforce the concept.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

A trunk port forwards traffic for multiple VLANs by tagging frames with VLAN identifiers using IEEE 802.1Q encapsulation.

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

Keep practising

More 200-301 practice questions

Last reviewed: May 17, 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.