Planning IP Multicast-Enabled Routers

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

To implement IP multicasting on a multiple-router intranet, you must install routers enabled for multicast routing and configured with one or more multicast routing protocols.

Windows Server 2003 does not provide any multicast routing protocols. To provide multicast forwarding within a single-router intranet or when connecting a single-router intranet to the Internet, you can configure the Internet Group Management Protocol (IGMP) routing protocol component of the Routing and Remote Access service with interfaces set to IGMP router mode and IGMP proxy mode. The IGMP routing protocol component exchanges and updates information in the IP multicast forwarding table about host membership in specific groups.

The IGMP routing protocol is not a multicast routing protocol. To support efficient multicast forwarding and routing on a multiple-router intranet, you must also install IP multicast-enabled routers that use one or more multicast routing protocols. Multicast routers use multicast routing protocols to communicate multicast group information with each other.

Note

  • You can configure the IGMP router mode and IGMP proxy mode interfaces to provide multicast forwarding support in multiple-router intranets, but doing so is not efficient and is therefore not recommended or supported.

Although Windows Server 2003 does not include any multicast routing protocols, the Routing and Remote Access service is an extensible platform that can support multicast routing protocols. Multicast routing protocols include Protocol-Independent Multicast (PIM) in both Sparse Mode (PIM-SM) and Dense Mode (PIM-DM), Multicast Extensions to OSPF (MOSPF), and the Distance Vector Multicast Routing Protocol (DVMRP). Your choice of multicast routing protocol will depend on the size and type of network and the distribution of multicast group members.

  • Protocol-Independent Multicast (PIM). The PIM protocol routes to multicast groups whose members span wide-area and interdomain internetworks. PIM functions independently of any unicast routing protocol. A multicast group that uses PIM can declare itself sparse or dense, using either Sparse Mode or Dense Mode:

    • Protocol-Independent Multicast Sparse Mode (PIM-SM), the most widely used multicast routing protocol, is designed for multicast groups whose members are distributed sparsely across a large region. PIM-SM can operate in a LAN environment but is most efficient in a WAN environment. Using a dense-mode protocol for a multicast group whose members are distributed thinly can cause unnecessary transmission and router storage of data packets or membership report information. This overhead might be acceptable where multicast group members are populated densely, but it is inefficient for a sparse mode multicast group. In sparse mode, routers must explicitly join and leave multicast groups, which eliminates unnecessary traffic and storage.

    • Protocol-Independent Multicast Dense Mode (PIM-DM) is a dense-mode multicast routing protocol designed for multicast groups whose members are distributed thickly over an area where bandwidth is plentiful. PIM-DM is interoperable with the sparse mode, PIM-SM. PIM-DM does not scale well.

  • Multicast Extensions to OSPF (MOSPF). The MOSPF protocol, an extension of OSPF, is also a dense-mode multicast routing protocol. MOSPF employs a unicast routing protocol that requires that each router in a network be aware of all available links. MOSPF is intended for use on a single organization’s network, and does not scale well. MOSPF requires OSPF as its accompanying unicast routing protocol. It can sometimes put a heavy load on router CPU bandwidth.

  • Distance Vector Multicast Routing Protocol (DVMRP). The original IPv4 multicast routing protocol, DVMRP runs over multicast-capable LANs such as Ethernet. DVMRP can also tunnel IP multicast packets as unicast packets through routers with no multicast capability. DVMRP is a dense-mode multicast routing protocol that does not scale well.