Question 1,397 of 1,819
IP RoutingmediumMultiple ChoiceObjective-mapped

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?

Question 1mediummultiple choice
Review the full routing breakdown →

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.

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.

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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More 200-301 practice questions

Last reviewed: May 17, 2026

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.

Loading comments…

Sign in to join the discussion.

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.