New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

CompTIA N10-009 Exam - Topic 5 Question 3 Discussion

Actual exam question for CompTIA's N10-009 exam
Question #: 3
Topic #: 5
[All N10-009 Questions]

A network administrator wants to configure a backup route in case the primary route fails. A dynamic routing protocol is not installed on the router. Which of the following routing features should the administrator choose to accomplish this task?

Show Suggested Answer Hide Answer
Suggested Answer: C

Introduction to Administrative Distance

Administrative distance (AD) is a value used by routers to rank routes from different routing protocols. AD represents the trustworthiness of the source of the route. Lower AD values are more preferred. If a router has multiple routes to a destination from different sources, it will choose the route with the lowest AD.

Static Routes and Backup Routes

When a dynamic routing protocol is not used, static routes can be employed. Static routes are manually configured routes. To ensure a backup route, multiple static routes to the same destination can be configured with different AD values.

Configuring Static Routes with Administrative Distance

The primary route is configured with a lower AD value, making it the preferred route. The backup route is configured with a higher AD value. In the event of the primary route failure, the router will then use the backup route.

Example Configuration:

plaintext

Copy code

ip route 192.168.1.0 255.255.255.0 10.0.0.1 1

ip route 192.168.1.0 255.255.255.0 10.0.0.2 10

In the above example, 192.168.1.0/24 is the destination network.

10.0.0.1 is the next-hop IP address for the primary route with an AD of 1.

10.0.0.2 is the next-hop IP address for the backup route with an AD of 10.

Verification:

After configuration, use the show ip route command to verify that the primary route is in use and the backup route is listed as a candidate for use if the primary route fails.


CompTIA Network+ guide explains the concept of administrative distance and its use in static routing configuration (see page Ref 9Basic Configuration Commands).

Contribute your Thoughts:

0/2000 characters
Rozella
3 months ago
Link state flooding sounds complicated for this situation.
upvoted 0 times
...
Justine
3 months ago
Hop count won't help with redundancy, that's for sure.
upvoted 0 times
...
Blair
3 months ago
Wait, can you really set a backup route without dynamic routing?
upvoted 0 times
...
Kasandra
4 months ago
I agree, C is definitely the right choice here.
upvoted 0 times
...
Brittni
4 months ago
Administrative distance is the way to go for backup routes!
upvoted 0 times
...
Laquanda
4 months ago
Link state flooding sounds familiar, but I can't recall how it relates to backup routes. I might be mixing it up with something else.
upvoted 0 times
...
Noble
4 months ago
Didn't we practice a similar question where we had to choose between routing metrics? I feel like administrative distance was the key there too.
upvoted 0 times
...
Elbert
4 months ago
I'm not entirely sure, but I think hop count is more about measuring the distance rather than configuring a backup route.
upvoted 0 times
...
Franklyn
5 months ago
I remember discussing administrative distance in class; it seems like the right choice for setting a backup route.
upvoted 0 times
...
Kimbery
5 months ago
I'm a bit confused on this one. I was considering B - Link state flooding, since that could potentially help with backup route discovery. But I'm not sure if that's the right approach without a dynamic routing protocol. Hmm, tough call.
upvoted 0 times
...
Carry
5 months ago
Okay, let me think this through. A dynamic routing protocol isn't installed, so that rules out options related to routing protocols. I'm leaning towards C - Administrative distance as the best choice here.
upvoted 0 times
...
Kristal
5 months ago
Hmm, I'm not sure about this one. I was thinking maybe it's D - Hop count, since that could be used to prefer a shorter backup route. But I'm not totally confident on that.
upvoted 0 times
...
Leslie
5 months ago
This seems like a straightforward routing question. I think the answer is C - Administrative distance. That allows you to set a backup route with a higher administrative distance than the primary route.
upvoted 0 times
...
Evan
5 months ago
I think I saw something about pop-ups in our last review session. I want to say it was Option C, but I’m not entirely confident.
upvoted 0 times
...
Venita
5 months ago
Hmm, I'm a bit confused on this one. I know IIS is related to web servers, but I'm not sure if it needs to be installed on the deployment computer or the client computers. I'll have to think this through carefully.
upvoted 0 times
...
Tula
5 months ago
I've worked with IIS before, and I'm pretty sure the web server logs are stored in the SystemDrive%\ inetpub\LogFiles\logs\W3SVCN directory. That seems like the most logical place to look for this setup.
upvoted 0 times
...
Alishia
2 years ago
Wait, is this a 'Choose the wrong answer' type of question? If so, I'm going with A) Neighbor adjacency. Sounds like it has nothing to do with static routing.
upvoted 0 times
...
Tyisha
2 years ago
Haha, this is a trick question! The answer is obviously C) Administrative distance. What is this, amateur hour?
upvoted 0 times
Valentin
1 year ago
Exactly, it helps determine the trustworthiness of a route.
upvoted 0 times
...
Kristel
1 year ago
So, it's like a tiebreaker for routing decisions.
upvoted 0 times
...
Toshia
1 year ago
Yeah, that's right. It's used to select the best route when multiple paths are available.
upvoted 0 times
...
Art
1 year ago
I think the answer is C) Administrative distance.
upvoted 0 times
...
...
Dorthy
2 years ago
D) Hop count? Really? That's for distance-vector routing protocols, not static routes. I'm going with C).
upvoted 0 times
Rosalia
1 year ago
D) Hop count? That's not the right choice for this scenario.
upvoted 0 times
...
Annamae
1 year ago
C) Administrative distance
upvoted 0 times
...
...
Kasandra
2 years ago
Hmm, I'm not sure. Maybe B) Link state flooding? That sounds like it could help with failover, right?
upvoted 0 times
Ronnie
2 years ago
Neighbor adjacency could also be a useful feature for setting up a backup route.
upvoted 0 times
...
Roselle
2 years ago
I agree, D) Hop count would be a good option to consider for failover.
upvoted 0 times
...
Eulah
2 years ago
Actually, D) Hop count might be more suitable for this task.
upvoted 0 times
...
Portia
2 years ago
I think C) Administrative distance would be a better choice for configuring a backup route.
upvoted 0 times
...
...
Nathalie
2 years ago
I see, so administrative distance is the best choice for configuring a backup route without a dynamic routing protocol.
upvoted 0 times
...
Francesco
2 years ago
Hop count is more about the number of routers a packet has to pass through, not really for backup route selection.
upvoted 0 times
...
Farrah
2 years ago
I think C) Administrative distance would be the best choice here. It allows you to set a backup route with a higher priority.
upvoted 0 times
Maxima
1 year ago
I've used C) Administrative distance before for setting up backup routes, it's a solid choice.
upvoted 0 times
...
Sabina
1 year ago
I think D) Hop count could also work as a backup route feature, but C) Administrative distance seems more reliable.
upvoted 0 times
...
France
2 years ago
I agree, C) Administrative distance is the way to go for setting up a backup route.
upvoted 0 times
...
Levi
2 years ago
I think C) Administrative distance is more reliable for setting up a backup route in case of failure.
upvoted 0 times
...
Ressie
2 years ago
Wouldn't D) Hop count also work for this scenario? It could help determine the shortest path.
upvoted 0 times
...
Wilbert
2 years ago
I agree, C) Administrative distance is the way to go for setting up a backup route.
upvoted 0 times
...
...
Fatima
2 years ago
But what about using D) Hop count? It also helps in selecting the best route based on the number of hops.
upvoted 0 times
...
Nathalie
2 years ago
I agree with Francesco, because administrative distance is used to select the best route when multiple paths are available.
upvoted 0 times
...
Francesco
2 years ago
I think the answer is C) Administrative distance.
upvoted 0 times
...

Save Cancel