Correct Answer: Correct answer is: (C) Destination Address.
Exam Relevance: CCNA, CCNP, Network+
Difficulty: Moderate
Concept notes: Reverse Path Forwarding (RPF) is a mechanism used in multicast routing to prevent loops and ensure that packets are forwarded only along the reverse path of the multicast source.
Common Mistakes: Students often confuse RPF with unicast routing, where destination addresses are crucial. However, RPF is specifically designed for multicast routing and uses the source address to ensure packets are forwarded correctly.
Explanations: RPF checks the source address of incoming multicast packets against the routing table to ensure the packet is coming from the expected interface. This process does not rely on the destination address, as the destination address is not used to determine the reverse path. Instead, it uses the source address to ensure packets are forwarded along the correct path.
Option Analysis: - Option A: Source Address is used in RPF to determine the reverse path. This is incorrect as the question asks what RPF is not based on.
- Option B: IP Address is a broad term that can include both source and destination addresses. While IP addresses are involved in RPF, the specific use is for the source address, not the destination.
- Option C: Destination Address is not used in RPF to determine the reverse path. This is the correct answer as RPF relies on the source address.
- Option D: Protocol Process is not directly related to the mechanism of RPF, which focuses on the source address for reverse path determination.
Mnemonic: Source, not Destination, for RPF.