IP ADDRESS CLASSES
IP ADDRESS CLASSES
IP ADDRESS CLASSES
IP ADDRESSES
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.
Some IP addresses are reserved by the Internet Assigned Numbers Authority (IANA).
These are typically reserved for networks that carry a specific purpose on the Transmission
Control Protocol/Internet Protocol (TCP/IP), which is used to interconnect devices. Four of
these IP address classes include:
1. 0.0.0.0: This IP address in IPv4 is also known as the default network. It is the non-
routeable meta address that designates an invalid, non-applicable, or unknown
network target.
2. 127.0.0.1: This IP address is known as the loopback address, which a computer
uses to identify itself regardless of whether it has been assigned an IP address.
3. 169.254.0.1 to 169.254.254.254: A range of addresses that are automatically
assigned if a computer is unsuccessful in an attempt to receive an address from the
DHCP.
4. 255.255.255.255: An address dedicated to messages that need to be sent to every
computer on a network or broadcasted across a network.
IP ADDRESS CLASSES:
Class A
IPADDRESS RANGE: 1.0.0.0 – 126.255.255.255
SUBNET MASK 255.0.0.0
Example:
IP address 10.2.3.5
Subnet mask = 255.0.0.0
Class B
Example:
IP address 130.15.2.1
Subnet mask = 255.255.0.0
Class C
Example:
IP address 192.10.1.1
Subnet mask = 255.255.255.0
UNDERSTANDING IP ADDRESS IN 32-BIT FORMAT (IPV4)
(BINARY NUMBER SYSTEM)
Bit 1 – ON Bit - OFF
Octets (4)
IP ADDRESS: 92.68.100.153
First Octet: 92
128 64 32 16 8 4 2 1
0 1 0 1 1 1 0 0
Second Octet: 68
128 64 32 16 8 4 2 1
0 1 0 0 0 1 0 0
Third Octet: 100
128 64 32 16 8 4 2 1
0 1 1 0 0 1 0 0
Fourth Octet: 153
128 64 32 16 8 4 2 1
1 0 0 1 1 0 0 1