background image

IP Multicast Overview

IP Multicast Stub Routing in AOS

4

Copyright © 2005 ADTRAN, Inc.

61200890L1-29.3A

Satellite Classroom Application on a Multicast-Enabled Network

In a multicast-enabled network, the media server sends specific content in a single stream to a specific
multicast IP address, much like a local broadcast TV station sends its content on a specific broadcast
frequency. The network has multicast intelligence and is able to make copies of the stream as necessary to
reach all active receivers.

This provides two significant efficiencies:

1. At any given point in the network there is never more than one instance of a particular content stream.

2. The network will only copy and forward a stream to locations that have active receivers.

Referring to Figure 2 on page 5,

PC1

,

PC2

,

PC4

, and

PC6

have subscribed to the same classroom

broadcast. Using IGMP, these PCs have signaled to their local router that they wish to receive this
multicast address. In multicast-speak, these PCs have joined the multicast group identified by that
multicast address. The satellite routers use a multicast routing protocol (most likely PIM) to signal other
routers in the backbone and the

Central Router

that they have receivers for that multicast group. Each

router in the network then understands if it is in the path toward receivers for that group (this description is
greatly simplified).

The

Media Server

is able to send a single copy of the stream to the multicast IP address (group address).

The

Central Router

receives this stream and sends a copy out all interfaces that have receivers for that

group. This is repeated at each router until the stream arrives at each segment that has receivers. Since
there is never more than one copy of the stream on any given link, the possibility of a bottleneck is greatly
reduced. Notice that

PC1

and

PC2

are on the same broadcast domain.

Satellite Router 1

makes a single

copy of the stream and transmits it into that broadcast domain, where it is received by both PCs. This
solution is much more scalable.

Summary of Contents for IP Multicast

Page 1: ... many messages This document provides a high level description of IP multicast and describes the multicast features introduced in the ADTRAN Operating System AOS Release 7 1 For more detailed information regarding specific command syntax refer to the AOS Command Reference Guide on your ADTRAN OS Documentation CD This guide consists of the following sections IP Multicast Overview on page 2 IP Multi...

Page 2: ...e conducted at scheduled times from the central university campus and the live audio and video streams are made available via the media server To join a class the student logs into a computer at the satellite classroom and selects a URL opening a media player and pointing it to the appropriate content on the media server The media server configures the media player for the content s stream format ...

Page 3: ...lticast Overview 61200890L1 29 3A Copyright 2005 ADTRAN Inc 3 Figure 1 Non Multicast Network PCs 1 2 4 and 6 have subscribed to a specific media server content which is delivered with a separate unicast stream for each subscribing client PC ...

Page 4: ...wish to receive this multicast address In multicast speak these PCs have joined the multicast group identified by that multicast address The satellite routers use a multicast routing protocol most likely PIM to signal other routers in the backbone and the Central Router that they have receivers for that multicast group Each router in the network then understands if it is in the path toward receive...

Page 5: ...ntent which is delivered on a single multicast stream and copied once to each segment containing subscribing client PCs When using subinterfaces frame relay PVCs VLAN subinterfaces etc each subinterface is a separate logical IP interface It is possible that a multicast stream may be forwarded to each subinterface resulting in the stream being sent multiple times over the same physical interface ...

Page 6: ...cast address is that only devices running a process that uses a given multicast address need listen for the address Other devices are not interrupted when a multicast address is transmitted With broadcast addressing all attached devices are interrupted to listen to a broadcast packet whether they need it or not All devices that wish to receive the same IP multicast content are referred to as a gro...

Page 7: ...ting protocols PIM Protocol Independent Multicast is the most common The following sections contain short descriptions of several multicast routing protocols Some important concepts for multicast routing protocols include Source based or shared trees Dense or sparse mode Reverse path flooding Pruning The methods used by each protocol are listed below but a detailed definition is beyond the scope o...

Page 8: ...l in use and eventually to the Central Router 5 IP packets from the Media Server to the group address 224 1 1 1 then flow through the backbone and ultimately to PC1 While the multicast routing protocol does not consume significantly more bandwidth relative to other solutions it does consume CPU and memory resources on the stub router even though it is performing only a portion of its total job due...

Page 9: ... dial backup where either the primary link or the backup link is active at any given time In situations where there is more than one simultaneously active link to the multicast network used for redundancy load sharing meshing etc it may be possible through extremely careful network design to use IGMP forwarding However a multicast routing protocol is strongly recommended to protect against loops a...

Page 10: ...onfigured only one will be selected to serve as the current upstream interface for IGMP Forwarding This works well in situations such as dial backup when either the primary or the backup interface is operational at any one time Topologies with multiple operational upstream interfaces such as dual PVCs or PPP links to the multicast network require special care since there is no automatic protection...

Page 11: ...the backup interface is down and the primary is selected as the IGMP forwarding interface and performs the IGMP host function When PC1 wishes to receive the media server stream being transmitted on group address 224 1 1 1 it sends an IGMP message on its segment indicating it wishes to join that group The AOS router registers that group address on interface eth 0 1 Since eth 0 1 is set with IGMP he...

Page 12: ...IP Multicast Stub Routing in the AOS IP Multicast Stub Routing in AOS 12 Copyright 2005 ADTRAN Inc 61200890L1 29 3A Figure 3 AOS Multicast Stub and IGMP Forwarding Support ...

Page 13: ...ing int s0 1 PVC to the stub router other configuration details omitted ip address 10 0 0 2 255 255 255 0 ip pim sparse dense mode AOS as Stub Router ip multicast routing ip mcast stub helper address 12 1 1 1 ip address of the media server int eth 0 1 ip address 10 1 0 1 255 255 255 0 ip mcast stub downstream ip mcast stub helper enabled int eth 0 2 ip address 10 2 0 1 255 255 255 0 ip mcast stub ...

Page 14: ...ess specified With other products that use multicast stub functionality PIM must still be turned on to enable multicast forwarding on all involved interfaces and to enable IGMP on downstream interfaces In AOS multicast stub operation has unique commands that enable only the functions necessary for multicast stub operation wasting no CPU memory or bandwidth resources on a routing protocol that is h...

Page 15: ...a dial backup link when the primary fails Q5 What versions of IGMP does AOS 7 x support A5 AOS 7 x supports IGMP Versions 1 and 2 Q6 Can a multicast source be connected to an AOS 7 x router A6 In AOS 7 x a locally connected multicast source can be connected but only locally connected receivers can join the group AOS will not forward local sources upstream toward the multicast enabled network In ot...

Page 16: ...t specific group address Group Address The IP multicast address to which a specific multicast stream is transmitted Somewhat analogous to the frequency on which a particular TV or radio channel is transmitted End devices use IGMP to join subscribe a specific group to receive packets transmitted to that group address In doing so they become group members IGMP Internet Group Management Protocol Used...

Page 17: ...ble is populated Receiver See Listener Source A device that originates multicast packets to be received by one or more receivers Stream The flow of information being sent by a multicast source to a specific group of receivers For certain content types e g audio video etc the stream may be a constant flow For other content types e g data software updates etc the flow may be sporadic Stub Network A ...

Page 18: ...Glossary IP Multicast Stub Routing in AOS 18 Copyright 2005 ADTRAN Inc 61200890L1 29 3A ...

Reviews: