- Multicast
-
"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 creating copies automatically in other network elements, such as routers, only when the topology of the network requires it.
Multicast is most commonly implemented in IP multicast, which is often employed in Internet Protocol (IP) applications of streaming media and Internet television. In IP multicast the implementation of the multicast concept occurs at the IP routing level, where routers create optimal distribution paths for datagrams sent to a multicast destination address.
At the Data Link Layer, multicast describes one-to-many distribution such as Ethernet multicast addressing, Asynchronous Transfer Mode (ATM) point-to-multipoint virtual circuits (P2MP) or Infiniband multicast.
Routing schemes
multicast
Contents
IP multicast
IP multicast is a technique for one-to-many communication over an IP infrastructure in a network. It scales to a larger receiver population by not requiring prior knowledge of who or how many receivers there are. Multicast uses network infrastructure efficiently by requiring the source to send a packet only once, even if it needs to be delivered to a large number of receivers. The nodes in the network take care of replicating the packet to reach multiple receivers only when necessary.
The most common transport layer protocol to use multicast addressing is User Datagram Protocol (UDP). By its nature, UDP is not reliable—messages may be lost or delivered out of order. Reliable multicast protocols such as Pragmatic General Multicast (PGM) have been developed to add loss detection and retransmission on top of IP multicast.
IP multicast is widely deployed in enterprises, commercial stock exchanges, and multimedia content delivery networks. A common enterprise use of IP multicast is for IPTV applications such as distance learning and televised company meetings.[citation needed]
Other multicast technologies
As of 2006[update], most effort at scaling multicast up to large networks have concentrated on the simpler case of single-source multicast, which seems to be more computationally tractable.[citation needed]
Still, the large state requirements in routers make applications using a large number of trees unworkable using IP multicast. Take presence information as an example where each person needs to keep at least one tree of its subscribers, if not several. No mechanism has yet been demonstrated that would allow the IP multicast model to scale to millions of senders and millions of multicast groups and, thus, it is not yet possible to make fully general multicast applications practical. For these reasons, and also reasons of economics, IP multicast is not, in general, used in the commercial Internet backbone. The increasing availability of WiFi Access Points that support multicast IP is facilitating the emergence of WiCast WiFi Multicast that allows the binding of data to geographical locations.
Explicit Multi-Unicast (XCAST) is an alternate multicast strategy to IP multicast that provides reception addresses of all destinations with each packet. As such, since the IP packet size is limited in general, XCAST cannot be used for multicast groups of large number of destinations. The XCAST model generally assumes that the stations participating in the communication are known ahead of time, so that distribution trees can be generated and resources allocated by network elements in advance of actual data traffic.
Other multicast technologies not based on IP multicast are more widely used. Notably the Internet Relay Chat (IRC), which is more pragmatic and scales better for large numbers of small groups. IRC implements a single spanning tree across its overlay network for all conference groups. This leads to suboptimal routing for some of these groups however. Additionally, IRC keeps a large amount of distributed states that limit growth of an IRC network, leading to fractioning into several non-interconnected networks.[1] The lesser known PSYC technology uses custom multicast strategies per conference.[2] Also some peer-to-peer technologies employ the multicast concept when distributing content to multiple recipients.
See also
- Ad hoc routing protocol list for more multicast protocols
- Anycast
- Broadcast address
- CastGate, an attempt at providing connectivity to the multicast network for hosts that have none
- Comparison of streaming media systems
- Comparison of video services
- Content delivery network
- Flooding algorithm
- Grid casting
- HTTP(P2P)
- IGMP
- Internet television
- IPTV
- List of music streaming services
- List of streaming media systems
- Multicast address
- NBMA Nonbroadcast Multiple Access Network
- Overlay network
- Packet forwarding
- P2PTV
- Protection of Broadcasts and Broadcasting Organizations Treaty
- Push technology
- Session Announcement Protocol
- Spanning tree protocol
- Streaming media
- Tri-cast
- Unicast
- VideoLAN, a free software multicasted video streaming application
- Web television
- Webcast
- XCAST
References
- ^ RFC 1324 2.5.1 Size
- ^ PSYC white paper
External links
- Illustrative video about IP multicast at Cisco.
- IETF MBONE Deployment (mboned) Working Group
- IETF Multicast & Anycast Group Membership (magma) Working Group
- IETF Multicast Mobility (multimob) Working Group
- IETF Multicast Security (msec) Working Group
- IETF Protocol Independent Multicast (pim) Working Group
- IETF Reliable Multicast Transport (rmt) Working Group (Aug. 2008)
- IETF Source-Specific Multicast (ssm) Working Group
- IP-Ethernet multicast tutorial.
- IRTF Scalable Adaptive Multicast (SAM) Research Group
- Multicast IP details at sockets.com
- Multicast on Packet Radio
- Multicast over TCP/IP HOWTO (Mar. 1998) describes Multicast in the Linux kernel, although some sections (specially multicast programs) are outdated and do not cover recent software.
- qpimd - PIM Daemon for Quagga: Multicast PIM module for the Quagga Routing Suite
- RFC 1112: Host Extensions for IP Multicasting, incl. Mapping von IPv4-Multicast-Adressen auf MAC-Adressen
- RFC 3170: IP Multicast Applications: Challenges and Solutions
- RFC 3180: GLOP Addressing in 233/8
- RFC 4608: Source-Specific Protocol Independent Multicast in 232/8
- RFC 5757: Multicast Mobility in Mobile IP Version 6 (MIPv6): Problem Statement and Brief Survey
- draft-irtf-samrg-common-api A Common API for Transparent Hybrid Multicast
- Source-specific multicasts for JAVA platform
- Southampton University multicast commentary
- XCAST, a commercial MediaWiki-powered website based in Japan (English-language), devoted to Explicit Multicast technology.
- Xorp, a free software multicast router
- AMT - Automatic IP Multicast without explicit Tunnels (EBU Technical Review article)
Categories:- Internet architecture
- Internet broadcasting
- Television terminology
Wikimedia Foundation. 2010.