Ip Address: S. Agarwal
Ip Address: S. Agarwal
Compiled by :
S. Agarwal
Lecturer & Systems Incharge
St. Xavier’s Computer Centre
St. Xavier’s College, Kolkata.
IP ADDRESS :
An IP (Internet Protocol) address is a unique
identifier for a node or host connection on an IP
network. An IP address is a 32 bit binary number
usually represented as 4 decimal values, each
representing 8 bits, in the range 0 to 255 (known as
octets) separated by decimal points. This is known
as "dotted decimal" notation.
Example: 140.179.220.200
It is sometimes useful to view the values in
their binary form.
140 . 179 . 220 . 200
10001100 . 10110011 . 11011100 . 11001000
Every IP address consists of two parts,
one identifying the network and one
identifying the node. The Class of the
address and the subnet mask determine
which part belongs to the network
address and which part belongs to the
node address.
The network address uniquely identifies each
network. every machine on the same network shares
that network address as part of its IP address. In the
IP address 130.57.30.56, for example, the 130.57. is
the network address.
The node address is assigned to, and uniquely
identifies, each machine on a network. the part of
the address must be unique because it identifies a
particular machine—an individual, as opposed to a
network, which is a group. This number can also be
referred to as a host address. In the sample IP
address 130.57.30.56, the .30.56 is the node
address.
ADDRESS CLASSES
•Class A -- NNNNNNNN.nnnnnnnn.nnnnnnn.nnnnnnn
•Class B -- NNNNNNNN.NNNNNNNN.nnnnnnnn.nnnnnnnn
•Class C -- NNNNNNNN.NNNNNNNN.NNNNNNNN.nnnnnnnn
Address Function
Entire IP address set to all Used by the RIP protocol to designate the default
zeros route.
Class B IP Address
10001100.10110011.11110000.11001000 140.179.240.200
11111111.11111111.00000000.00000000 255.255.000.000
-------------------------------------------------- --------------------
10001100.10110011.00000000.00000000 140.179.000.000
•Class B –
255.255.0.0
11111111.11111111.00000000.00000000
•Class C –
255.255.255.0
11111111.11111111.11111111.00000000
Private Networks
The governing bodies that administer the Internet Protocol have
identified certain networks as reserved for internal use. In
general, intranets that use these networks can reduce the
difficulty in administering their IP configuration and Internet
access. These three networks, along with their default masks,
are listed below.