- A
Alternate port
Why wrong: Alternate is a backup path role, not the best path to the root.
- B
Root port
Correct. Lowest-cost path to the root becomes the root port.
- C
Designated port
Why wrong: Designated status is elected per segment, not specifically the best uplink on the non-root switch.
- D
Disabled port
Why wrong: The lower-cost active path is not disabled.
Quick Answer
The answer is root port. On any non-root switch in a Spanning Tree Protocol topology, the port with the lowest total STP path cost to the root bridge is elected as the root port, while the higher-cost uplink becomes an alternate (blocked) port to prevent loops. This election is based solely on cumulative cost along the path, not on speed alone, making the STP root port election based on lowest path cost to root bridge a fundamental concept for loop-free Layer 2 design. On the CCNA 200-301 v2 exam, this often appears in scenario-based questions where you must identify port roles after a topology change, with a common trap being confusion between root port and designated port—remember, a designated port exists on the downstream side of a link, not on the switch itself. A simple memory tip: “Root port is the cheapest ticket home to the root bridge.”
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: a non-root switch selects one root port as its lowest-cost path back to the root bridge in STP.. 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 non-root switch has two uplinks toward the root bridge. One path has a lower total STP cost than the other. What role will the lower-cost uplink have?
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
Root port
On a non-root switch, the port with the lowest path cost toward the root bridge becomes the root port. The higher-cost uplink would become an alternate (blocked) port. A designated port is found on the upstream switch toward this switch, not on the non-root switch itself. A disabled port is administratively shut down, which does not apply here.
Key principle: A non-root switch selects one root port as its lowest-cost path back to the root bridge in STP.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Alternate port
Why it's wrong here
Alternate is a backup path role, not the best path to the root.
When this WOULD be correct
In a different scenario where a switch has multiple uplinks and one link fails, the remaining uplink with a higher cost could be designated as an alternate port, providing a backup path to the root bridge while the primary path is down.
- ✓
Root port
Why this is correct
Correct. Lowest-cost path to the root becomes the root port.
Related concept
A non-root switch selects one root port as its lowest-cost path back to the root bridge in STP.
- ✗
Designated port
Why it's wrong here
Designated status is elected per segment, not specifically the best uplink on the non-root switch.
When this WOULD be correct
In a different scenario, if the question stated that a switch has multiple segments and one of the uplinks is the only connection to a segment with multiple switches, then that uplink could be designated if it has the lowest cost to the root bridge for that segment.
- ✗
Disabled port
Why it's wrong here
The lower-cost active path is not disabled.
When this WOULD be correct
In a different scenario, if a switch is configured with a specific port that has been administratively shut down or if the STP has determined that the port should not be used due to a loop or misconfiguration, the question might ask about the status of that port, making 'disabled port' the correct answer.
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.
✓Root portCorrect answer▾
Why this is correct
Correct. Lowest-cost path to the root becomes the root port.
✗Alternate portWrong answer — click to see why▾
Why this is wrong here
An alternate port is a backup path to the root bridge that is not currently in use. In this scenario, the lower-cost uplink is actively forwarding traffic as the root port, making 'alternate port' an incorrect designation.
★ When this WOULD be the correct answer
In a different scenario where a switch has multiple uplinks and one link fails, the remaining uplink with a higher cost could be designated as an alternate port, providing a backup path to the root bridge while the primary path is down.
Why candidates choose this
Candidates may confuse the roles of ports in STP, especially if they focus on the presence of multiple uplinks and mistakenly associate lower-cost paths with alternate roles instead of recognizing the active forwarding role of the root port.
✗Designated portWrong answer — click to see why▾
Why this is wrong here
The designated port is the port on a network segment that has the lowest cost to the root bridge and is responsible for forwarding traffic towards the root. In this case, the question specifies a non-root switch with two uplinks, where the lower-cost uplink is the root port, not a designated port.
★ When this WOULD be the correct answer
In a different scenario, if the question stated that a switch has multiple segments and one of the uplinks is the only connection to a segment with multiple switches, then that uplink could be designated if it has the lowest cost to the root bridge for that segment.
Why candidates choose this
Candidates might confuse the roles of ports in STP, thinking that any port involved in forwarding traffic could be designated, especially if they overlook the specific context of uplinks and cost comparisons.
✗Disabled portWrong answer — click to see why▾
Why this is wrong here
A disabled port is not actively participating in the Spanning Tree Protocol (STP) and cannot forward traffic. In the context of the question, the lower-cost uplink would be actively used as the root port, not disabled.
★ When this WOULD be the correct answer
In a different scenario, if a switch is configured with a specific port that has been administratively shut down or if the STP has determined that the port should not be used due to a loop or misconfiguration, the question might ask about the status of that port, making 'disabled port' the correct answer.
Why candidates choose this
Candidates may confuse the concept of port states in STP and mistakenly think that a lower-cost path could be disabled due to misconfigurations or administrative actions, leading them to choose this option.
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
Remember, the root port is determined by the lowest path cost to the root bridge, not by any other criteria.
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 creating a loop-free logical topology. Each switch in the STP domain elects a root bridge, which serves as the reference point for all path cost calculations. Non-root switches determine their best path to the root bridge by selecting the port with the lowest cumulative path cost, known as the root port. The root port on a non-root switch is the single port that provides the lowest cost path back to the root bridge. STP calculates path cost based on the speed of each link, with lower costs assigned to faster links. When a non-root switch has multiple uplinks toward the root bridge, it compares the total path cost of each uplink and selects the one with the lowest cost as the root port. This port is placed in a forwarding state to ensure traffic flows efficiently toward the root. Other uplinks that do not provide the lowest cost path become alternate ports. Alternate ports serve as backup paths and are placed in a blocking state to prevent loops. Designated ports are elected per network segment to forward traffic away from the root bridge, but they are not chosen based on the uplink cost on a non-root switch. Disabled ports are administratively shut down or blocked due to errors or configuration, not because of path cost. Understanding the root port role is critical for CCNA candidates because it directly affects network stability and performance. The root port ensures that each switch forwards traffic along the most efficient path to the root bridge, maintaining a loop-free topology and optimal data flow in switched networks.
KKey Concepts to Remember
- A non-root switch selects one root port as its lowest-cost path back to the root bridge in STP.
- STP calculates path cost based on link speed to determine the best path toward the root bridge.
- The root port on a non-root switch is always placed in a forwarding state to send traffic toward the root.
- Alternate ports on a non-root switch serve as backup paths and are placed in a blocking state to prevent loops.
- Designated ports are elected per LAN segment and forward traffic away from the root bridge, not based on uplink cost on non-root switches.
- Disabled ports are administratively shut down or blocked due to errors, not because they have a lower path cost.
- STP prevents switching loops by blocking redundant paths that do not have the lowest path cost to the root bridge.
- The root bridge is the reference point for all path cost calculations in the STP topology.
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 non-root switch selects one root port as its lowest-cost path back to the root bridge in STP.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Review a non-root switch selects one root port as its lowest-cost path back to the root bridge in STP., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
Switching and Network Access — study guide chapter
Learn the concepts, then practise the questions
- →
Switching and Network Access 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?
Switching and Network Access — This question tests Switching and Network Access — A non-root switch selects one root port as its lowest-cost path back to the root bridge in STP..
What is the correct answer to this question?
The correct answer is: Root port — On a non-root switch, the port with the lowest path cost toward the root bridge becomes the root port. The higher-cost uplink would become an alternate (blocked) port. A designated port is found on the upstream switch toward this switch, not on the non-root switch itself. A disabled port is administratively shut down, which does not apply here.
What should I do if I get this 200-301 question wrong?
Review a non-root switch selects one root port as its lowest-cost path back to the root bridge in STP., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
A non-root switch selects one root port as its lowest-cost path back to the root bridge in STP.
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.