For most people, if they think about IP addressing at all, they see it as a 1:1 assignment of addresses to machines. This isn’t true though, either in theory or practice. A single machine can contain at least the following address types: IPv4 unicast — 192.168.1.10 IPv4 loopback — 127.0.0.1 IPv4 broadcast — 192.168.1.255 IPv4 multicast — 224.0.1.41 IPv6 unicast — 2001:DB8:0:0:0202:B3FF:FE1E:8329 IPv6 loopback — ::1 IPv6 anycast — 2001:DB8:0:0:0:0:0:0 IPv6 […]
Categories: asides