views:

250

answers:

1

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?

+5  A: 

Check out: Wikipedia - IP Multicast

Specifically the addressing section.

Lloyd
So it could've just been 234.0.0.1 instead of 234.5.5.1
Chris S
Yup, reserved IPs are usually given as entire ranges.
James Burgess
Also, 127.0.0.1 can just as well be 127.111.222.42.
Ville Laurikari