Multicast is the delivery of information to a group of destinations simultaneously using the most efficient strategy to deliver the messages over each link of the network only once, creating copies only when the links to the destinations split. Information as a concept has a diversity of meanings from everyday usage to technical settings Computer networking is the Engineering Discipline concerned with communication between Computer systems or devices Networking routers
The word "multicast" is typically used to refer to IP multicast, though it is sometimes used to describe either ATM point-to-multipoint VCs or Infiniband multicast. IP Multicast is a method of forwarding IP Datagrams to a group of interested receivers In electronic digital data transmission systems the Network protocol Asynchronous Transfer Mode (ATM encodes data traffic into small fixed-sized cells InfiniBand is a Switched fabric communications link primarily used in High-performance computing. The implementation of the multicast concept on the IP routing level, where routers create optimal distribution paths for datagrams sent to a multicast destination address spanning tree in real-time. A router ('rautər in the USA 'rutər in the UK and Ireland, or either pronunciation in Australia and Canada is a Computer whose software and hardware are usually In Information technology, a packet is a formatted unit of Data carried by a Packet mode Computer network. The Spanning Tree Protocol is an OSI layer-2 protocol that ensures a loop-free topology for any bridged LAN. But there are also other implementations of the multicast distribution strategy listed below.
|
Routing Schemes
|
|---|
|
|
|
|
|
multicast
|
|
|
Contents |
IP Multicast is a technique for one to many communication over an IP infrastructure. Routing is the process of selecting paths in a network along which to send network traffic Anycast is a network Addressing and Routing scheme whereby data is routed to the "nearest" or "best" destination as viewed by the routing In Computer networking, broadcasting refers to transmitting a packet that will be received (conceptually by every device on the network In Computer networking unicast transmission is the sending of information packets to a single destination IP Multicast is a method of forwarding IP Datagrams to a group of interested receivers The Network News Transfer Protocol or NNTP is an Internet application protocol used primarily for reading For the Sony CD player see Walkman. PSYC ( Protocol for SYnchronous Conferencing) is a flexible Text-based protocol Peercasting is a method of Multicasting streams, usually audio and/or video to the Internet via Peer-to-peer technology For other uses of the term see Peer-to-peer (disambiguation For peer-to-peer networks used for file sharing see File sharing IP Multicast is a method of forwarding IP Datagrams to a group of interested receivers It scales to a larger receiver population by not requiring prior knowledge of who or how many receivers there are. Multicast utilizes 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 where necessary.
Key concepts in IP Multicast include an IP Multicast group address, a multicast distribution tree and receiver driven tree creation.
An IP Multicast group address is used by sources and the receivers to send and receive content. Sources use the group address as the IP destination address in their data packets. Receivers use this group address to inform the network that they are interested in receiving packets sent to that group. For example, if some content is associated with group 239. 1. 1. 1, the source will send data packets destined to 239. 1. 1. 1. Receivers for that content will inform the network that they are interested in receiving data packets sent to the group 239. 1. 1. 1. The receiver "joins" 239. 1. 1. 1. The protocol used by receivers to join a group is called the Internet Group Management Protocol or IGMP. The Internet Group Management Protocol ( IGMP) is a Communications protocol used to manage the membership of Internet Protocol Multicast groups
Once the receivers join a particular IP Multicast group, a multicast distribution tree is constructed for that group. The protocol most widely used for this is Protocol Independent Multicast or PIM. Protocol-Independent Multicast (PIM is a family of Multicast Routing protocols that can provide one-to-many and many-to-many distribution of data over the Internet It sets up multicast distribution trees such that data packets from senders to a multicast group reach all receivers which have "joined" the group. E. g. all data packets sent to the group 239. 1. 1. 1 are received by receivers who joined 239. 1. 1. 1. There are many different flavors of PIM: Sparse Mode (SM), Dense Mode (DM), Source Specific Mode (SSM) and Bidirectional Mode (Bidir) [Also commonly known as Sparse-Dense Mode (SDM)]. Of these PIM-SM is the most widely deployed as of 2006, SSM and Bidir are simpler and more scalable variations developed more recently and gaining in popularity. Year 2006 ( MMVI) was a Common year starting on Sunday of the Gregorian calendar.
IP Multicast does not require a source sending to a given group to know about the receivers of the group. The multicast tree construction is initiated by network nodes which are close to the receivers or is receiver driven. This allows it to scale to a large receiver population.
While IP Multicast uses a designated multicast address, the Explicit Multi-Unicast (XCAST) uses the unicast addresses of all the destinations, instead. 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. By contrast, the IP Multicast model has been described by Internet architect Dave Clark as "You put packets in at one end, and the network conspires to deliver them to anyone who asks. David Dana Clark (born April 7, 1944) is an American Computer scientist. "
The IP Multicast model requires a great deal more state inside the network than the IP unicast model of best-effort delivery does, and this has been the cause of some criticism. Also, 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 in the commercial Internet.
IP Multicast creates state per multicast distribution tree in the network. I. e. current IP Multicast routing protocols do not aggregate state corresponding to multiple distribution trees. So if a router is part of 1000 multicast trees, it has 1000 multicast routing and forwarding entries. As a result there are worries about scaling multicast to large numbers of distribution trees. However, because multicast state exists only along the distribution tree it is unlikely that any single router in the Internet maintains state for all multicast trees. This is a common mis-understanding compared to unicast. A unicast router needs to know how to reach all other unicast addresses in the Internet, even if it does this using just a default route. For this reason, aggregation is key to scaling unicast routing. Also, there are core routers that carry routes in the hundreds of thousands because they contain the Internet routing table. On the other hand, a multicast router does not need to know how to reach all other multicast trees in the Internet. It only needs to know about multicast trees for which it has receivers downstream of it. This is key to scaling multicast. It is very unlikely that core Internet routers would need to keep state for all multicast distribution trees, they only need state for trees with downstream membership. When this type of router joins a shared forwarding tree it is referred to as graft and when it is removed it is called a prune.
As of 2006, most efforts at scaling multicast up to large networks have concentrated on the simpler case of single-source multicast, which seems to be more computationally tractable. Year 2006 ( MMVI) was a Common year starting on Sunday of the Gregorian calendar.
For both these reasons, and also reasons of economics, IP Multicast is not in general use in the commercial Internet. Other multicast technologies not based on IP Multicast are more widely used. These include Internet Relay Chat (IRC) and PSYC, which are more pragmatic and scale better for large numbers of small groups. For the Sony CD player see Walkman. PSYC ( Protocol for SYnchronous Conferencing) is a flexible Text-based protocol IRC implements a spanning tree across its overlay network whereas PSYC uses custom multicast strategies per conference. The Spanning Tree Protocol is an OSI layer-2 protocol that ensures a loop-free topology for any bridged LAN. An overlay network is a Computer network which is built on top of another network Also some Peer-to-peer technologies employ the multicast concept when distributing content to multiple recipients. For other uses of the term see Peer-to-peer (disambiguation For peer-to-peer networks used for file sharing see File sharing
IP Multicast is widely deployed in enterprises, commercial stock exchanges and multimedia content delivery networks. A stock exchange, share market or bourse is a Corporation or Mutual organization which provides "trading" facilities for Stock A common enterprise use of IP Multicast is for IPTV applications such as distance learning and televised company meetings. IPTV ( Internet Protocol Television) is a system where a Digital television service is delivered using Internet Protocol over a network infrastructure which
Recently the BBC has begun encouraging UK-based ISPs to adopt Multicast onto their networks by providing BBC Radio at higher quality than is available via their Unicast delivered services. An Internet service provider ( ISP, also called Internet access provider or IAP) is a company which primarily offers their customers access to the Internet In Computer networking unicast transmission is the sending of information packets to a single destination This has also been supported by a variety of commercial radio networks - including Virgin Radio, GCAP and EMAP. Virgin Radio is a brand owned by the Virgin Group used by a number of different radio stations worldwide under licence from Virgin EMAP is a British media company specializing in the production of B2b magazines and the organization of business events and conferences Television services will also be available.