Question

Difficulty: HardRouting Concepts and Dynamic Routing Protocols

An edge router at a regional office receives an IPv4 packet destined for 172.28.64.15172.28.64.15. The active routing table contains multiple valid routes from OSPF, BGP, and static configurations that match the destination network. Which TWO of the following statements correctly describe the decision process the router uses to select the forwarding path?

  1. The router evaluates and selects the route with the longest prefix match (most specific subnet mask) prior to considering administrative distance or metric.Answer
  2. B
    The router inspects Layer 2 Frame Check Sequence (FCS) integrity values across candidate links to determine path preference before reviewing Layer 3 routing parameters.
  3. When multiple candidate routes have identical prefix lengths, the router selects the path associated with the lowest administrative distance value.Answer
  4. D
    When equal-cost candidate paths are present, the router relies on Port Address Translation (PAT) to map distinct source ports for outbound load balancing across interfaces.

Answer

The router first selects the route with the longest prefix match (most specific subnet mask). If candidate routes have identical prefix lengths, the router then selects the route with the lowest administrative distance.
When forwarding an IP packet, a router follows a strict decision hierarchy. First, it identifies the route with the longest prefix match (the most specific network mask). Second, if multiple routes from different sources have identical prefix lengths, the router compares their administrative distance (AD) and selects the route with the lowest AD value.

Step-by-Step Solution

1
Evaluate subnet mask specificity across candidate routes.
Identify the route with the longest prefix match.
The router always prioritizes the most specific destination path regardless of protocol metric or administrative distance.
2
Compare administrative distance values if prefix lengths are equal.
Select the route learned from the source with the lowest administrative distance.
Administrative distance measures the trustworthiness of the routing source (e.g., connected, static, OSPF, BGP).

Key Concept

Routing Decision Hierarchy: Longest Prefix Match and Administrative Distance
Rate this question