Search

Advantages and disadvantages of multicast

Multicast is a type of network traffic which lies between unicast (send one receive one type of network communication) and broadcast (send once receive all type of network communication). Multicast is can be defined as "send once receive many" type of network communication.

Multicast type of network communication allows a server to send single copies of data packet as streams and later distribute those packets only to computers interested and request that traffic. The computers those are not interested and not request that traffic will not receive a copy. Multicast is has many advantages for network applications like Online TVs, Video conferencing, Virtual classroom applications, Stock exchange applications etc.

Multicast removes some disadvantages of unicast and broadcast type of network communication for streaming type of network communication. Please note that multicast is not an alternative for unicast. But multicast sent to all computers is broadcast.

Advantages of multicast type of network communication

  • Multicast removes the overload burden of the server (sending multicast) in sending copies to all computers as unicast (sending data packets one by one to all computers).

  • Multicast reduces the CPU load on client computers by identifying and discarding the data packets the clients are not interested at the datalink layer itself.

  • Multicast removes the overload burden of client computers who are not interested in that multicast traffic in processing unwanted data packets.

  • Multicast type of network communication is highly bandwidth saving. For example; data size of many video-streaming type of traffic is very high. Multicast type of network communication allows huge save in bandwidth requirement by delivering a single stream to multiple recipients.

  • Multicast reduces the number of streaming servers required. If heavy video streaming is done by unicast type of network communication, more server hardware and other resources are needed.

Disadvantages of multicast type of network communication

  • Since multicast is streaming type of network communication, UDP (User Datagram Protocol) is used as the transport layer protocol. There is no reliabilty, flow control or error recovery functions in UDP.

  • Since TCP window mechanism is not availabe in UDP, possibility of congestion is there in multicast.

  • There is no reliability in multicast and reliability must be maintained by multicast applications.

  • There are chances for generation of duplicate packets in multicast.

  • Possibility of out-of-sequence delivery is more in multicast.

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