I've done a fair bit of UDP socket programming in the past, but have only ever heard of the usual reserved IPs:
- 127.0.0.1
- 192.168.x.x
- 10.x.x.x
But from an IP2Location it says multicast. Is 234.5.5.1 an actual IP address or reserved?
I've done a fair bit of UDP socket programming in the past, but have only ever heard of the usual reserved IPs:
But from an IP2Location it says multicast. Is 234.5.5.1 an actual IP address or reserved?
Check out: Wikipedia - IP Multicast
Specifically the addressing section.