- A
PortFast: Immediately transitions an access port to forwarding state, bypassing STP listening and learning.
PortFast is designed for access ports connected to end devices. It skips the listening and learning states to bring the port to forwarding state immediately, reducing boot time for hosts.
- B
BPDU Guard: Prevents loops by disabling a port if it receives a BPDU, protecting against rogue switches.
Why wrong: This is incorrect because BPDU Guard does not prevent loops by disabling a port; it protects against rogue switches by error-disabling a port that receives a BPDU, which is unexpected on an access port.
- C
Root Guard: Prevents loops by disabling a port if it receives a superior BPDU, protecting against rogue switches.
Why wrong: This is incorrect because Root Guard does not disable a port; it places the port into a root-inconsistent state if a superior BPDU is received, preventing the port from becoming a root port.
- D
Loop Guard: Prevents loops by disabling a port if it stops receiving BPDUs, protecting against unidirectional links.
Why wrong: This is incorrect because Loop Guard prevents loops caused by BPDU loss, but it does not protect against unidirectional links; UDLD is used for that purpose.
Quick Answer
The correct match is PortFast: immediately transitions an access port to the forwarding state, bypassing STP listening and learning. This is because PortFast is designed for edge ports that connect only to end hosts, where no switch or bridge should be present, so the usual 30-second delay of spanning-tree convergence is unnecessary and would only delay user connectivity. On the CCNA 200-301 v2 exam, you will often see STP enhancements like PortFast, BPDU Guard, Root Guard, and Loop Guard tested together in matching or scenario-based questions, with common traps confusing BPDU Guard (which disables the port upon receiving a BPDU) with Root Guard (which prevents a port from becoming the root port). A helpful memory tip: PortFast gets you “fast” to forwarding, BPDU Guard “guards” against unexpected BPDUs, Root Guard “roots” out unwanted root bridges, and Loop Guard “loops” in unidirectional link failures.
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: port Security restricts the number of MAC addresses learned on a switch port to prevent unauthorized device access.. 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.
Match each switch protection feature to its most accurate purpose.
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
PortFast: Immediately transitions an access port to forwarding state, bypassing STP listening and learning.
Port security directly controls MAC address usage on a switch port, limiting the number and types of MACs allowed. BPDU Guard disables an edge port if it receives a BPDU, preventing potential loop or rogue switch issues. DHCP Snooping filters untrusted DHCP messages and builds a binding table of valid IP-MAC pairs. Dynamic ARP Inspection validates ARP packets against the DHCP Snooping binding table, ensuring they are legitimate.
Key principle: Port Security restricts the number of MAC addresses learned on a switch port to prevent unauthorized device access.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
PortFast: Immediately transitions an access port to forwarding state, bypassing STP listening and learning.
Why this is correct
PortFast is designed for access ports connected to end devices. It skips the listening and learning states to bring the port to forwarding state immediately, reducing boot time for hosts.
Related concept
Port Security restricts the number of MAC addresses learned on a switch port to prevent unauthorized device access.
- ✗
BPDU Guard: Prevents loops by disabling a port if it receives a BPDU, protecting against rogue switches.
Why it's wrong here
This is incorrect because BPDU Guard does not prevent loops by disabling a port; it protects against rogue switches by error-disabling a port that receives a BPDU, which is unexpected on an access port.
- ✗
Root Guard: Prevents loops by disabling a port if it receives a superior BPDU, protecting against rogue switches.
Why it's wrong here
This is incorrect because Root Guard does not disable a port; it places the port into a root-inconsistent state if a superior BPDU is received, preventing the port from becoming a root port.
- ✗
Loop Guard: Prevents loops by disabling a port if it stops receiving BPDUs, protecting against unidirectional links.
Why it's wrong here
This is incorrect because Loop Guard prevents loops caused by BPDU loss, but it does not protect against unidirectional links; UDLD is used for that purpose.
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.
✓PortFast: Immediately transitions an access port to forwarding state, bypassing STP listening and learning.Correct answer▾
Why this is correct
PortFast is designed for access ports connected to end devices. It skips the listening and learning states to bring the port to forwarding state immediately, reducing boot time for hosts.
✗BPDU Guard: Prevents loops by disabling a port if it receives a BPDU, protecting against rogue switches.Wrong answer — click to see why▾
Why this is wrong here
BPDU Guard does not directly prevent loops; it prevents unauthorized switch connections that could cause loops.
Why candidates choose this
Candidates may think BPDU Guard prevents loops because it disables ports, but its primary purpose is security against rogue devices.
✗Root Guard: Prevents loops by disabling a port if it receives a superior BPDU, protecting against rogue switches.Wrong answer — click to see why▾
Why this is wrong here
Root Guard enforces root bridge placement, not loop prevention. It does not disable the port but puts it in an inconsistent state.
Why candidates choose this
Candidates confuse Root Guard with BPDU Guard because both involve BPDU monitoring, but their actions differ.
✗Loop Guard: Prevents loops by disabling a port if it stops receiving BPDUs, protecting against unidirectional links.Wrong answer — click to see why▾
Why this is wrong here
Loop Guard places a port into a loop-inconsistent state if BPDUs are not received, but it does not detect unidirectional links.
Why candidates choose this
Candidates may associate Loop Guard with unidirectional links because both can cause loops, but UDLD specifically handles unidirectional links.
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
Do not confuse the purposes of BPDU Guard and Root Guard. BPDU Guard error-disables a port upon receiving any BPDU, while Root Guard only reacts to superior BPDUs and does not disable the port. Also, Loop Guard and UDLD both address loop issues but in different ways: Loop Guard handles BPDU loss, UDLD handles unidirectional links.
Detailed technical explanation
How to think about this question
Layer 2 protection features in Cisco switches are designed to secure the network at the data link layer by preventing common attacks and misconfigurations. Port Security restricts the number of MAC addresses learned on a switch port, preventing unauthorized devices from connecting. BPDU Guard protects the Spanning Tree Protocol (STP) topology by disabling ports that receive unexpected Bridge Protocol Data Units (BPDUs), which are typically sent by switches, not end devices. DHCP Snooping filters DHCP messages to block rogue DHCP servers and builds a binding table of trusted IP-to-MAC address mappings. Dynamic ARP Inspection (DAI) uses this binding table to validate ARP packets, preventing ARP spoofing attacks that can redirect traffic maliciously. Each feature targets a specific Layer 2 threat or misconfiguration. Port Security enforces MAC address limits per port to prevent unauthorized access. BPDU Guard is enabled on edge ports to protect the STP topology by shutting down ports receiving BPDUs, which indicates a possible switch or misconfiguration where none should exist. DHCP Snooping inspects DHCP traffic, allowing only trusted DHCP servers to assign IP addresses and creating a binding table used by DAI. DAI then validates ARP requests and replies against this table, blocking invalid ARP messages that could poison the ARP cache. A frequent exam pitfall is assuming these features are interchangeable or that one feature covers multiple threats. For example, DHCP Snooping does not validate ARP traffic—that is DAI's role. BPDU Guard does not control MAC addresses—that is Port Security's function. Understanding these distinctions is critical for correctly matching each feature to its purpose. In practical networks, these features are often deployed together to provide layered security, but each must be configured and understood individually to be effective and to pass the CCNA exam.
KKey Concepts to Remember
- Port Security restricts the number of MAC addresses learned on a switch port to prevent unauthorized device access.
- BPDU Guard disables a switch port if it receives unexpected BPDUs, protecting the Spanning Tree Protocol topology on edge ports.
- DHCP Snooping filters DHCP messages to block rogue DHCP servers and builds a trusted IP-to-MAC binding table.
- Dynamic ARP Inspection uses DHCP Snooping bindings to validate ARP packets and prevent ARP spoofing attacks.
- Each Layer 2 protection feature addresses a distinct security risk and does not overlap in functionality with the others.
- BPDU Guard is typically enabled on edge ports to prevent accidental or malicious STP topology changes.
- Port Security enforces MAC address limits per port, which helps prevent MAC flooding and unauthorized network access.
- DHCP Snooping and Dynamic ARP Inspection work together to secure IP address assignment and ARP traffic validation in switched networks.
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
Port Security restricts the number of MAC addresses learned on a switch port to prevent unauthorized device access.
Real-world example
How this comes up in practice
A practitioner preparing for the 200-301 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Port Security restricts the number of MAC addresses learned on a switch port to prevent unauthorized device access. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Review port Security restricts the number of MAC addresses learned on a switch port to prevent unauthorized device access., 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 — Port Security restricts the number of MAC addresses learned on a switch port to prevent unauthorized device access..
What is the correct answer to this question?
The correct answer is: PortFast: Immediately transitions an access port to forwarding state, bypassing STP listening and learning. — Port security directly controls MAC address usage on a switch port, limiting the number and types of MACs allowed. BPDU Guard disables an edge port if it receives a BPDU, preventing potential loop or rogue switch issues. DHCP Snooping filters untrusted DHCP messages and builds a binding table of valid IP-MAC pairs. Dynamic ARP Inspection validates ARP packets against the DHCP Snooping binding table, ensuring they are legitimate.
What should I do if I get this 200-301 question wrong?
Review port Security restricts the number of MAC addresses learned on a switch port to prevent unauthorized device access., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
Port Security restricts the number of MAC addresses learned on a switch port to prevent unauthorized device access.
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 →
Same concept, more angles
1 more ways this is tested on 200-301
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Match each switchport or STP feature to its most accurate purpose.
medium- ✓ A.PortFast allows a port to skip listening/learning states.
- B.UplinkFast provides fast failover for directly connected failures.
- C.BackboneFast reduces convergence time for indirect failures.
- D.BPDU Guard disables a port if BPDU is received.
Why A: PortFast allows an edge port to immediately transition to forwarding state, skipping listening and learning. BPDU Guard disables a port if a BPDU is received, enhancing security. Root Guard prevents a port from becoming the root port by error-disabling it upon receiving superior BPDUs. Port Security limits MAC addresses allowed on a switch port.
Keep practising
More 200-301 practice questions
- A switchport connected to another switch should carry multiple VLANs, but it was manually configured as an access port.…
- What problem is HSRP designed to solve?
- Which TWO statements correctly describe the causes or implications of CRC errors, runts, giants, or output errors as see…
- You are connected to R1. Configure IPv4 and IPv6 addressing on R1's interfaces and verify reachability to R2. The curren…
- Which TWO statements accurately describe how AI/ML concepts are applied to network operations in modern enterprise netwo…
- Which TWO switch port configurations are required when connecting a Cisco IP phone and a desktop PC to a single access p…
Last reviewed: Apr 12, 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.