- A
The root bridge is elected using the lowest bridge ID
That is how the root bridge is selected.
- B
STP is designed to prevent Layer 2 switching loops
Loop prevention is the whole reason STP exists.
- C
A lower path cost makes a port less likely to become root port
Why wrong: Lower cost is exactly what a switch prefers toward the root.
- D
All blocked ports are designated ports
Why wrong: Blocked ports are not designated forwarding ports.
Quick Answer
The correct answer is that STP is designed to prevent Layer 2 switching loops, and the root bridge is elected based on the lowest bridge ID. STP prevents loops by dynamically blocking redundant paths, placing some switch ports into a non-forwarding role to ensure a single logical path exists between any two network segments. The root bridge election process uses the bridge ID, which combines a bridge priority value with the switch’s MAC address; the switch with the numerically lowest bridge ID wins the election, and all its ports automatically become designated ports for their respective segments. On the CCNA 200-301 v2 exam, this concept tests your understanding of loop prevention fundamentals and the deterministic election process, often appearing in multiple-choice questions that pair a correct statement about loop prevention with a correct statement about root bridge selection. A common trap is assuming the root bridge is chosen by highest bandwidth or lowest MAC address alone, but the bridge ID as a whole is the deciding factor. Remember the mnemonic "Lowest BID wins the ID" to recall that the lowest bridge ID determines the root.
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: sTP elects the root bridge by selecting the switch with the lowest bridge ID, which combines priority and MAC address.. 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 two STP facts are correct? Choose two.
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 root bridge is elected using the lowest bridge ID
STP prevents Layer 2 loops by placing some ports into a non-forwarding role. The root bridge is chosen by the lowest bridge ID, and all ports on the root bridge itself are designated ports for their segments.
Key principle: STP elects the root bridge by selecting the switch with the lowest bridge ID, which combines priority and MAC address.
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 root bridge is elected using the lowest bridge ID
Why this is correct
That is how the root bridge is selected.
Related concept
STP elects the root bridge by selecting the switch with the lowest bridge ID, which combines priority and MAC address.
- ✓
STP is designed to prevent Layer 2 switching loops
Why this is correct
Loop prevention is the whole reason STP exists.
Related concept
STP elects the root bridge by selecting the switch with the lowest bridge ID, which combines priority and MAC address.
- ✗
A lower path cost makes a port less likely to become root port
Why it's wrong here
Lower cost is exactly what a switch prefers toward the root.
When this WOULD be correct
In a question about STP port roles where the statement is 'A higher path cost makes a port less likely to become root port', that would be correct because higher cost is less preferred.
- ✗
All blocked ports are designated ports
Why it's wrong here
Blocked ports are not designated forwarding ports.
When this WOULD be correct
If the question asked 'Which ports are in blocking state in STP?' and an option said 'All non-designated ports are blocked', that would be correct, as blocked ports are a subset of non-designated ports.
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.
✓The root bridge is elected using the lowest bridge IDCorrect answer▾
Why this is correct
That is how the root bridge is selected.
✗A lower path cost makes a port less likely to become root portWrong answer — click to see why▾
Why this is wrong here
STP uses path cost to determine the root port, where a lower path cost is more desirable and makes a port more likely to become the root port, not less.
★ When this WOULD be the correct answer
In a question about STP port roles where the statement is 'A higher path cost makes a port less likely to become root port', that would be correct because higher cost is less preferred.
Why candidates choose this
Candidates may confuse the relationship between path cost and port role, thinking that lower cost is somehow less favorable or misremembering the election criteria.
✗All blocked ports are designated portsWrong answer — click to see why▾
Why this is wrong here
In STP, blocked ports are alternate or backup ports, not designated ports. Designated ports are in forwarding state on each segment, while blocked ports are non-designated.
★ When this WOULD be the correct answer
If the question asked 'Which ports are in blocking state in STP?' and an option said 'All non-designated ports are blocked', that would be correct, as blocked ports are a subset of non-designated ports.
Why candidates choose this
Candidates may confuse the roles of ports in STP, thinking that all ports that are not forwarding (including blocked) are designated, or they may misremember that designated ports are always forwarding.
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
Be careful not to confuse root ports with designated ports, and remember that STP uses path cost, not hop count.
Detailed technical explanation
How to think about this question
Spanning Tree Protocol (STP) is a Layer 2 network protocol designed to prevent switching loops in Ethernet networks by selectively blocking redundant paths. STP elects a root bridge, which serves as a reference point for all path calculations. Each switch uses the root bridge ID, a combination of priority and MAC address, to determine the root bridge, with the lowest bridge ID winning the election. This root bridge then influences port roles and forwarding decisions across the network. STP assigns port roles based on path cost to the root bridge. Each non-root switch selects a single root port, which is the port with the lowest cumulative cost path back to the root bridge. Ports on the root bridge itself are always designated ports, forwarding traffic for their segments. Ports that could cause loops are placed into a blocking state and are not designated ports. This mechanism ensures a loop-free topology while maintaining redundancy. A common exam trap is misunderstanding the relationship between port cost and port roles. Lower path cost ports are more likely to become root ports, not less, which contradicts option C. Also, blocked ports are never designated ports, as option D incorrectly states. Understanding these distinctions is critical for correctly answering STP questions and for practical network design, where proper port roles ensure stability and redundancy without loops.
KKey Concepts to Remember
- STP elects the root bridge by selecting the switch with the lowest bridge ID, which combines priority and MAC address.
- STP prevents Layer 2 switching loops by placing some ports into a blocking state to stop redundant traffic paths.
- Each non-root switch selects one root port as its lowest-cost path back to the root bridge to forward traffic.
- Ports on the root bridge are always designated ports, forwarding traffic for their directly connected segments.
- Blocked ports in STP do not forward traffic and are never designated ports, preventing Layer 2 loops.
- STP uses path cost metrics to determine port roles, preferring lower cost paths toward the root bridge.
- The root bridge acts as the central point for all STP calculations and influences port role assignments network-wide.
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
STP elects the root bridge by selecting the switch with the lowest bridge ID, which combines priority and MAC address.
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 sTP elects the root bridge by selecting the switch with the lowest bridge ID, which combines priority and MAC address., 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 — STP elects the root bridge by selecting the switch with the lowest bridge ID, which combines priority and MAC address..
What is the correct answer to this question?
The correct answer is: The root bridge is elected using the lowest bridge ID — STP prevents Layer 2 loops by placing some ports into a non-forwarding role. The root bridge is chosen by the lowest bridge ID, and all ports on the root bridge itself are designated ports for their segments.
What should I do if I get this 200-301 question wrong?
Review sTP elects the root bridge by selecting the switch with the lowest bridge ID, which combines priority and MAC address., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
STP elects the root bridge by selecting the switch with the lowest bridge ID, which combines priority and MAC address.
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: Apr 13, 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.