monilähetyksen
Monilähetys, also known as multicast, is a network communication method where a single data stream is sent from one source to multiple, specific recipients simultaneously. This contrasts with unicast, where data is sent to a single recipient, and broadcast, where data is sent to all devices on a network regardless of whether they need it. Multicast is particularly efficient for distributing the same information to groups of users without burdening the network with multiple identical copies of the data.
The core principle of multicast relies on the use of multicast group addresses. Devices that wish to
Common applications of multicast include live video streaming, online gaming, financial data distribution, and software updates