Acn-6 2
Acn-6 2
6.6 MBONE
6-4 MULTICAST ROUTING
The root of the tree is the source and the leaves are
the potential destinations. The path from the root to
each destination is the shortest path.
Shortest Path in Unicast Routing
4 decision-making strategies
1. Flooding
2. Reverse Path Forwarding (RPF)
3. Reverse Path Broadcasting (RPB)
4. Reverse Path Multicasting (RPM)
• RPF guarantees that each network receives a copy of the multicast packet
without formation of loops.
• RPF does not guarantee that each network receives only one copy; a
network may receive two or more copies. The reason is that RPF is not
based on the destination address (a group address); forwarding is based on
the source address.
Reverse Path Broadcasting (RPB)
• To eliminate duplication, we must define only one parent router for each
network. A network can receive a multicast packet from a particular source
only through a designated parent router.
• For each source, the router sends the packet only out of those interfaces for
which it is the designated parent.
• RPB guarantees that the packet reaches every network and that every
network receives only one copy.
• The designated parent router can be the router with the shortest path to the
source, and If more than one router qualifies, the router with the smallest IP
address is selected
Reverse Path Multicasting (RPM)