nerdexam
Cisco

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.

Layer 3 Control Plane

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

352-001 question #666 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)
  • A
    3% (1)
  • B
    88% (28)
  • C
    3% (1)
  • D
    6% (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.

ARouter A does per-flow load-balance across the two interfaces.

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.

BRouter A relies on RIB toselect the desired interface.Correct

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.

CRouter A relies on FIBto select the desired interface.

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.

DRouter A does per-packet load-balance across the two interfaces.

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

#RIB#FIB#packet forwarding#load balancing

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice