- A
It acts as a backup path that becomes active if the preferred dynamic route is lost.
This is correct because floating static routes are designed as standby routes.
- B
It always overrides the dynamic route because static routes are preferred by definition.
Why wrong: This is wrong because floating statics are given higher administrative distance so they do not override the preferred route.
- C
It removes the need for administrative distance.
Why wrong: This is wrong because floating static behavior depends directly on administrative-distance tuning.
- D
It converts dynamic routes into connected routes.
Why wrong: This is wrong because a floating static route does not change the type of other routes.
CCNA IP Routing Practice Question
This 200-301 practice question tests your understanding of ip routing. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: a floating static route uses a higher administrative distance than dynamic routes to remain inactive unless the dynamic route fails.. 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.
What is the main purpose of a floating static route in a network that already uses dynamic routing?
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 acts as a backup path that becomes active if the preferred dynamic route is lost.
A floating static route provides a standby backup path without replacing the preferred dynamic route during normal operation. In plain language, it sits in reserve because its administrative distance is set higher than the primary route source. If the dynamic route disappears, the floating static route can take over automatically. This is valuable because it adds simple backup behavior without forcing the administrator to abandon the dynamic design. The correct answer is the one focused on backup failover rather than immediate preference.
Key principle: A floating static route uses a higher administrative distance than dynamic routes to remain inactive unless the dynamic route fails.
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 acts as a backup path that becomes active if the preferred dynamic route is lost.
Why this is correct
This is correct because floating static routes are designed as standby routes.
Related concept
A floating static route uses a higher administrative distance than dynamic routes to remain inactive unless the dynamic route fails.
- ✗
It always overrides the dynamic route because static routes are preferred by definition.
Why it's wrong here
This is wrong because floating statics are given higher administrative distance so they do not override the preferred route.
When this WOULD be correct
In a different question, if it asked about the behavior of static routes in a scenario where no dynamic routes exist, stating that static routes always take precedence would be correct, as there would be no competing dynamic routes to consider.
- ✗
It removes the need for administrative distance.
Why it's wrong here
This is wrong because floating static behavior depends directly on administrative-distance tuning.
When this WOULD be correct
In a different question context, if the question asked about the characteristics of static routes in a network where administrative distance is not considered, this option could be correct, suggesting that static routes simplify routing decisions by not requiring administrative distance.
- ✗
It converts dynamic routes into connected routes.
Why it's wrong here
This is wrong because a floating static route does not change the type of other routes.
When this WOULD be correct
In a different question context, if the question asked about the function of static routes in relation to dynamic routing protocols, and specifically mentioned converting or influencing route types, option D could be correct. For example, if the question stated that static routes can influence the routing table by changing dynamic routes to connected routes under certain conditions, then D would be valid.
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 acts as a backup path that becomes active if the preferred dynamic route is lost.Correct answer▾
Why this is correct
This is correct because floating static routes are designed as standby routes.
✗It always overrides the dynamic route because static routes are preferred by definition.Wrong answer — click to see why▾
Why this is wrong here
Option B is incorrect because a floating static route does not always override dynamic routes; it only becomes active when the primary dynamic route fails, maintaining a lower administrative distance otherwise.
★ When this WOULD be the correct answer
In a different question, if it asked about the behavior of static routes in a scenario where no dynamic routes exist, stating that static routes always take precedence would be correct, as there would be no competing dynamic routes to consider.
Why candidates choose this
Candidates may choose this option due to the common understanding that static routes typically have a higher preference than dynamic routes, leading to confusion about the specific role of floating static routes in a dynamic routing environment.
✗It removes the need for administrative distance.Wrong answer — click to see why▾
Why this is wrong here
This option is wrong because static routes, including floating static routes, do not eliminate the need for administrative distance; they still rely on it to determine which route to use when multiple routes exist.
★ When this WOULD be the correct answer
In a different question context, if the question asked about the characteristics of static routes in a network where administrative distance is not considered, this option could be correct, suggesting that static routes simplify routing decisions by not requiring administrative distance.
Why candidates choose this
Candidates may find this option tempting because they might believe that static routes inherently simplify routing by eliminating complexities like administrative distance, especially if they misunderstand the role of administrative distance in routing protocols.
✗It converts dynamic routes into connected routes.Wrong answer — click to see why▾
Why this is wrong here
This option is wrong because floating static routes do not convert dynamic routes into connected routes; they serve as backup paths in case the primary dynamic route fails. Dynamic routes remain distinct from connected routes, which are directly attached to the router's interfaces.
★ When this WOULD be the correct answer
In a different question context, if the question asked about the function of static routes in relation to dynamic routing protocols, and specifically mentioned converting or influencing route types, option D could be correct. For example, if the question stated that static routes can influence the routing table by changing dynamic routes to connected routes under certain conditions, then D would be valid.
Why candidates choose this
Candidates might choose this option due to a misunderstanding of how routing protocols interact, believing that static routes inherently alter the nature of dynamic routes, especially if they are not clear on the definitions of route types.
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 common exam trap is believing that static routes always override dynamic routes because static routes have a default administrative distance of 1. This misconception leads to selecting options that claim floating static routes always take precedence. In reality, floating static routes are configured with a higher administrative distance than dynamic routes, so they do not override the preferred route. Instead, they remain inactive until the dynamic route disappears, at which point they become the backup path. Misunderstanding this behavior can cause candidates to confuse the purpose of floating static routes and select incorrect answers.
Detailed technical explanation
How to think about this question
A floating static route is a static route configured with an administrative distance higher than the dynamic routing protocol's administrative distance. This means it is not installed in the routing table under normal conditions because the dynamic route has a lower administrative distance and is preferred. The floating static route acts as a backup path that only becomes active if the primary dynamic route fails or is removed from the routing table. In Cisco routing, administrative distance is a value used to select the best path when multiple routes to the same destination exist from different routing protocols or sources. By setting a floating static route with a higher administrative distance than the dynamic route, the router ensures the dynamic route is preferred during normal operation. If the dynamic route disappears, the floating static route's higher administrative distance no longer blocks it, allowing it to be installed and used as a failover. A common exam trap is to assume that static routes always override dynamic routes because static routes have a default administrative distance of 1. However, floating static routes deliberately use a higher administrative distance to avoid overriding dynamic routes. This design allows network administrators to maintain dynamic routing benefits while having a simple, manual backup route ready to activate automatically if needed.
KKey Concepts to Remember
- A floating static route uses a higher administrative distance than dynamic routes to remain inactive unless the dynamic route fails.
- Administrative distance determines route preference when multiple routes to the same destination exist in the routing table.
- Dynamic routing protocols like OSPF or EIGRP typically have lower administrative distances than static routes by default.
- Floating static routes provide backup paths without disrupting the primary dynamic routing operation.
- When the preferred dynamic route is lost, the floating static route becomes active and is installed in the routing table.
- Static routes with default administrative distance of 1 always override dynamic routes unless their distance is manually increased.
- Floating static routes do not convert dynamic routes into connected routes; they simply act as standby routes.
- Proper use of floating static routes enhances network resilience by providing simple failover without complex dynamic routing changes.
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 floating static route uses a higher administrative distance than dynamic routes to remain inactive unless the dynamic route fails.
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 floating static route uses a higher administrative distance than dynamic routes to remain inactive unless the dynamic route fails., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
IP Routing — study guide chapter
Learn the concepts, then practise the questions
- →
IP Routing 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?
IP Routing — This question tests IP Routing — A floating static route uses a higher administrative distance than dynamic routes to remain inactive unless the dynamic route fails..
What is the correct answer to this question?
The correct answer is: It acts as a backup path that becomes active if the preferred dynamic route is lost. — A floating static route provides a standby backup path without replacing the preferred dynamic route during normal operation. In plain language, it sits in reserve because its administrative distance is set higher than the primary route source. If the dynamic route disappears, the floating static route can take over automatically. This is valuable because it adds simple backup behavior without forcing the administrator to abandon the dynamic design. The correct answer is the one focused on backup failover rather than immediate preference.
What should I do if I get this 200-301 question wrong?
Review a floating static route uses a higher administrative distance than dynamic routes to remain inactive unless the dynamic route fails., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
A floating static route uses a higher administrative distance than dynamic routes to remain inactive unless the dynamic route fails.
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 →
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: 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.