Ip Address
Ip Address
(IP Address)
a presentation by K.V.S.SARAN
Internet Protocol address
(IP address)
An Internet Protocol address (IP address) is a numerical label assigned to each device connected to
a computer network that uses the Internet Protocol for communication. An IP address serves has two main
functions: host or network interface identification and location addressing.
There are two versions in Internet protocol they are : IPv4 and IPv6
Internet Protocol version 4 (IPv4) defines an IP address as a 32-bit number. However, because of the growth
of the Internet and the depletion of available IPv4 addresses, a new version of IP (IPv6), using 128 bits for the
IP address, was developed in 1995, and standardized in December 1998. In July 2017, a final definition of the
protocol was published. IPv6 deployment has been ongoing since the mid-2000s.
Internet Protocol address
(IP address)
IP addresses are usually written and displayed in human-readable notations, such as 172.16.254.1 in IPv4,
and 2001:db8:0:1234:0:567:8:1in IPv6. The size of the routing prefix of the address is designated in CIDR
notation by suffixing the address with the number of significant bits, e.g., 192.168.1.15/24, which is equivalent
to the historically used subnet mask 255.255.255.0.
The IP address space is managed globally by the Internet Assigned Numbers Authority (IANA), and by
five regional Internet registries(RIRs) responsible in their designated territories for assignment to end users
and local Internet registries, such as Internet service providers. IPv4 addresses have been distributed by IANA
to the RIRs in blocks of approximately 16.8 million addresses each. Each ISP or private network administrator
assigns an IP address to each device connected to its network. Such assignments may be on a static (fixed or
permanent) or dynamic basis, depending on its software and practices.
Internet Protocol address VERSION 4
(IP V4)
An IPv4 address has a size of 32 bits, which limits the address space to 4294967296 (232)
addresses. Of this number, some addresses are reserved for special purposes such as private
networks (~18 million addresses) and multicast addressing (~270 million addresses).
IPv4 addresses are usually represented in dot-decimal notation, consisting of four decimal
numbers, each ranging from 0 to 255, separated by dots, e.g., 172.16.254.1. Each part
represents a group of 8 bits (an octet) of the address. In some cases of technical
writing,IPv4 addresses may be presented in various hexadecimal , octal , or binary
representations.
Internet Protocol address VERSION 4
(IP V4)
Internet Protocol address VERSION 4
(IP V4)
Internet Protocol address VERSION 4
(IP V4)
This version was been classified into 5 types or 5 classes they are :
Class A
Class B
THESE ARE FOR NORMAL USE
Class C
Class D
THESE ARE FOR MILLETRY AND NASA ONLY
Class E
Class A
IN
CLASS A THE PATTERN OF THE IP ADDRESS IS IN THE
FOLLOWING FORMAT :
Class A
Class A addresses are in the range of
2. 127 is an loop back adaptor which can be used for blocking sight and checking
the lan connector
• 127.0.0.0
127.
• 127.0.0.1
0.0. • 127.0.0.2 and so on 127.0.0.225
0
• 127.0.1.1
127.
• 127.0.1.2
0.1. • 127.0.1.3 and so on 127.0.1.225
0
So • 127.0.255.1
on
So
till we •reduce
127.0.255.2
2 from the hosting address
• 127.0.255.3 and so on 127.0.255.255
127.
0.25
5.0
Class B
IN CLASS B THE PATTERN OF THE IP ADDRESS IS IN THE
FOLLOWING FORMAT :
Class B
Class A addresses are in the range of
( H E R E 6 4 I N D I C AT E S 1 9 1 - 1 2 8 = 6 3 + 1 = 6 4 )
Dynamic IP Addresses :
A dynamic IP address is one that is assigned automatically by a DHCP server to each node when it connects to the network.
This method greatly simplifies the process of assigning IP addresses and helps to make more efficient use of available IP
addresses.
DHCP :
Dynamic Host Configuration Protocol is the set of rules that allows client nodes such as computers, routers and printers to
request IP addresses from a DHCP server. In fact they can also request other network values such as default gateway
addresses and subnet mask values. This helps to ensure that every client is set up correctly with a unique IP address.