300-410 · Question #38
Which method changes the forwarding decision that a router makes first changing the routing table or influencing the IP data plane?
The correct answer is A. Policy-based routing. Policy-based routing (PBR) allows network administrators to alter the default forwarding decisions of a router based on specific criteria, directly influencing the IP data plane.
Question
Options
- APolicy-based routing
- BNonbroadcast multi-access
- CPacket switching
- DForwarding information base
How the community answered
(44 responses)- A86% (38)
- B7% (3)
- C5% (2)
- D2% (1)
Why each option
Policy-based routing (PBR) allows network administrators to alter the default forwarding decisions of a router based on specific criteria, directly influencing the IP data plane.
Policy-based routing (PBR) inspects packets at the data plane and applies defined rules (policies) to determine the next-hop for specific traffic, overriding the traditional destination-based lookup in the routing table. This allows for flexible traffic engineering based on criteria beyond just the destination IP address, such as source IP, port, or protocol.
Nonbroadcast multi-access (NBMA) is a network type where multiple devices are connected but broadcasts are not natively supported, relevant to technologies like Frame Relay, not a method for changing forwarding decisions.
Packet switching is a fundamental method of grouping data into packets for transmission across a network, which is the underlying mechanism for all IP forwarding, not a specific method to change forwarding decisions.
The Forwarding Information Base (FIB) is the optimized data structure derived from the routing table used by a router to make forwarding decisions efficiently, but it is the result of routing decisions, not a method to change them independently of policy.
Concept tested: Policy-based routing (PBR) function
Source: https://www.cisco.com/c/en/us/td/docs/ios/12_2/qos/configuration/guide/fqos_c/qcfpolbr.html
Topics
Community Discussion
No community discussion yet for this question.