Question 960 of 1,819
IP RoutingmediumMultiple ChoiceObjective-mapped

CCNA IP Routing Practice Question

This 200-301 practice question tests your understanding of ip routing. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: a floating static route uses a higher administrative distance than dynamic routes to remain inactive until needed as a backup.. 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 operational 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 provides a standby route that becomes active if the preferred dynamic route disappears.

A floating static route provides a backup path that stays inactive until the preferred dynamic route is lost. In practical terms, the administrator assigns it a higher administrative distance so it remains in reserve during normal operation. If the dynamic source fails, the static route can take over automatically. This is a practical failover technique because it adds resilience without replacing the primary routing design.

Key principle: A floating static route uses a higher administrative distance than dynamic routes to remain inactive until needed as a backup.

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 provides a standby route that becomes active if the preferred dynamic route disappears.

    Why this is correct

    This is correct because floating statics are designed as backup paths.

    Related concept

    A floating static route uses a higher administrative distance than dynamic routes to remain inactive until needed as a backup.

  • It always overrides the dynamic route because static routes are preferred by default.

    Why it's wrong here

    This is wrong because floating statics are intentionally given higher administrative distance.

    When this WOULD be correct

    In a different question setup where the focus is solely on static routes and their behavior in a network without dynamic routing, a statement claiming that static routes always override dynamic routes could be correct. For example, if the question asked about the behavior of static routes in a scenario without dynamic routing protocols, this option would be valid.

  • It removes the need for administrative distance in route selection.

    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 question that asks about a scenario where static routes are used exclusively and no dynamic routing protocols are in play, a candidate might be asked if static routes can function without considering administrative distance. In that case, the option could be considered correct if the context implies a simplified routing environment.

  • It turns all learned routes into connected routes.

    Why it's wrong here

    This is wrong because floating statics do not change the type of other routes.

    When this WOULD be correct

    In a different question context, if the question asked about a feature that converts dynamic routes into connected routes for specific routing protocols, option D could be correct. For example, a question about a routing protocol that allows for the conversion of learned routes to connected routes under certain configurations would make this option 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 provides a standby route that becomes active if the preferred dynamic route disappears.Correct answer

Why this is correct

This is correct because floating statics are designed as backup paths.

It always overrides the dynamic route because static routes are preferred by default.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 preferred dynamic route fails. Static routes have a higher administrative distance than dynamic routes by default, which means they do not take precedence unless specifically configured as floating.

★ When this WOULD be the correct answer

In a different question setup where the focus is solely on static routes and their behavior in a network without dynamic routing, a statement claiming that static routes always override dynamic routes could be correct. For example, if the question asked about the behavior of static routes in a scenario without dynamic routing protocols, this option would be valid.

Why candidates choose this

Candidates may choose this option because they understand that static routes generally have a higher priority than dynamic routes, leading to confusion about the specific behavior of floating static routes in a mixed routing environment.

It removes the need for administrative distance in route selection.Wrong answer — click to see why

Why this is wrong here

This option is incorrect because a floating static route does not eliminate the need for administrative distance; it simply has a higher administrative distance than the dynamic routes, allowing it to serve as a backup without overriding the primary route.

★ When this WOULD be the correct answer

In a question that asks about a scenario where static routes are used exclusively and no dynamic routing protocols are in play, a candidate might be asked if static routes can function without considering administrative distance. In that case, the option could be considered correct if the context implies a simplified routing environment.

Why candidates choose this

Candidates may choose this option due to a misunderstanding of static and dynamic routing interactions, mistakenly believing that static routes inherently simplify route selection by eliminating administrative distance considerations.

It turns all learned routes into connected routes.Wrong answer — click to see why

Why this is wrong here

This option is wrong because a floating static route does not convert learned routes into connected routes; it simply serves as a backup that activates when the primary dynamic route fails.

★ When this WOULD be the correct answer

In a different question context, if the question asked about a feature that converts dynamic routes into connected routes for specific routing protocols, option D could be correct. For example, a question about a routing protocol that allows for the conversion of learned routes to connected routes under certain configurations would make this option valid.

Why candidates choose this

Candidates may find this option tempting because they might confuse the concept of floating static routes with the idea of modifying route types, leading them to believe that static configurations can change the nature of dynamic routes.

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 assuming that static routes always override dynamic routes because static routes have a default administrative distance of 1. This leads to the incorrect belief that floating static routes will always be preferred, which is false. Floating static routes are intentionally configured with a higher administrative distance to prevent them from overriding dynamic routes. Misunderstanding this can cause candidates to select options claiming static routes always take precedence, missing the key concept of administrative distance tuning for failover purposes.

Detailed technical explanation

How to think about this question

A floating static route is a static route configured with an administrative distance higher than that of the dynamic routing protocol in use. This ensures the static route remains inactive and does not interfere with the preferred dynamic route under normal network conditions. The primary purpose is to provide a backup path that automatically activates only if the dynamic route fails, enhancing network resilience without disrupting the routing table during normal operation. In Cisco routing, the administrative distance (AD) determines route preference, with lower AD values preferred over higher ones. Dynamic routing protocols like OSPF (AD 110) or EIGRP (AD 90) typically have lower ADs than static routes (default AD 1). By increasing the AD of a static route above the dynamic protocol's AD, the static route floats, meaning it is installed in the routing table only when the dynamic route is unavailable. This mechanism allows seamless failover without manual intervention. A common exam trap is misunderstanding that static routes always override dynamic routes due to their default AD of 1. However, floating static routes deliberately use a higher AD to avoid this. Practically, floating static routes provide a reliable failover method in Cisco networks, ensuring backup connectivity without disrupting primary dynamic routing operations. This technique is essential for maintaining uptime and predictable routing behavior in complex network environments.

KKey Concepts to Remember

  • A floating static route uses a higher administrative distance than dynamic routes to remain inactive until needed as a backup.
  • Administrative distance determines route preference, with the lowest value route installed in the routing table.
  • Dynamic routing protocols like OSPF and EIGRP have default administrative distances lower than standard static routes.
  • Floating static routes provide automatic failover by activating only when the preferred dynamic route is lost.
  • Static routes with default administrative distance of 1 always override dynamic routes unless their distance is increased.
  • Floating static routes do not replace dynamic routing but complement it by providing standby paths.
  • The administrative distance value must be carefully set to ensure floating static routes do not interfere with normal routing.
  • Floating static routes enhance network resilience by enabling backup paths without manual route 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 until needed as a backup.

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 until needed as a backup., 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 until needed as a backup..

What is the correct answer to this question?

The correct answer is: It provides a standby route that becomes active if the preferred dynamic route disappears. — A floating static route provides a backup path that stays inactive until the preferred dynamic route is lost. In practical terms, the administrator assigns it a higher administrative distance so it remains in reserve during normal operation. If the dynamic source fails, the static route can take over automatically. This is a practical failover technique because it adds resilience without replacing the primary routing design.

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 until needed as a backup., 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 until needed as a backup.

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.