- A
Designated port
Why wrong: A designated port is the forwarding port for a segment, not specifically the best path on a non-root switch.
- B
Root port
That is the correct STP role.
- C
Alternate port
Why wrong: An alternate port is a backup path.
- D
Disabled port
Why wrong: Disabled is not the best-path role.
Quick Answer
The answer is the root port. This STP root port role identifies the single port on a non-root switch that has the best path back to the root bridge, determined by the lowest root path cost. Every non-root switch must have exactly one root port, which is the port closest to the root bridge in terms of cumulative cost, ensuring a loop-free topology. On the CCNA 200-301 v2 exam, this concept tests your understanding of Spanning Tree Protocol port roles and how switches elect forwarding paths; a common trap is confusing the root port with the designated port, but remember that designated ports exist on every segment and forward traffic away from the root, while the root port always points toward the root. A helpful memory tip: think of the root port as the "receiver" that brings traffic into the switch from the root bridge, while designated ports "send" traffic out.
CCNA Network Services and Security Practice Question
This 200-301 practice question tests your understanding of network services and security. 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.
Which STP role identifies the port on a non-root switch that has the best path back to the root bridge?
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.
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
The root port is the single port on a non-root switch that provides the lowest-cost path toward the root bridge. Designated ports forward away from the root for a segment, and alternate ports are backup paths.
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.
- ✗
Designated port
Why it's wrong here
A designated port is the forwarding port for a segment, not specifically the best path on a non-root switch.
When this WOULD be correct
In a question asking for the port role on a switch that connects to the root bridge and is responsible for forwarding traffic towards it, the designated port would be the correct answer. For example, if the question stated, 'Which port role on a switch connects to the root bridge and forwards traffic towards it?' then the designated port would be correct.
- ✓
Root port
- ✗
Alternate port
Why it's wrong here
An alternate port is a backup path.
When this WOULD be correct
In a question asking about the role of ports in a Rapid Spanning Tree Protocol (RSTP) environment, the alternate port could be identified correctly if the question specifies a scenario where a switch has multiple paths to the root bridge and is asked to identify ports that can be activated if the primary path fails.
- ✗
Disabled port
Why it's wrong here
Disabled is not the best-path role.
When this WOULD be correct
In a different question asking which port state is used for troubleshooting or configuration purposes, a scenario might involve a network administrator needing to identify ports that are intentionally disabled for security reasons. In that context, 'disabled port' could be 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
That is the correct STP role.
✗Designated portWrong answer — click to see why▾
Why this is wrong here
The designated port is the port on a switch that has the best path to the root bridge, but it is not specific to non-root switches. The question specifically asks for the port role on a non-root switch that identifies the best path back to the root bridge, which is the root port.
★ When this WOULD be the correct answer
In a question asking for the port role on a switch that connects to the root bridge and is responsible for forwarding traffic towards it, the designated port would be the correct answer. For example, if the question stated, 'Which port role on a switch connects to the root bridge and forwards traffic towards it?' then the designated port would be correct.
Why candidates choose this
Candidates may confuse the designated port with the root port due to their roles in STP, as both are involved in determining the best path for traffic. Additionally, the term 'designated' may sound authoritative, leading candidates to believe it is the correct choice.
✗Alternate portWrong answer — click to see why▾
Why this is wrong here
The alternate port is a port on a switch that has a backup path to the root bridge but is not currently in use for forwarding traffic. It does not represent the best path back to the root bridge, which is the role of the root port.
★ When this WOULD be the correct answer
In a question asking about the role of ports in a Rapid Spanning Tree Protocol (RSTP) environment, the alternate port could be identified correctly if the question specifies a scenario where a switch has multiple paths to the root bridge and is asked to identify ports that can be activated if the primary path fails.
Why candidates choose this
Candidates may confuse the alternate port with the root port due to their similar roles in providing redundancy and may mistakenly believe that any port that provides an alternative path qualifies as the best path.
✗Disabled portWrong answer — click to see why▾
Why this is wrong here
A disabled port is not operational and does not participate in STP, making it irrelevant for identifying the best path to the root bridge. Therefore, it cannot be the correct answer for this question regarding STP roles.
★ When this WOULD be the correct answer
In a different question asking which port state is used for troubleshooting or configuration purposes, a scenario might involve a network administrator needing to identify ports that are intentionally disabled for security reasons. In that context, 'disabled port' could be the correct answer.
Why candidates choose this
Candidates may confuse 'disabled port' with other port roles due to a lack of understanding of STP states, thinking that any non-operational port might still have relevance in the context of network topology.
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
A frequent exam trap is mistaking the designated port for the root port. While both forward traffic, the designated port is selected per LAN segment to forward frames away from the root bridge, not necessarily providing the best path back to the root. Another trap is confusing the alternate port with the root port; alternate ports are backup paths kept in blocking state and do not forward traffic unless the root port fails. Candidates often overlook that the root port is unique per non-root switch and always represents the lowest-cost path to the root bridge, which is the key to answering this question correctly.
Detailed technical explanation
How to think about this question
Spanning Tree Protocol (STP) is a Layer 2 network protocol designed to prevent loops in Ethernet networks by creating a loop-free logical topology. STP elects a root bridge, which acts as the reference point for all path calculations. Each switch in the network determines the best path to the root bridge by calculating path costs based on link speeds. The port on a non-root switch that provides the lowest cost path back to the root bridge is designated as the root port. This root port is critical because it forwards frames toward the root bridge, ensuring a loop-free and efficient topology. The root port selection process involves comparing the total path cost to the root bridge through each switch port. The port with the lowest cumulative cost is chosen as the root port. If there is a tie, STP uses secondary criteria such as the sender bridge ID and port ID to break the tie. Only one root port exists per non-root switch, and it is always in the forwarding state. Other ports on the switch may be designated ports or alternate ports, which serve different roles in the STP topology. A common exam trap is confusing the root port with the designated port or alternate port roles. The designated port is the forwarding port for a LAN segment and is selected on a per-segment basis, not per switch. Alternate ports provide backup paths and remain in a blocking state unless the root port fails. Understanding these distinctions is crucial for the CCNA exam, as misidentifying the root port can lead to incorrect answers about STP behavior and network topology design.
KKey Concepts to Remember
- A non-root switch selects one root port as its lowest-cost path back to the root bridge in STP.
- The root port on a non-root switch is always in the forwarding state to send traffic toward the root bridge.
- Designated ports forward traffic away from the root bridge for a specific LAN segment and are selected per segment.
- Alternate ports provide backup paths and remain in blocking state unless the root port fails.
- STP calculates path cost based on link speed to determine the best path to the root bridge.
- Only one root port exists per non-root switch, ensuring a loop-free topology in STP.
- STP uses bridge ID and port ID as tie-breakers if multiple ports have the same path cost to the root.
- Confusing root ports with designated or alternate ports is a common exam mistake in STP questions.
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.
- →
Network Services and Security — study guide chapter
Learn the concepts, then practise the questions
- →
Network Services and Security 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 Services and Security — This question tests Network Services and Security — 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 — The root port is the single port on a non-root switch that provides the lowest-cost path toward the root bridge. Designated ports forward away from the root for a segment, and alternate ports are backup paths.
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.
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?
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.