🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Networking Advanced

What is Multicast?

A network communication method that sends data to multiple recipients simultaneously without duplicating packets for each recipient.

Multicast sends one packet that is replicated by the network to reach all interested receivers, unlike unicast (one-to-one) which requires separate packets per recipient. This is efficient for streaming media, stock market feeds, and software updates.

Multicast uses special IP ranges (224.0.0.0–239.255.255.255) and IGMP (Internet Group Management Protocol) for group membership. While efficient, multicast is complex to configure and not well supported across the public internet — mostly used in enterprise LANs and ISP networks.

Related Terms

Bandwidth
The maximum rate of data transfer across a network connection, measured in bits per second.
NAT (Network Address Translation)
A method of mapping private IP addresses to public IP addresses, allowing multiple devices to share a single public IP.
DNS Record Types
Different types of DNS entries that map domain names to various information like IP addresses, mail servers, and verification strings.
Token Bucket Algorithm
A rate limiting algorithm that allows burst traffic by accumulating tokens at a fixed rate and consuming them per request.
Reverse Proxy
A server that sits between clients and backend servers, forwarding client requests and returning server responses on their behalf.
HTTP/HTTPS
The protocol used for transferring web pages and data between browsers and servers, with HTTPS adding encryption.
View All Networking Terms →