Some sources say that class A IP addresses start at 1.0.0.0, and some say 0.0.0.0. I have also heard that 0.0.0.0 is a special kind of IP address. So is 0.0.0.0 a class A IP address or not?
feedback
|
closed as off topic by Graeme Donaldson, Hyppy, Shane Madden, Ward, Scott Pack May 20 '11 at 13:25
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
http://tools.ietf.org/html/rfc3330 Explains it.
So it is Class A but a special adress also. | |||
|
feedback
|
|
Network classes are defined by their leading bits. Class A's leading bit is 0, which means the first octet can be 0-127. 0.0.0.0 is indeed a class A address. | |||
|
feedback
|
|
It falls within the class A range, but it is not a useable address (as an IP). It is special, in that it generally is used to mean "any network" or the default route address. It is used for routing. | |||
|
feedback
|
|
0.0.0.0 is a special address, it is even network (0.0.0.0/32 and so on),that acts like loopback 127.0.0.1 (that is only for local machine), but is accessible for anyone outside. It acts like a default route.
They arent A B C D or even E.
But there is the question is what class and there is answers, choose class A.
| ||||
|
feedback
|