Search

What is multicast group

Multicast is a type of network communication which is based on the concept of multicast groups. A multicast group is a group of computers (more specifically, network interfaces) interested in receiving a particular stream of data. Multicast groups does not require to be located in a local network segment. Multicast groups can be located in any different network segments connected together with routers those can forward multicast traffic. Computers can join a multicast group or leave a multicast group using a protocol called as IGMP (Internet Group Management Protocol). IGMP (Internet Group Management Protocol) is an integral part of TCP/IP protocol suite.

A multicast Class D address is used as the destination address of IPv4 multicast datagrams. So, the key point to note is that in IPv4, multicast Class D addresses identify a multicast group. A computer which is interested and request datagrams sent to a multicast address becomes part of the multicast group represented by that multicast address. A multicast group can have minimum one to maximum unlimited number of computers as its members.

To understand the concept more clearly, refer below images. First image shows a computer in a network segment send IGMP (Internet Group Management Protocol) membership report message to join a multicast group (in this example; multicast group 239.10.10.10) to local router. Once the local router receieves the request to join a multicast group, the local router connects, receives and forwards multicast traffic addressed to multicast group 239.10.10.10 to the computer. Please note that for simplicity, only one client computer is shown in below images.

request-group-membership.jpg

router-sends-multicast-traffic-to-group.jpg

Multicast group memberships are dynamic, means that any computer can join or leave a multicast group at any time. A computer (more specifically, network interface) can become member of many multicast groups.

If you capture and open a multicast IPv4 datagram packet, the source IPv4 address will be the IPv4 address of the multicast server sending the packet and destination IPv4 address will be the Class D multicast address (or multicast group address).

Related Tutorials
Unicast, Multicast and Broadcast
Broadcast domain
Binary Decimal and Hexadecimal numbers and conversions
How to use calculator for binary, decimal and hexadecimal number conversions
TCP/IP model
Datalink layer of TCP/IP model
Ethernet Frame Format
MAC addresses
Broadcast MAC Address - ff:ff:ff:ff:ff:ff
IPv4 multicast MAC Addresses
Network layer of TCP/IP model
IPv4 Protocol, IPv4 header and fields of IPv4 header
IPv4 addresses
Class A networks and Class A IP addresses
Class B networks and Class B IP addresses
Class C networks and Class C IP addresses
Class D multicast IP addresses
IPv4 link-local multicast addresses
IPv4 Internetwork control block multicast addresses
IPv4 Source-Specific Multicast (SSM) address reservation
IPv4 GLOP multicast addresses
Administratively scoped multicast address block or Limited scope addresses
Multicast IPv4 address to MAC address mapping
What is limited broadcast in IPv4 and how limited broadcast works
What is directed broadcast in IPv4 and how directed broadcast works
Transport layer of TCP/IP model
TCP/IP Encapsulation and Decapsulation
What is multicast
What is multicast group
Advantages and disadvantages of multicast
Comparison of multicast with unicast and broadcast
Advantages and disadvantages of multicast
How IPv4 multicast works on LAN