Match each routing decision concept on the left with its corresponding description in router path selection on the right.
- Longest Prefix MatchThe primary criteria evaluated first by a router when choosing among multiple destination route entries with different subnet masks.
- Administrative DistanceThe rating of trustworthiness used to select the preferred routing source when the exact same destination prefix is learned from multiple protocols.
- MetricThe calculated cost value used by a single dynamic routing protocol to rank candidate paths to a destination network.
- Next-Hop AddressThe IP address of the adjacent gateway device to which traffic destined for a remote network must be transmitted.
Answer
Longest Prefix Match pairs with the primary criteria evaluated first when choosing among multiple destination route entries with different subnet masks; Administrative Distance pairs with the rating of trustworthiness used to select the preferred routing source for identical prefixes; Metric pairs with the calculated cost value used by a single routing protocol to rank candidate paths; Next-Hop Address pairs with the IP address of the adjacent gateway device.
Each routing concept directly matches its fundamental role in packet forwarding decisions. Longest Prefix Match specifies that the entry with the longest subnet mask is chosen first. Administrative Distance compares trustworthiness across different routing protocols. Metric measures path desirability within a single protocol. Next-Hop Address identifies the immediate next gateway router on the path.
Step-by-Step Solution
Key Concept
Routing Table Decision Process and Terminology
Estimated Time:1m 30s