Question 1,319 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: spanning Tree Protocol (STP) selects one root port on a non-root switch as the lowest-cost path toward the root bridge for each 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.

A switch has a root port and an alternate port for the same VLAN. Which statement best explains the operational role of the alternate port?

Clue words in this question

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

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

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

It is a backup path toward the root bridge and normally does not forward while the active root path is healthy.

The alternate port acts as a backup path toward the root bridge and stays in a non-forwarding state under normal conditions. In practical terms, STP keeps it ready in case the active path fails, but it does not allow it to forward frames while the primary root path is healthy. That is how STP preserves redundancy without creating loops. This question is useful because many learners understand root ports and designated ports but do not clearly understand what the alternate role represents.

Key principle: Spanning Tree Protocol (STP) selects one root port on a non-root switch as the lowest-cost path toward the root bridge for each 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.

  • It is a backup path toward the root bridge and normally does not forward while the active root path is healthy.

    Why this is correct

    This is correct because an alternate port is a standby path in STP.

    Clue confirmation

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

    Related concept

    Spanning Tree Protocol (STP) selects one root port on a non-root switch as the lowest-cost path toward the root bridge for each VLAN.

  • It always forwards traffic at the same time as the root port for load balancing.

    Why it's wrong here

    This is wrong because normal STP does not use the alternate port for simultaneous forwarding in that way.

    When this WOULD be correct

    If the question were to ask about a network configuration that uses multiple paths for load balancing and specifies that both the root port and alternate port can forward traffic simultaneously, then option B would be correct.

  • It is the port that elects the root bridge for the VLAN.

    Why it's wrong here

    This is wrong because ports do not elect the root bridge in that manner.

    When this WOULD be correct

    If the question asked about the role of a port in the Spanning Tree Protocol (STP) during the election process, specifically focusing on how ports contribute to determining the root bridge, then this option would be correct.

  • It is a special routed port used for inter-VLAN communication.

    Why it's wrong here

    This is wrong because alternate is an STP Layer 2 port role, not a Layer 3 interface type.

    When this WOULD be correct

    If the question were to ask about the function of a routed port in a Layer 3 switch that facilitates inter-VLAN communication, then option D would be correct. In that scenario, the routed port would be responsible for forwarding traffic between different VLANs.

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.

It is a backup path toward the root bridge and normally does not forward while the active root path is healthy.Correct answer

Why this is correct

This is correct because an alternate port is a standby path in STP.

It always forwards traffic at the same time as the root port for load balancing.Wrong answer — click to see why

Why this is wrong here

Option B is incorrect because an alternate port does not forward traffic while the root port is active; it serves as a backup path and only becomes active if the root port fails.

★ When this WOULD be the correct answer

If the question were to ask about a network configuration that uses multiple paths for load balancing and specifies that both the root port and alternate port can forward traffic simultaneously, then option B would be correct.

Why candidates choose this

Candidates might choose this option due to a misunderstanding of spanning tree protocols, confusing the roles of root and alternate ports with load balancing concepts commonly used in other networking scenarios.

It is the port that elects the root bridge for the VLAN.Wrong answer — click to see why

Why this is wrong here

This option is wrong because the alternate port does not participate in the election process for the root bridge; it only serves as a backup path to the root bridge once it is established.

★ When this WOULD be the correct answer

If the question asked about the role of a port in the Spanning Tree Protocol (STP) during the election process, specifically focusing on how ports contribute to determining the root bridge, then this option would be correct.

Why candidates choose this

Candidates may choose this option due to a misunderstanding of STP roles, confusing the functions of port types and the process of root bridge election, leading them to think that alternate ports have a role in that election.

It is a special routed port used for inter-VLAN communication.Wrong answer — click to see why

Why this is wrong here

Option D is incorrect because an alternate port is not a routed port; it operates at Layer 2 and is part of the Spanning Tree Protocol, which does not involve routing functionalities for inter-VLAN communication.

★ When this WOULD be the correct answer

If the question were to ask about the function of a routed port in a Layer 3 switch that facilitates inter-VLAN communication, then option D would be correct. In that scenario, the routed port would be responsible for forwarding traffic between different VLANs.

Why candidates choose this

Candidates may find this option tempting due to a misunderstanding of port types in VLAN configurations, conflating Layer 2 switching concepts with Layer 3 routing functionalities, leading to confusion about their roles.

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 STP's redundancy roles with load balancing or congestion management. Remember, alternate ports are for backup, not active traffic routing.

Detailed technical explanation

How to think about this question

Spanning Tree Protocol (STP) is a Layer 2 protocol designed to prevent switching loops in Ethernet networks by selectively blocking redundant paths. Each non-root switch selects a single root port, which is the port with the lowest path cost to the root bridge. To maintain redundancy, STP also identifies alternate ports, which provide backup paths to the root bridge but remain in a blocking state to avoid loops. These alternate ports do not forward traffic unless the active root port fails. The decision process for STP port roles involves comparing path costs and bridge IDs to elect the root bridge and determine the best path to it. The root port is the primary forwarding port toward the root bridge, while the alternate port is a standby port that offers a backup path. If the root port goes down, the alternate port immediately transitions to forwarding state, ensuring minimal network disruption. This behavior preserves network stability and redundancy without causing broadcast storms or loops. A common exam trap is confusing the alternate port with a load-balancing or routing port. Unlike routing interfaces or EtherChannel links, the alternate port does not forward traffic simultaneously with the root port. It is strictly a backup path in STP and remains blocked unless needed. Practically, this means network engineers must understand that alternate ports are part of STP’s loop prevention mechanism and not involved in Layer 3 routing or load balancing, which helps avoid misconfigurations and exam mistakes.

KKey Concepts to Remember

  • Spanning Tree Protocol (STP) selects one root port on a non-root switch as the lowest-cost path toward the root bridge for each VLAN.
  • An alternate port in STP provides a backup path to the root bridge and remains in a blocking state to prevent Layer 2 loops.
  • The alternate port does not forward traffic while the root port is active and healthy, ensuring network redundancy without loops.
  • STP port roles such as root port, designated port, and alternate port are Layer 2 concepts and do not involve Layer 3 routing functions.
  • The root bridge is elected based on the lowest bridge ID, and ports do not elect the root bridge themselves but participate in the election process.
  • STP prevents Layer 2 loops by blocking redundant paths, with alternate ports serving as standby links ready to transition if the active path fails.
  • Alternate ports differ from designated ports by not forwarding frames under normal conditions, unlike designated ports which actively forward traffic.
  • Understanding the alternate port role helps avoid confusion with load balancing or routing concepts, which are unrelated to STP port roles.

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

Spanning Tree Protocol (STP) selects one root port on a non-root switch as the lowest-cost path toward the root bridge for each 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 spanning Tree Protocol (STP) selects one root port on a non-root switch as the lowest-cost path toward the root bridge for each 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 — Spanning Tree Protocol (STP) selects one root port on a non-root switch as the lowest-cost path toward the root bridge for each VLAN..

What is the correct answer to this question?

The correct answer is: It is a backup path toward the root bridge and normally does not forward while the active root path is healthy. — The alternate port acts as a backup path toward the root bridge and stays in a non-forwarding state under normal conditions. In practical terms, STP keeps it ready in case the active path fails, but it does not allow it to forward frames while the primary root path is healthy. That is how STP preserves redundancy without creating loops. This question is useful because many learners understand root ports and designated ports but do not clearly understand what the alternate role represents.

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

Review spanning Tree Protocol (STP) selects one root port on a non-root switch as the lowest-cost path toward the root bridge for each VLAN., 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: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Spanning Tree Protocol (STP) selects one root port on a non-root switch as the lowest-cost path toward the root bridge for each 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

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.