Ok, as I know it the first IP of a local network is 127.0.0.1
so who has the ip of 127.0.0.1 on the ubernetwork of the internet?
You are looking at it right now.
Well technically no one on the internet has that IP address it is reserved locally.
ah ok. so who has the first ip on the internet? (i’m assuming it’s 128.0.0.1
Huh?
127.0.0.1 is you. That’s just you, at home. Offline, even. That ip dosen’t point back at you, relax…
Except on the “ubernetwork of the internet”
Hax0rz 0wn j00 there…
Not sure about the first IP, but this is the last one:
http://208.55.253.99/
I refute thats the end of the internet in that it implies the SDMB isn’t productive. Blasphemy!
I don’t know who has the first IP on the Net, but I know what it is: 0.0.0.0
Ooops, goofed. 0.0.0.0/8 is called Network 0 and is reserved for the default route.
There are different classes of IP addresses.
Class A: 0.1.0.0 to 126.0.0.0
Class B: 128.0.0.0 to 191.255.0.0
Class C: 192.0.1.0 to 233.255.255.0
Class D: 224.0.0.0 to 239.255.255.255
Class E: 240.0.0.0 to 247.255.255.255
For example, this computer I am on right now has an IP of 192.168.0.5 but because it’s a class C there are probably hundreds if not thousands of computers with the same address.
I started poking around doing a whois search at http://www.arin.net/whois/ and 0.1.0.0 and the next several addresses are all reserved. 11.0.0.0 was the first one I could get a response for.
OrgName: DoD Network Information Center
OrgID: DNIC
NetRange: 11.0.0.0 - 11.255.255.255
CIDR: 11.0.0.0/8
NetName: DODIIS
NetHandle: NET-11-0-0-0-1
Parent:
NetType: Direct Allocation
Comment: DoD Intel Information Systems
Defense Intelligence Agency
Washington, DC 20301 US
RegDate: 1984-01-19
Updated: 1998-09-26
Actually the old class A class B etc. is depreciated in favor of netmasks, i/e /8, /16, /24, etc. It gives better precision, and allows address blocks as small as 4 addresses. The lowest I could find in the IANA lists here is, oddly enough, General Electric at 3.0.0.0/8.
And all addresses must be unique. The class A class B etc was originally how those address blocks were assigned. When they thought they would never run out of addresses they would hand out class A blocks no problem. Now you can’t get a /28 without a letter from the pope, but I digress.
According to the IETF’s RFC
The reference to all D/E space would seem to show I am wrong about those being depreciated, I will look further. But the 2 documents I linked pretty much define addressing on the Internet.
That’s my IP address too.
Al Gore.
Duh.
d&r
A few points: The “first” assigned network was in fact 1.0.0.0/8, which (at least in November of 1977) was assigned to Bolt, Beranek and Newman (the “real” inventors of the Internet) according to RFC 739. (This is the earliest version of the assigned numbers document that I can find that lists network numbers. If anyone can find an earlier one, please let me know.) This assignment, as well as virtually all the other ones in that document, has since been revoked.
The smallest IP number I’ve seen in use (or at least in my firewall logs) so far is 4.0.3.129. I have logged unauthorized accesses on my firewall from 1.1.1.200 and 1.2.3.4 but those are almost certainly forged IPs as 1.0.0.0/8 is listed as “reserved to IANA” (as is 2.0.0.0/8).
D and E space are not deprecated. D space is the “multicast” space that fills 224.x.x.x through 239.x.x.x (224/4). This address space is specifically reserved for multicast operations and is used heavily, just not over the Internet. E space is the “experimental/reserved” space that fills 240.x.x.x through 255.x.x.x (240/4). This address space has no specified use.