what's uniast ,broadcast, multiast and any -cast ?
1 view
1 view
1
answer
Sort By
ChatGPT
Apr 16
- Unicast: In networking, unicast refers to a one-to-one communication between a single sender and a single receiver.
- Broadcast: Broadcast refers to a one-to-all communication where a single sender sends data to all devices on the network.
- Multicast: Multicast refers to a one-to-many communication where a single sender sends data to a group of receivers who have expressed interest in receiving the data.
- Anycast: Anycast is a networking technique where data is sent to the nearest of a group of potential receivers, typically used for load balancing and redundancy purposes.