Your Current Internet IP Address is:
38.103.63.16
IP addresses: Networks and hosts...A
basic overview
An IP address is a 32-bit number that
uniquely identifies a host (computer
or other device, such as a printer or router) on a TCP/IP network.
IP addresses are normally expressed in
dotted-decimal format, with four
numbers separated by periods, such as 192.168.155.166. To understand
how
subnet masks are used to distinguish between hosts, networks, and
subnetworks, examine an IP address in binary notation.
For example, the dotted-decimal IP
address 192.168.155.166 is (in binary
notation) the 32 bit number 10111000000101010001001110100110.
This number is difficult for humans to make sense of, so we
divide it into four parts of eight binary
digits. The 32-bit number ranges from 0 to
4294967295. This means that
theoretically, the Internet can contain approximately 4.3 billion
unique
objects.
These eight bit blocks are known as
octets.
The example IP address,
then, becomes 11000000.10101000.10011011.10100110. You can see that the
octets have started to make a little more sense now, so for
most uses, convert the binary address into
dotted-decimal format (192.168.155.166). The decimal numbers separated
by
periods are the octets converted from binary to decimal notation.
For a TCP/IP wide area network (WAN)
to work efficiently as a collection
of networks, the routers that pass packets of data between networks do
not
know the exact location of a host for which a packet of information is
destined. Routers only know what network the host is a member of and
use
information stored in their route table to determine how to get the
packet
to the destination host's network. After the packet is delivered to the
destination's network, the packet is delivered to the appropriate host.
For this process to work, an IP address has two parts. The first part
of
an IP address is used as a network address, the last part as a host
address.
So continuing on with our sample above
192.168.155 is identifying the Network part of the address...The final
octet identifies the host 166.
|