IP Multicast

IP Multicast

IP Multicast is a method of forwarding IP datagrams to a group of interested receivers. See the article on multicast for a general discussion of this subject - this article is specifically about IP Multicast.

IP multicast implementations

Pay-TV operators and some educational institutions with significant on-campus student housing have deployed IP multicast to successfully deliver one-way streaming media such as high-speed video to large groups of receivers. Additionally, there have been some uses of audio and video conferencing using multicast. These are far less prevalent and are most often relegated to research and education institutions, which often have a greater degree of network capacity to handle the demands. Some technical conferences and meetings are transmitted using IP multicast. Until recently many of the sessions at the IETF meetings were delivered using multicast.

Another use of multicast within campus and commercial networks is for file distribution, particularly to deliver operating system images and updates to remote hosts. The key advantage of multicast boot images over unicasting NFT boot images is significantly lower network bandwidth usage.

IP multicast has also seen deployment within the financial sector for applications such as stock tickers and hoot-n-holler systems.

While IP multicast has seen some success in each of these areas, IP multicast is not widely deployed and is generally not available as a service for the average end user. There are at least two primary factors for the lack of widespread deployment, both somewhat related to the other. On the one hand, forwarding multicast traffic, particularly for two-way communication, requires a great deal of protocol complexity. On the other hand, there are a number of additional operational concerns in being able to run a multicast network successfully, largely stemming from the complexity of a widely-deployed implementation, not the least of which is the enabling of additional avenues of failure, particularly from denial-of-service attacks. Many of these issues are covered in further detail below.

For more info see [http://www.faqs.org/rfcs/rfc3170.html RFC3170 - IP Multicast Applications: Challenges & Solutions]

History and milestones

The MBONE was a long-running experimental approach to enabling multicast between sites through the use of tunnels. While the MBONE is no longer operational, there are renewed interests in tunnelling multicast once again in order to make the service available to a wide array of end users.

Addressing

There are four forms of IP addressing, each with its own unique properties.

* Unicast: The most common concept of an IP address is a unicast address. It normally refers to a single sender or a single receiver, and can be used for both sending and receiving. Usually, a unicast address is associated with a single device or host, but it is not a one-to-one correspondence. Some individual PCs have several distinct unicast addresses, each for its own distinct purpose. Sending the same data to multiple unicast addresses requires the sender to send all the data many times over, once for each recipient.

* Broadcast: Sending data to all possible destinations (an "all-hosts broadcast") permits the sender to send the data only once, and all receivers can copy it. In the IP protocol, 255.255.255.255 represents a limited local broadcast. In addition, a directed (limited) broadcast can be made by combining the network prefix with a host suffix composed entirely of binary 1s. For example, to send to all addresses within a network with the prefix 192.0.2, the directed broadcast IP address is 192.0.2.255 (assuming the netmask is 255.255.255.0).

* Multicast: A multicast address is associated with a group of interested receivers. According to RFC 3171, addresses 224.0.0.0 to 239.255.255.255 are designated as multicast addresses. This range was formerly called "Class D." The sender sends a single datagram (from the sender's unicast address) to the multicast address, and the intermediary routers take care of making copies and sending them to all receivers that have registered their interest in data from that sender.

* Anycast: Like broadcast and multicast, anycast is a one-to-many routing topology. However, the data stream is not transmitted to all receivers, just the one which the router decides is the "closest" in the network. Anycast is useful for global load balancing, operating via the shortest-path metric of BGP routing. It is most commonly used in DNS, but does not take into account congestion or other non-AS-path metrics.

Protocols and applications

Since multicast is a different transmission mode from unicast, only protocols designed for multicast can be sensibly used with multicast.

Most of the existing application protocols that use multicast run on top of the User Datagram Protocol, UDP. In many applications, the Real-time Transport Protocol, RTP, is used for framing of multimedia content over multicast; the RSVP protocol may be used for bandwidth reservation in a multicast distribution.

On the local network, multicast delivery is controlled by IGMP (on IPv4 network) and MLD (on IPv6 network); inside a routing domain, PIM or MOSPF are used; between routing domains, one uses inter-domain multicast routing protocols, such as MBGP.

A number of errors can happen if packets intended for unicast are accidentally sent to a multicast address; in particular, sending ICMP packets to a multicast address has been used in the context of DoS attacks as a way of achieving packet amplification.

IP multicast addressing assignments

The Class D address range, which is still associated with multicast group addresses, is not allocated as traditional unicast addresses. In fact, allocating multicast group addresses has been an ongoing problem. It can result in multiple, mostly unsatisfactory solutions.

There are a number of current general assignment strategies, these are only some of them. For general information with pointers to other documents, see RFC 3171.

The 224.0.0.0/24 block is for link local multicast only. Here you find a number of things such as routing protocols. Datagrams to these destinations should never be forwarded by a router.

Much of the remaining address space within 224/8 has either been assigned to a handful of disparate applications and uses over the years or is simply IANA reserved. This /8 block is sometimes referred to disparagingly as the multicast swamp.Fact|date=August 2008

The 232.0.0.0/8 block is reserved for use by Source-specific multicast (SSM).

233.0.0.0/8 is set aside for GLOP addresses. In a nutshell, the middle two octets of this block are formed from assigned ASNs, allowing any operator assigned an ASN 256 globally unique multicast group addresses per ASN. This block has been one of the most successful addressing schemes. Unfortunately, it does not scale well.

239.0.0.0/8 is currently an administratively scoped address space. Some operators have treated this entire block according to the RFC 1918 specification. A careful read of the RFC 2365 shows that only a subset of this address space should be treated this way. There are portions of this address space, the relative assignment region, that are very similar to a private unicast addressing space.

The remainder of the Class D address range is currently marked as reserved by the IANA.

Routing

Each host (and in fact each application on the host) that wants to be a receiving member of a multicast group (i.e. receive data corresponding to a particular multicast address) must use the Internet Group Management Protocol (IGMP) to join. Adjacent routers also use this protocol to communicate.

In unicast routing, each router examines the destination address of an incoming packet and looks up the destination in a table to determine which interface to use in order for that packet to get closer to its destination. The source address is irrelevant to the router.

However, in multicast routing, the source address (which is a simple unicast address) is used to determine data stream direction. The source of the multicast traffic is considered upstream. The router determines which downstream interfaces are destinations for this multicast group (the destination address), and sends the packet out through the appropriate interfaces. The term "reverse path forwarding" is used to describe this concept of routing packets away from the source, rather than towards the destination.

Layer 2 delivery

Unicast packets are delivered to a specific recipient on an Ethernet or IEEE 802.3 subnet by setting a specific layer 2 MAC address on the Ethernet packet address. Broadcast packets make use of a broadcast MAC address (FF:FF:FF:FF:FF:FF), which includes setting the broadcast/multicast bit in the address. The IANA owns the OUI MAC address 01:00:5e, therefore multicast packets are delivered by using the Ethernet MAC address range 01:00:5e:00:00:00 - 01:00:5e:7f:ff:ff. This is 23 bits of available address space. The first octet (01) includes the broadcast/multicast bit.The lower 23 bits of the 28-bit multicast IP address are mapped into the 23 bits of available ethernet address space. This means that there is ambiguity in delivering packets. If two hosts on the same subnet each subscribe to a different multicast group whose address differs only in the first 5 bits, Ethernet packets for both multicast groups will be delivered to both hosts, requiring the network software in the hosts to discard the unrequired packets.

For IPv6 Multicast addresses, the Ethernet MAC is derived by the four low-order octets OR'ed with the MAC 33:33:00:00:00:00, so for example the IPv6 address FF02:DEAD:BEEF::1:3 would map to the Ethernet MAC address 33:33:00:01:00:03

Switches that cannot understand multicast addresses will broadcast traffic sent to a multicast group to all the members of a LAN; in this case the system's network card (and operating system) has to filter the packets sent to multicast groups they are not subscribed to.

There are switches that listen to multicast traffic and maintain a state table of which network systems are subscribed to a given multicast group. This table is then used to forward traffic destined to a given group only to a limited set of hosts (ports). This is done through the use of IGMP snooping.

Additionally, some switches with layer 3 capabilities can act as an IGMP querier. In networks where there is no router present (or enabled) to act as a multicast router a switch might be used to generate the needed IGMP messages to get users to subscribe to multicast traffic.

Reliable multicast

Multicast, by its very nature, is not a connection-oriented mechanism, so protocols such as TCP, which allows for retransmission of missing packets, are not appropriate. For applications such as streaming audio and video, the occasional dropped packet is not a problem. But for distribution of critical data, a mechanism is required for requesting retransmission.

One such scheme, proposed by Cisco, is PGM (originally Pretty Good Multicasting, but changed for trademark reasons to Pragmatic General Multicast), documented in RFC 3208. In this scheme, multicast packets have sequence numbers and when a packet is missed a recipient can request that the packet be re-multicast with other members of the Multicast group ignoring the replacement data if not needed. More recently, an expanded version, PGM-CC has attempted to make IP Multicasting more "TCP friendly" by stepping the entire group down to the bandwidth available by the worst receiver.

Two other schemes documented by the Internet Engineering Task Force (IETF) are NACK-Oriented Reliable Multicast (NORM), documented in RFC 3940, and File Delivery over Unidirectional Transport (FLUTE), documented in RFC 3926. Open-source, in addition to proprietary, implementations exist for these. Other such protocols exist, such as Scalable Reliable Multicast, and are defined by a variety of sources. Such protocols vary in the means of error detection, the mechanisms used in error recovery, the scalability of such recovery and the underlying ideas involved in what it means to be reliable. A list of reliable multicast protocols from the ACM SIGCOMM Multicast Workshop, August 27, 1996, documents a number of approaches to the problem.

Independent groups like the Internet Protocol Multicast Standards Initiative (IPMSI) have claimed that the lack of a truly scalable Secure Reliable IP Multicast protocol like the proposed SMART Multicast (SMART) (Secure Multicast for Advanced Repeating of Television) have hampered the adoption of IP Multicast in inter-domain routing. The lack of a widely adopted system that has AES level security and scalable reliability have kept mass media transmissions of sporting events (like the Super Bowl) and/or breaking news events from being transmitted on the Public Internet.

Reliable IP Multicasting protocols, such as PGM and SMART (mentioned above), are experimental.

IP multicast protocols

* Internet Group Management Protocol (IGMP)
* Protocol Independent Multicast (PIM)
* Distance Vector Multicast Routing Protocol (DVMRP)
* Multicast Open Shortest Path First (MOSPF)
* Multicast BGP (MBGP)
* Multicast Source Discovery Protocol (MSDP)
* Multicast Listener Discovery (MLD)
* GARP Multicast Registration Protocol (GMRP)
* Multicast DNS (mDNS)

IP multicast software

* [http://mediatools.cs.ucl.ac.uk/nets/mmedia/ Media Tools Repository] - a collection of tools for the MBone
* VideoLAN - a free software multicasted video streaming application
* [http://www.xorp.org Xorp] - a free software router with multicast (IGMP, PIM) support
* [http://alioth.debian.org/projects/smcroute/ Smcroute] - a simple tool to manipulate multicast routes on the Linux kernel
* [http://www.venaas.no/multicast/ssmping/ SSM-ping] - tool to test multicast connectivity
* [http://www.kloosterhof.com/~wilbert/igmpv3.html Host implementation of IGMPv3 on FreeBSD]
* [ftp://parcftp.xerox.com/pub/net-research/ipmulti/ IP multicast software from Xerox]
* [http://www.experimentalstuff.com/Technologies/JRMS/index.html Java Reliable Multicast Service]
* [http://netweb.usc.edu/pim/ PIM implementation] - an implementation of the PIM protocol, now obsolete
* [http://www.nexthop.com/products/gated.html GateD] - UNIX implementation of routing protocols, including multicast
* [http://www.antc.uoregon.edu/GATED/ PIM-DM code for GateD]
* [http://cs.itd.nrl.navy.mil/work/norm/index.php NORM] - Nack-Oriented Reliable Multicast from the U.S. Naval Research Laboratory, with an open source C++ implementation
* [http://unfix.org/projects/ecmh/ ecmh (Easy Cast du Multi Hub)] - IPv6 Multicast Daemon, allows IPv6 multicast to be used without the need for PIM.

See also

* Dense multicast
* Sparse multicast
* Source-specific multicast
* Core-based trees
* IGMP snooping
* Multicast address
* Multicast

External links

* [http://www.faqs.org/rfcs/rfc3170.html RFC3170 - IP Multicast Applications: Challenges & Solutions]
* [http://www.tldp.org/HOWTO/Multicast-HOWTO.html Multicast over TCP/IP HOWTO] , describes Multicast in the Linux kernel, although some sections (specially multicast programs) is outdated and does not cover recent software.
* [http://ietf.org/html.charters/rmt-charter.html IETF Reliable Multicast Transport (rmt) Working Group]
* [http://ietf.org/html.charters/magma-charter.html IETF Multicast & Anycast Group Membership (magma) Working Group]
* [http://ietf.org/html.charters/pim-charter.html IETF Protocol Independent Multicast (pim) Working Group]
* [http://ietf.org/html.charters/ssm-charter.html IETF Source-Specific Multicast (ssm) Working Group]
* [http://ietf.org/html.charters/msec-charter.html IETF Multicast Security (msec) Working Group]
* [http://www.sockets.com/ch16.htm#Multicast Multicast IP details at sockets.com]
* [http://www.firewall.cx/multicast-intro.php IP-Ethernet multicast] tutorial.
* [http://www.cisco.com/en/US/products/ps6552/products_ios_technology_home.html Good illustrative video about IP Multicast] at Cisco.
* [http://www-net.cs.umass.edu/sigcomm_mcast/talk1.html Overview of Reliable Multicast methods, ACM SIGCOMM Multicast Workshop, August 27, 1996]
* [http://www.icir.org/floyd/srm-paper.html A Reliable Multicast Framework for Light-weight Sessions and Application Level Framing (the paper defining Scalable Reliable Multicast)]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Multicast — is sometimes also incorrectly used to refer to a multiplexed broadcast. In computer networking, multicast is the delivery of a message or information to a group of destination computers simultaneously in a single transmission from the source… …   Wikipedia

  • Multicast encryption — Multicast is what enables a node on a network to send one unit of data to a special set of receivers.[1] One copy of the data is sent, and multiple copies are created and then sent to the desired recipient.[1] A multicast group is identified by a …   Wikipedia

  • Multicast Listener Discovery — (MLD) est un protocole de la suite IPv6. Il est utilisé par un routeur pour identifier les clients d un groupe multicast sur un segment directement attaché, à l instar d IGMP pour IPv4. Il s agit d un sous protocole d ICMPv6 et non d un protocole …   Wikipédia en Français

  • Multicast Source Discovery Protocol — (MSDP) is a Protocol Independent Multicast (PIM) family multicast routing protocol defined by Experimental RFC 3618. MSDP interconnects multiple IPv4 PIM Sparse Mode (PIM SM) domains which enables PIM SM to have Rendezvous Point (RP) redundancy… …   Wikipedia

  • Multicast-Broadcast Single Frequency Network — (MBSFN) is a communication channel defined in the fourth generation cellular networking standard called Long Term Evolution (LTE). It can deliver services such as mobile TV using the LTE infrastructure, and is expected to compete with dedicated… …   Wikipedia

  • Multicast DNS — (mDNS) is a way of using familiar DNS programming interfaces, packet formats and operating , in a small network where no conventional DNS server has been installed. The mDNS protocol is used by Apple s Bonjour and Linux Avahi service discovery… …   Wikipedia

  • Multicast Router Discovery — (MRD) is an ICMP based protocol used for to discover multicast routers on an IP network. Multicast router discovery is defined by RFC 4286. This computer networking article is a stub. You can help Wikipedia by …   Wikipedia

  • Multicast VLAN registration — (MVR) is a protocol for Layer 2 (IP) networks that enables multicast traffic from a source VLAN to be shared with subscriber VLANs. The alternative would be to use PIM or a similar protocol to route the traffic through a Layer 3 network. MVR is… …   Wikipedia

  • Multicast Listener Discovery — один из протоколов, использующихся в стеке протоколов IPv6. Используется для определения получателей широковещательных запросов. В стеке протоколов IPv4 вместо него служил протокол IGMP. Данный протокол описывается в RFC 3810. Ссылки Multicast… …   Википедия

  • Multicast Transmission — is an efficient way of sending data from one transmitter to a set of receivers …   Wikipedia

  • Multicast address — A multicast address is a logical identifier for a group of hosts in a computer network, that are available to process datagrams or frames intended to be multicast for a designated network service. Multicast addressing can be used in the Link… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”