If a IP address is 192.168.112.28 what does each quadrant represent in this IP address?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
closed as not a real question by Shane Madden, EEAA, Michael Hampton, Jacob, mdpc Feb 27 at 5:33
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
It is a 32-bit unsigned integer, converted into four 8-bit unsigned integers so that humans can read it more easily. The numbers are represented most-significant-bit-first. |
|||||||||||||
|
|
IP address consists of 32 bits, it is represented as 4 octets of numbers from 0-255 instead of binary form. For example, the IP address: 192.168.112.28 in binary form is 11000000.10101000.01110000.0011100 |
||||
|
|
