Consider the following network with network with 3 multicast receivers in multicast group G:
What information do you keep in the routers so that IP multicast messages can be forwarded to all receivers in the multicast group ? |
 
 
(In PIM, this node is called the rendez-vous node).)
but... that does not imply that the core node must always have multicast receivers
As you will see, the core is used only for multicast forwarding
Multicast Group ID | Next hop routers (a list !) --------------------+------------------------------- MC group 1 | ....... MC group 2 | ....... and so on | ....... |
|
 
 
In fact, in many applications, there is just one sender, e.g., tele-conferencing (only the conferencing site transmits video and audio)
Source IP addr | Multicast Group ID | Next hop routers (a list !) ---------------+--------------------+----------------------------- IP1 | MC group 1 | ....... IP2 | MC group 1 | ....... IP3 | MC group 1 | ....... IP8 | MC group 2 | ....... IP9 | MC group 2 | ....... ..... |
|
NOTE: a different tree is used for each source node !!!
NOTE: every source MUST have its own multicast tree