Question 425 of 520
Networking ConceptseasyMultiple ChoiceObjective-mapped

N10-009 Networking Concepts Practice Question

This N10-009 practice question tests your understanding of networking concepts. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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 network switch is experiencing a high number of collisions on a specific port. The connected device is configured for half-duplex. Which of the following is the most likely cause?

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

The switch port is configured for full-duplex

When a switch port is configured for full-duplex but the connected device operates in half-duplex, a duplex mismatch occurs. The switch transmits without checking for collisions (as full-duplex does not use CSMA/CD), while the half-duplex device expects to sense the carrier before sending, leading to collisions on the port. This is the most common cause of excessive collisions on a single switch port.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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 switch port is configured for full-duplex

    Why this is correct

    A duplex mismatch (switch full-duplex, device half-duplex) causes excessive collisions because the full-duplex switch transmits without checking for carrier sense, colliding with the half-duplex device's transmissions.

    Clue confirmation

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

    Related concept

    Read the scenario before looking for a memorised answer.

  • The cable length exceeds 100 meters

    Why it's wrong here

    Excessive cable length can cause signal degradation and late collisions, but the primary symptom is usually late collisions, not a general high collision count, and the scenario does not mention cable length.

    When this WOULD be correct

    A question about a network experiencing high error rates, late collisions, or intermittent connectivity on a link where the cable run is known to be near or beyond 100 meters for twisted-pair copper.

  • The device is using an incorrect VLAN

    Why it's wrong here

    Incorrect VLAN assignment would cause connectivity issues but not increase collisions. Collisions are layer 1/2 issues related to timing, not VLAN membership.

    When this WOULD be correct

    A question about a device unable to communicate with other devices on the same network, but can communicate with some, and the network uses VLANs. The correct answer would be that the device is using an incorrect VLAN ID, causing it to be isolated from its intended broadcast domain.

  • The switch port is configured for 1000BASE-T but the device only supports 100BASE-TX

    Why it's wrong here

    Speed mismatch would cause the link to negotiate down or fail, but not typically result in a high collision count. Most modern switches auto-negotiate speed and duplex, and mismatches usually prevent link from coming up.

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 N10-009 exam frequently reuses these exact scenarios with slightly different constraints.

The switch port is configured for full-duplexCorrect answer

Why this is correct

A duplex mismatch (switch full-duplex, device half-duplex) causes excessive collisions because the full-duplex switch transmits without checking for carrier sense, colliding with the half-duplex device's transmissions.

The cable length exceeds 100 metersWrong answer — click to see why

Why this is wrong here

Excessive cable length causes attenuation and signal degradation, not collisions. Collisions are a Layer 2 issue related to duplex mismatch, not physical layer cabling limits.

★ When this WOULD be the correct answer

A question about a network experiencing high error rates, late collisions, or intermittent connectivity on a link where the cable run is known to be near or beyond 100 meters for twisted-pair copper.

Why candidates choose this

Candidates often associate cable length limits with general network problems and may incorrectly assume that exceeding 100 meters causes collisions, rather than understanding that collisions are a duplex mismatch symptom.

The device is using an incorrect VLANWrong answer — click to see why

Why this is wrong here

Incorrect VLAN assignment does not cause collisions; it prevents communication between devices in different VLANs or causes connectivity issues, but collisions are a layer 1/physical layer issue related to duplex mismatch or cabling.

★ When this WOULD be the correct answer

A question about a device unable to communicate with other devices on the same network, but can communicate with some, and the network uses VLANs. The correct answer would be that the device is using an incorrect VLAN ID, causing it to be isolated from its intended broadcast domain.

Why candidates choose this

Candidates may confuse VLAN misconfiguration with other network issues like collisions, or think that VLAN problems can cause frame collisions, but collisions are unrelated to logical segmentation.

Analysis generated from the official N10-009blueprint 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

The trap here is that candidates often assume collisions are always caused by cable length or physical issues, overlooking the duplex mismatch as the primary cause when one side is half-duplex and the other is full-duplex.

Trap categories for this question

  • Scenario analysis trap

    Excessive cable length can cause signal degradation and late collisions, but the primary symptom is usually late collisions, not a general high collision count, and the scenario does not mention cable length.

Detailed technical explanation

How to think about this question

In half-duplex Ethernet, the device uses CSMA/CD (Carrier Sense Multiple Access with Collision Detection) to manage transmissions. A full-duplex switch port does not perform carrier sensing or collision detection, so it may transmit while the half-duplex device is sending, causing a collision. This mismatch also leads to excessive deferred transmissions and late collisions, which can degrade throughput to near zero in severe cases.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

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

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related N10-009 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 N10-009 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 N10-009 question test?

Networking Concepts — This question tests Networking Concepts — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The switch port is configured for full-duplex — When a switch port is configured for full-duplex but the connected device operates in half-duplex, a duplex mismatch occurs. The switch transmits without checking for collisions (as full-duplex does not use CSMA/CD), while the half-duplex device expects to sense the carrier before sending, leading to collisions on the port. This is the most common cause of excessive collisions on a single switch port.

What should I do if I get this N10-009 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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?

Read the scenario before looking for a memorised answer.

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 N10-009 practice questions

Last reviewed: Jun 11, 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 N10-009 practice question is part of Courseiva's free CompTIA 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 N10-009 exam.