IP Multicast

Why Trust Techopedia

What Does IP Multicast Mean?

An IP multicast is a communication technique used for one-to-many and many-to-many real-time communication over a TCP/IP network.

Advertisements

Data is often simultaneously communicated from a server toward many clients who have requested the data. The technique can scale to a large receiver population because the server does not need to know the identities of the receivers or the number of receivers, unlike in traditional TCP/IP communication which requires a sort of handshaking where a separate connection is required for each source-destination pair.

An IP multicast is also known as multipoint communication.

Techopedia Explains IP Multicast

An IP multicast serves to transmit data to multiple hosts. The network nodes, like routers and switches, take care of replicating the data packets to be sent to the receivers in such a way that data is sent over each link only once. Three things are required for this method:

  • IP multicast group address
  • Receiver-driven tree
  • Multicast distribution tree

The IP multicast group address is used by both sources and receivers for messaging. Sources or senders use the group address to transmit their packets while receivers ask the network to join that group address using the Internet Group Management Protocol (IGMP) so that they can receive the packets being sent to that group address.

This is an efficient way of sending data to a multicast group compared to unicast and broadcast methods. In a unicast, the sender transmits data to each receiver separately in a multicast group, which makes it very inefficient when there are many recipients. On the other hand, in the broadcast method the sender transmits to every host on a network, and the hosts who have no need for the data simply drop it. This wastes a resources and is really only applicable to hosts within the same network or LAN.

Advertisements

Related Terms

Margaret Rouse
Editor

Margaret jest nagradzaną technical writerką, nauczycielką i wykładowczynią. Jest znana z tego, że potrafi w prostych słowach pzybliżyć złożone pojęcia techniczne słuchaczom ze świata biznesu. Od dwudziestu lat jej definicje pojęć z dziedziny IT są publikowane przez Que w encyklopedii terminów technologicznych, a także cytowane w artykułach ukazujących się w New York Times, w magazynie Time, USA Today, ZDNet, a także w magazynach PC i Discovery. Margaret dołączyła do zespołu Techopedii w roku 2011. Margaret lubi pomagać znaleźć wspólny język specjalistom ze świata biznesu i IT. W swojej pracy, jak sama mówi, buduje mosty między tymi dwiema domenami, w ten…