Unicast, Multicast, Broadcast
Unicast - where data is sent from one sender to one recipient..
Multicast : where data is sent from one sender to multiple recipients..
Broadcast : where data is send from one sender to everyone on the network..
Unicast vs Broadcast vs Multicast
| Type | Example IP | Sent To |
|---|---|---|
| Unicast | 192.168.1.10 | One device |
| Broadcast | 192.168.1.255 (for a /24 subnet) | All devices in the subnet |
| Multicast | 224.0.0.5 | A specific group of devices |
Comments
Post a Comment