352-001 · Question #666
Refer to the exhibit. Router A must reach Router X. Which option describes how router A decides which interface to use to forward packets?
The correct answer is B. Router A relies on RIB toselect the desired interface. When the paths to a destination have unequal costs, only the single best route is installed in the RIB, and Router A uses that RIB entry to determine the outgoing interface without load balancing.
Question
Refer to the exhibit. Router A must reach Router X. Which option describes how router A decides which interface to use to forward packets?
Exhibit
Options
- ARouter A does per-flow load-balance across the two interfaces.
- BRouter A relies on RIB toselect the desired interface.
- CRouter A relies on FIBto select the desired interface.
- DRouter A does per-packet load-balance across the two interfaces.
How the community answered
(32 responses)- A3% (1)
- B88% (28)
- C3% (1)
- D6% (2)
Why each option
When the paths to a destination have unequal costs, only the single best route is installed in the RIB, and Router A uses that RIB entry to determine the outgoing interface without load balancing.
Per-flow load balancing requires two or more equal-cost paths to exist in the RIB simultaneously; with unequal-cost paths the RIB installs only one route, so no load balancing occurs.
The RIB (Routing Information Base) is the authoritative routing table that selects the single best path based on metric and administrative distance; when equal-cost paths are not present, the RIB holds one route with one outgoing interface, which is what Router A consults to make its forwarding decision.
The FIB is built from the RIB and used by CEF for fast hardware-level lookups; it reflects what the RIB has already decided rather than making an independent interface selection, so the RIB is the correct source of the forwarding decision.
Per-packet load balancing distributes individual packets round-robin across equal-cost paths; like per-flow balancing, it is only possible when multiple equal-cost routes exist in the RIB, which the exhibit does not show.
Concept tested: RIB role in single best-path forwarding decisions
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_pi/configuration/xe-3s/iri-xe-3s-book/iri-ip-route-inf.html
Topics
Community Discussion
No community discussion yet for this question.
