Courseiva
Question 312 of 1,389
IP RoutingmediumDrag & DropObjective-mapped

CCNA IP Routing Practice Question

Drag and drop the following steps into the correct order to determine the best route to a destination using a routing table.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
6Step 6
7Step 7

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

Extract the destination IP address from the packet.

The correct order follows Cisco's route selection logic: 1. Extract the destination IP (the lookup key). 2. Find all matching routes in the routing table. 3. Apply longest prefix match – the most specific route (longest subnet mask) is always preferred, regardless of administrative distance. 4. If multiple routes share that longest prefix length, compare administrative distances. 5. The route with the lowest administrative distance wins. 6. If AD values are equal (same routing protocol is typical), compare metrics. 7. The route with the lowest metric becomes the best route. This hierarchy – longest match > AD > metric – is fundamental to Cisco router behavior.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Extract the destination IP address from the packet.

    Why this is correct

    The process of IP routing begins by examining the Layer 3 header of the incoming frame after decapsulation. The destination IP address is the key identifier that the router uses to make a forwarding decision; without extracting and interpreting this field, the router cannot consult its forwarding table. This step is the prerequisite for all subsequent longest-prefix-match and route-selection logic.

  • Search the routing table for all entries that match the destination IP address.

    Why this is correct

    Once the destination IP address is known, the router performs a lookup in its routing table (or Forwarding Information Base) to find every prefix entry that contains that address within its range. This is not a single exact-match lookup; rather, the router compares the address against all route prefixes to determine which ones are applicable. The set of matching routes forms the candidate list for the best-route selection process.

  • Identify the route(s) with the longest prefix length (most specific match).

    Why this is correct

    Among the candidate routes that match the destination address, the router selects the one with the longest prefix length, i.e., the most specific match. A /32 host route is preferred over a /24, a /24 over a /16, and so on, because longer prefixes represent a more precise path to the destination. This rule ensures that the most granular routing information available in the table dictates the forwarding decision.

  • If multiple routes share the same prefix length, compare their administrative distances.

    Why this is correct

    When two or more routes have the same prefix length and both cover the destination IP, the router must break the tie by comparing their administrative distances (AD). Administrative distance is a Cisco-assigned trustworthiness rating for the source of the route, such as connected (0), static (1), or EIGRP (90). Lower AD values indicate a more reliable routing source, so the route with the smaller AD wins at this stage.

  • Select the route with the lowest administrative distance among them.

    Why this is correct

    The administrative distance comparison resolves the tie by selecting the route whose originating protocol or mechanism is considered most trustworthy. For example, a static route with AD 1 is preferred over an OSPF route with AD 110 when both have the same prefix length. This decision does not involve metrics; it purely reflects the router's confidence in the routing source itself.

  • If multiple routes have the same administrative distance, compare their metrics.

    Why this is correct

    If multiple routes remain tied after the administrative distance comparison—for instance, two OSPF routes with equal AD—the router proceeds to compare their metrics. Metrics are protocol-specific values that quantify the cost or distance of a path, such as OSPF cost, EIGRP composite metric, or RIP hop count. Only routes from the same routing protocol can have their metrics meaningfully compared; different protocols use incompatible metric scales.

  • Choose the route with the lowest metric as the best route.

    Why this is correct

    The final tie-breaker selects the route with the lowest metric value as the best route to install in the routing table. For OSPF, this means the lowest cumulative cost; for EIGRP, the lowest composite metric derived from bandwidth and delay, among other factors. This step completes the route-selection process, and the winning route is then used to forward the packet to the next hop.

Visual reference

192.168.1.0 /24 256 addresses (254 usable) 192.168.1.0 /25 Subnet A 128 addr (126 usable) 192.168.1.128 /25 Subnet B 128 addr (126 usable) Borrowing 1 bit from host portion creates 2 subnets (/25)

Quick reference

Routing Protocol Comparison

ProtocolMetricMax HopsAlgorithmType
RIP v2Hop count15Bellman-FordDistance vector
OSPFCost (bandwidth)UnlimitedDijkstra (SPF)Link state
EIGRPComposite metricUnlimitedDUALHybrid
IS-ISCostUnlimitedDijkstraLink state
BGPPolicy / attributesUnlimitedPath vectorPath vector

RIP's 15-hop limit makes it unsuitable for large networks. OSPF and EIGRP dominate modern enterprise deployments.

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

Last reviewed: Jun 14, 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.