IP numbers

IP stands for Internet Protocol. To be on the Internet a computer must have at least one IP number. This number should be unique on the whole Internet.

The current implementation of TCP/IP uses 32-bit numbers

Since it is difficult to remember large numbers, and because of how routing works on the Internet, IP numbers are usually expressed in dotted quad notation.

In dotted quad notation each set of 8 bits from the 32 bit IP number is converted to a decimal number. These four decimal numbers are then listed separated by dots.

For example, the college's web server (http://www.gordon.edu) has the IP number

199.97.45.21

which corresponds to the binary number

1100 0111   0110 0001   0010 1101   0001 0101

where

110001112=199
011000012=97
001011012=45
000101012=21