Packet Transmission and Subnetting in IPv6
Learn about packet transmission ways and IPv6 subnetting.
We'll cover the following...
Packet transmission
In IPv6, there is no such thing as broadcast message types. Broadcast traffic has been replaced with multicast.
If we think about it, that sounds pretty logical. If we want to send traffic to a specific group of devices in our network (the multicast), then we can use a similar message type and send it to all the devices connected to our network. All devices will be gathered in a specific group.
Now, let’s look at the other ways we can send IPv6 traffic:
-
Unicast (one to one): It is used when sending a packet directly from one device to ...