- A
Increased late collisions and poor performance
Correct. Duplex mismatch commonly leads to collisions and poor performance.
- B
Incorrect VLAN tagging on trunks
Why wrong: VLAN tagging is unrelated to duplex mismatch.
- C
OSPF area mismatch errors
Why wrong: OSPF area mismatches are Layer 3 control-plane issues, not duplex symptoms.
- D
A change in the subnet mask on the host
Why wrong: Duplex does not alter IP addressing parameters.
CCNA Network Infrastructure and Connectivity Practice Question
This 200-301 practice question tests your understanding of network infrastructure and connectivity. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: a duplex mismatch occurs when one device operates in full-duplex mode and the other in half-duplex mode on the same link, causing communication errors.. 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 switch port and a host NIC have a duplex mismatch. Which symptom is most likely?
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.
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
Increased late collisions and poor performance
A duplex mismatch often causes collisions, frame errors, and degraded throughput, especially on the half-duplex side. It is a classic physical/link layer performance problem.
Key principle: A duplex mismatch occurs when one device operates in full-duplex mode and the other in half-duplex mode on the same link, causing communication errors.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Increased late collisions and poor performance
Why this is correct
Correct. Duplex mismatch commonly leads to collisions and poor performance.
Clue confirmation
The clue word "most likely" in the question point toward this answer.
Related concept
A duplex mismatch occurs when one device operates in full-duplex mode and the other in half-duplex mode on the same link, causing communication errors.
- ✗
Incorrect VLAN tagging on trunks
Why it's wrong here
VLAN tagging is unrelated to duplex mismatch.
When this WOULD be correct
In a scenario where a question asks about VLAN tagging issues on a trunk link, specifically mentioning misconfigured VLANs or mismatched VLAN IDs between switches, option B would be the correct answer. This could involve a situation where traffic is being incorrectly tagged due to VLAN misconfigurations.
- ✗
OSPF area mismatch errors
Why it's wrong here
OSPF area mismatches are Layer 3 control-plane issues, not duplex symptoms.
When this WOULD be correct
If the question were about OSPF configuration issues, such as identifying the cause of routing problems in a network with multiple OSPF areas, then an option mentioning OSPF area mismatch errors would be correct. For example, a question could ask what symptoms indicate a misconfigured OSPF area in a multi-area setup.
- ✗
A change in the subnet mask on the host
Why it's wrong here
Duplex does not alter IP addressing parameters.
When this WOULD be correct
In a question about network configuration issues, if it asks about the effects of modifying the subnet mask on a host's ability to communicate with other devices, option D would be correct if it leads to communication failures due to incorrect subnetting.
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.
✓Increased late collisions and poor performanceCorrect answer▾
Why this is correct
Correct. Duplex mismatch commonly leads to collisions and poor performance.
✗Incorrect VLAN tagging on trunksWrong answer — click to see why▾
Why this is wrong here
VLAN tagging on trunks is a Layer 2 function that deals with VLAN identification using 802.1Q tags. Duplex mismatch is a physical-layer issue affecting how data is sent and received (simultaneous vs. one direction at a time) and has no impact on VLAN tagging.
★ When this WOULD be the correct answer
In a scenario where a question asks about VLAN tagging issues on a trunk link, specifically mentioning misconfigured VLANs or mismatched VLAN IDs between switches, option B would be the correct answer. This could involve a situation where traffic is being incorrectly tagged due to VLAN misconfigurations.
Why candidates choose this
Students might confuse 'mismatch' in general, thinking any mismatch (duplex or VLAN) causes similar symptoms. However, VLAN tagging errors lead to connectivity issues within specific VLANs, not collisions.
✗OSPF area mismatch errorsWrong answer — click to see why▾
Why this is wrong here
OSPF area mismatch errors are Layer 3 routing protocol issues that prevent OSPF neighbors from forming. Duplex mismatch is a Layer 1/2 problem that affects frame delivery and collision detection, not routing protocol adjacency.
★ When this WOULD be the correct answer
If the question were about OSPF configuration issues, such as identifying the cause of routing problems in a network with multiple OSPF areas, then an option mentioning OSPF area mismatch errors would be correct. For example, a question could ask what symptoms indicate a misconfigured OSPF area in a multi-area setup.
Why candidates choose this
Both involve mismatches, and students might think any mismatch causes performance problems. However, OSPF area mismatches result in routing table incompleteness, not collisions.
✗A change in the subnet mask on the hostWrong answer — click to see why▾
Why this is wrong here
A change in subnet mask is a Layer 3 IP configuration change that affects network/host identification. Duplex mismatch is a physical-layer issue and does not alter IP addressing or subnet masks.
★ When this WOULD be the correct answer
In a question about network configuration issues, if it asks about the effects of modifying the subnet mask on a host's ability to communicate with other devices, option D would be correct if it leads to communication failures due to incorrect subnetting.
Why candidates choose this
Students might think that any misconfiguration (duplex or subnet) leads to poor performance. However, subnet mask changes cause reachability issues, not collisions.
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
Don't confuse duplex mismatch symptoms with total connectivity loss or latency-only issues; focus on error and collision symptoms.
Detailed technical explanation
How to think about this question
Duplex mismatch occurs when one device on a link operates in full-duplex mode while the other operates in half-duplex mode. Full-duplex allows simultaneous sending and receiving of data without collisions, whereas half-duplex requires devices to take turns transmitting, which can cause collisions if not properly synchronized. This mismatch leads to performance degradation because the half-duplex device detects collisions that the full-duplex device does not expect, resulting in late collisions and retransmissions. In Cisco networking environments, duplex settings can be configured manually or negotiated automatically via auto-negotiation protocols. When auto-negotiation fails or is disabled on one side, a duplex mismatch can occur. The half-duplex side will experience increased late collisions and frame errors, causing poor throughput and network performance. Troubleshooting involves verifying and aligning duplex settings on both the switch port and the host NIC to ensure consistent operation. The exam trap lies in confusing duplex mismatch symptoms with Layer 3 or VLAN-related issues. For example, OSPF area mismatches or VLAN tagging problems do not cause collisions or duplex-related errors. Practically, duplex mismatches manifest as physical/link layer issues affecting frame transmission reliability, so recognizing collision-related symptoms is key to diagnosing duplex mismatches in Cisco networks.
KKey Concepts to Remember
- A duplex mismatch occurs when one device operates in full-duplex mode and the other in half-duplex mode on the same link, causing communication errors.
- Half-duplex devices detect collisions and must retransmit frames, while full-duplex devices do not expect collisions, leading to late collisions in mismatched links.
- Cisco switches and hosts use auto-negotiation to set duplex modes; disabling or misconfiguring this can cause duplex mismatches.
- Duplex mismatches cause increased late collisions, frame errors, and degraded throughput, especially impacting half-duplex devices.
- Duplex mismatch symptoms are physical layer issues and do not affect Layer 3 protocols like OSPF or IP addressing parameters such as subnet masks.
- Correct duplex configuration requires matching duplex settings on both the switch port and host NIC to prevent collisions and performance problems.
- Exam questions may tempt candidates to confuse duplex mismatch symptoms with VLAN tagging errors or routing protocol mismatches, which are unrelated.
- Troubleshooting duplex mismatches involves checking interface statistics for collisions and verifying duplex settings rather than examining Layer 3 configurations.
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 duplex mismatch occurs when one device operates in full-duplex mode and the other in half-duplex mode on the same link, causing communication errors.
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 duplex mismatch occurs when one device operates in full-duplex mode and the other in half-duplex mode on the same link, causing communication errors., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
Network Infrastructure and Connectivity — study guide chapter
Learn the concepts, then practise the questions
- →
Network Infrastructure and Connectivity practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
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.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
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?
Network Infrastructure and Connectivity — This question tests Network Infrastructure and Connectivity — A duplex mismatch occurs when one device operates in full-duplex mode and the other in half-duplex mode on the same link, causing communication errors..
What is the correct answer to this question?
The correct answer is: Increased late collisions and poor performance — A duplex mismatch often causes collisions, frame errors, and degraded throughput, especially on the half-duplex side. It is a classic physical/link layer performance problem.
What should I do if I get this 200-301 question wrong?
Review a duplex mismatch occurs when one device operates in full-duplex mode and the other in half-duplex mode on the same link, causing communication errors., 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 duplex mismatch occurs when one device operates in full-duplex mode and the other in half-duplex mode on the same link, causing communication errors.
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 →
Last reviewed: May 17, 2026
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.
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.
Sign in to join the discussion.