H12-821_V1.0 · Question #917
The (*, G) routing table entry in multicast routing can guide packet forwarding.
The correct answer is B. FALSE. Option B is correct because the (, G) entry uses a wildcard () in place of a specific source address, which means it lacks the precise source information required for Reverse Path Forwarding (RPF) checks - the core mechanism multicast routers use to select the correct incoming…
Question
Options
- ATRUE
- BFALSE
- C
- D
How the community answered
(22 responses)- A5% (1)
- B77% (17)
- C5% (1)
- D14% (3)
Explanation
Option B is correct because the (, G) entry uses a wildcard () in place of a specific source address, which means it lacks the precise source information required for Reverse Path Forwarding (RPF) checks - the core mechanism multicast routers use to select the correct incoming interface and prevent routing loops. Actual per-packet multicast forwarding relies on (S, G) entries, which pair a known source S with group G, giving the router everything it needs to make a definitive forwarding decision. The (, G) entry plays a role in shared-tree construction and group membership state, but it is the (S, G) state that drives the forwarding plane. Option A (TRUE) is wrong because treating (, G) as a forwarding entry would make RPF ambiguous - without knowing S, you cannot confirm which interface a packet legitimately arrived on.
Memory tip: Think of it as a GPS analogy - (*, G) is like knowing your destination city but not your starting point; you can't plot a route (forward a packet) until you also know the source (S, G).
Topics
Community Discussion
No community discussion yet for this question.