300-420 · Question #248
Which function do reverse path forwarding mechanisms perform in a multicast deployment?
The correct answer is B. They prevent loops and duplicate packets. Reverse Path Forwarding (RPF) checks validate that multicast packets arrive on the correct upstream interface toward the source, preventing routing loops and duplicate packet delivery.
Question
Which function do reverse path forwarding mechanisms perform in a multicast deployment?
Options
- AThey send PIM prune message toward multicast sources.
- BThey prevent loops and duplicate packets.
- CThey eliminate overlapping multicast addresses.
- DThey notify the upstream router of multicast traffic.
How the community answered
(29 responses)- A7% (2)
- B86% (25)
- C3% (1)
- D3% (1)
Why each option
Reverse Path Forwarding (RPF) checks validate that multicast packets arrive on the correct upstream interface toward the source, preventing routing loops and duplicate packet delivery.
PIM prune messages are generated by PIM protocol to stop unwanted multicast traffic on a branch, a separate mechanism from the RPF lookup process.
When a router receives a multicast packet, RPF checks whether it arrived on the interface that the router's unicast routing table identifies as the best path back to the source. If the check fails, the packet is discarded, which eliminates loops and prevents the same packet from being forwarded multiple times on different interfaces.
Overlapping multicast group addresses are managed through address allocation and rendezvous point design, not by RPF mechanisms.
RPF is a local per-packet check; it does not send notifications to upstream routers - PIM join/prune messages serve that upstream signaling function.
Concept tested: Reverse Path Forwarding (RPF) function in multicast
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipmulti_optim/configuration/xe-3s/imc-optim-xe-3s-book/imc-optim-rpf.html
Topics
Community Discussion
No community discussion yet for this question.