Three characteristics of multicast transmission are:
-
One-to-Many Communication: Multicast allows a single source to send data to multiple destinations simultaneously, making it efficient for broadcasting to groups rather than individual clients.
-
Group Membership: Multicast relies on group membership, where receivers join or leave multicast groups to receive data, allowing for dynamic participant management.
-
Efficient Bandwidth Usage: Because data is sent only once and shared among multiple recipients, multicast reduces network congestion and optimizes bandwidth usage compared to unicast transmission.
ReportLike(0)ShareFavorite