300-320 · Question #706
300-320 Question #706: Real Exam Question with Answer & Explanation
The correct answer is A: If the packet has not arrived on the interface leading back to the source, the packet is dropped.. Reverse Path Forwarding (RPF) is a multicast security and loop-prevention mechanism with two key steps: Step 1 (Answer D) - The router looks up the SOURCE address of the incoming multicast packet in its unicast routing table to identify which interface is the best path back towar
Question
Options
- AIf the packet has not arrived on the interface leading back to the source, the packet is dropped.
- BThe router looks up the destination address in the unicast routing table to determine if the packet
- CIf the packet has not arrived on the interface leading back to the source, the packet is forwarded.
- DThe router looks up the source address in the unicast routing table to determine if the packet has
- EIf the packet has arrived on the interface leading back to the source, the packet is dropped.
Explanation
Reverse Path Forwarding (RPF) is a multicast security and loop-prevention mechanism with two key steps: Step 1 (Answer D) - The router looks up the SOURCE address of the incoming multicast packet in its unicast routing table to identify which interface is the best path back toward that source (the RPF interface). Step 2 (Answer A) - The router checks whether the multicast packet arrived on that RPF interface. If the packet did NOT arrive on the interface that leads back to the source, the packet is dropped, as it likely arrived via a suboptimal or loop-creating path. If it DID arrive on the RPF interface, the packet is forwarded. Option B is wrong because RPF checks the source address, not the destination. Option C is wrong because a failed RPF check results in a drop, not a forward. Option E is wrong because arriving on the correct RPF interface means the packet is forwarded, not dropped.
Community Discussion
No community discussion yet for this question.