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?
|
closed as off topic by ThatGraemeGuy, Hyppy, Shane Madden, Ward, Scott Pack May 20 '11 at 13:25
Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
http://tools.ietf.org/html/rfc3330 Explains it.
So it is Class A but a special adress also. |
|||
|
|
|
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. |
|||
|
|
|
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. |
|||
|
|
|
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.
|
||||
|
|