PracticeBlogFlashcardsEspañol

Static vs Dynamic Routing and Route Selection

Key Takeaways

  • Network+ routing questions test how routers choose paths, not vendor-specific command memorization.
  • Static routes are manually configured and predictable, while dynamic routing protocols learn and adapt to topology changes.
  • Route selection follows longest prefix match first, then administrative distance, then metric when multiple candidates remain.
  • Default routes send traffic toward a next hop when no more specific route exists.
  • The N10-009 exam is current in 2026 and covers five domains: Networking Concepts 23%, Network Implementation 20%, Network Operations 19%, Network Security 14%, and Network Troubleshooting 24%.
Last updated: April 2026

Routing moves packets between IP networks. A router compares the destination IP address to its routing table, chooses the best matching route, and forwards the packet out the selected interface or to the selected next hop.

For Network+ N10-009, routing belongs primarily to Domain 2, Network Implementation, which is 20% of the exam. The current 2026 domain weights are:

DomainWeight
Networking Concepts23%
Network Implementation20%
Network Operations19%
Network Security14%
Network Troubleshooting24%

Route Sources

Route typeHow it appearsBest useMain risk
Connected routeInterface has an IP address and is upDirectly attached networksDisappears if interface goes down
Local routeAddress assigned to the router interfaceReaching the router interface itselfUsually not manually changed
Static routeAdministrator configures destination and next hopSmall networks, stub networks, backupsDoes not adapt unless tracked or changed
Default routeRoute to 0.0.0.0/0 or ::/0Send unknown destinations upstreamBad default can blackhole traffic
Dynamic routeLearned from OSPF, EIGRP, BGP, or another protocolLarger or changing topologiesRequires protocol design and monitoring

Static vs Dynamic Routing

FeatureStatic routingDynamic routing
Configuration effortManual per routeProtocol configuration plus policy
AdaptationDoes not adapt by itselfCan reconverge after failures
OverheadVery lowUses CPU, memory, and protocol traffic
PredictabilityHighDepends on metrics and protocol state
ScaleGood for simple or stub pathsBetter for many networks or many routers
Troubleshooting clueCheck exact destination, mask, and next hopCheck neighbors, advertisements, metrics, and filters

Static routing is not less professional than dynamic routing. It is often the right answer for a stub network with one exit path, a management network, or a backup route with a higher administrative distance. Dynamic routing becomes valuable when the topology has multiple routers, multiple paths, frequent changes, or a need for automatic failover.

Route Selection Order

Routers do not simply pick the route with the lowest metric from every possible route. They narrow the choice in this order:

  1. Longest prefix match: the most specific destination prefix wins.
  2. Administrative distance: if multiple route sources provide the same prefix length, the most trusted source wins.
  3. Metric: if the same routing protocol provides multiple comparable routes, the best metric wins.

Example Route Table Decision

Destination packet: 10.10.40.25

RouteSourceAdministrative distanceMetricMatches?
0.0.0.0/0 via 203.0.113.1Static default10Yes
10.10.0.0/16 via 10.1.1.1OSPF11020Yes
10.10.40.0/24 via 10.2.2.2Static10Yes
10.10.40.0/25 via 10.3.3.3OSPF11030Yes

The router uses 10.10.40.0/25 because /25 is the longest matching prefix for 10.10.40.25. The OSPF administrative distance does not matter until routes have the same prefix length.

Administrative Distance and Metric

ConceptMeaningExam clue
Administrative distanceTrustworthiness of the route sourceStatic route may beat OSPF for the same prefix
MetricProtocol-specific path costOSPF cost, EIGRP composite metric, BGP path attributes
Equal-cost multipathMultiple same-cost routes installedLoad sharing across equivalent next hops
Floating static routeStatic route with higher administrative distanceBackup route appears only when primary disappears

Scenario Guidance

When a host cannot reach a remote subnet, first confirm the host IP settings and local gateway. Then trace the path outward:

CheckWhat it proves
Host default gateway is correctHost can send off-subnet traffic to the router
Router has a route to destinationForward path exists
Return router has a route backReply path exists
ACL/firewall permits trafficRouting is not being mistaken for filtering
Next hop is reachableRoute points to a usable neighbor or interface

Common Traps

TrapBetter reasoning
Choose the lowest metric across all protocolsLongest prefix and administrative distance are considered first
Add a default route to fix one missing internal routeA default may hide the symptom and send traffic the wrong way
Troubleshoot only the forward pathMany routing failures are return-path failures
Assume connected routes are manually configuredThey appear when an addressed interface is operational

PBQ Practice Prompt

You are given three routers and a route table. Branch users can reach the internet but not the data center subnet 10.50.20.0/24. The branch router has only a default route to the ISP and no route to the private WAN. The best PBQ move is to add a specific route for 10.50.20.0/24 toward the WAN next hop, then verify that the data center router has a route back to the branch subnet.

Test Your Knowledge

A router has routes to 10.20.0.0/16 and 10.20.30.0/24. Which route is used for traffic to 10.20.30.44?

A
B
C
D
Test Your Knowledge

Which route is commonly used as a backup and configured with a higher administrative distance than the primary route?

A
B
C
D
Test Your KnowledgeMulti-Select

Which checks are most relevant when routing to a remote subnet fails? Select two.

Select all that apply

Confirm the router has a route to the destination network
Confirm the return path exists
Replace all copper cables with fiber
Disable every VLAN