• In the previous lesson, you saw how PIM Sparse Mode builds a Shared Tree through the RP so that multicast traffic can flow from source to receivers.

    This model works well, but it has two limitations that matter in specific scenarios.

    The RP as a Single Point of Convergence

    In PIM Sparse Mode, every source must register with the RP.
    The first-hop router encapsulates each multicast packet in a PIM Register message and sends it as unicast to the RP.

    The RP decapsulates the traffic and pushes it down the Shared Tree.

    PIM Sparse Mode topology showing all multicast traffic passing through the RP via PIM Register unicast tunnel

    Figure 1 – PIM-SM: all traffic passes through the RP

    All traffic converges at the RP, regardless of whether a more direct path exists between source and receivers.
    This design is simple and scalable for most use cases. But two scenarios expose its weaknesses.

    Two Problems, Two Solutions

    The first problem: your receiver already knows the source.

    In applications like IPTV or live streaming, the receiver subscribes to a specific source.
    Why force the traffic through the RP when your router could build a direct path to the source?

    The second problem: you have many sources sending to the same group. In a video conference, every participant sends a stream. With PIM-SM, each source requires its own Register message to the RP.

    Three sources each sending a PIM Register unicast tunnel to the RP showing the scaling problem

    Figure 2 – PIM-SM: each source creates a separate Register tunnel to the RP

    • 10 participants means 10 Register tunnels.

    • The RP must decapsulate every single one.

    PIM defines two variants that address these problems: SSM eliminates the RP entirely, and Bidirectional PIM removes the Register process while keeping the RP.

    Answer the question below

    In PIM Sparse Mode, what must the first-hop router create for each source?