352-011 · Question #46
You are implementing a one-to-many multicast solution for a large service provider network. Which technology offers optimal routing of multicast traffic?
The correct answer is B. PIM SSM. PIM SSM (Source-Specific Multicast) is optimal for one-to-many multicast because it builds shortest-path trees directly from the source to receivers using (S,G) state, eliminating the need for a Rendezvous Point (RP) entirely - this removes a central bottleneck and simplifies…
Question
You are implementing a one-to-many multicast solution for a large service provider network. Which technology offers optimal routing of multicast traffic?
Options
- APIM sparse mode
- BPIM SSM
- CAnycast RP
- DMSDP
- EBidirectional PIM.
How the community answered
(24 responses)- A8% (2)
- B75% (18)
- D4% (1)
- E13% (3)
Explanation
PIM SSM (Source-Specific Multicast) is optimal for one-to-many multicast because it builds shortest-path trees directly from the source to receivers using (S,G) state, eliminating the need for a Rendezvous Point (RP) entirely - this removes a central bottleneck and simplifies routing at scale, which is exactly what a large service provider needs for content distribution like video streaming.
Why the others are wrong:
- A. PIM Sparse Mode - relies on shared trees through an RP, creating a potential bottleneck and suboptimal paths; SSM is its evolution
- C. Anycast RP - a redundancy mechanism for PIM Sparse Mode RPs, not a routing strategy; it doesn't eliminate RP dependency
- D. MSDP - connects PIM-SM domains across AS boundaries to share source information between RPs; it's an inter-domain glue protocol, not a routing optimization
- E. Bidirectional PIM - designed for many-to-many traffic (e.g., video conferencing with multiple senders); overkill and inefficient for a single-source scenario
Memory tip: The "S" in SSM stands for Source-Specific - when the exam says one source to many receivers, lock onto SSM. Any answer involving an RP (Sparse Mode, Anycast RP, MSDP) adds unnecessary complexity that SSM was designed to eliminate.
Topics
Community Discussion
No community discussion yet for this question.