How Does An IP Address Work
How Does An IP Address Work
The main function of an IP address is to connect a computer device to other computer devices
on the connected network.
suppose you enter a website. Now after entering that website, you will need to access various
data and information on that site. In that case, your free computer device will have to be
connected to an IP server. And the IP address does the work of connecting your computer to a
server. These IP addresses basically help a local computer device to connect to all other
computer devices through a common network. Because these IP addresses are basically
activated in a common network. As a result, one device can find another device.
IP Addresses Work
The functioning of IP addresses involves several key processes:
Assignment: When a device connects to a network, it is assigned an IP address by a
server using DHCP (Dynamic Host Configuration Protocol). This address can be static
(permanently assigned) or dynamic (temporarily assigned).
Data Packet Creation: When a device sends data, it is divided into packets. Each
packet contains a header with the source IP address (the sender's address) and the
destination IP address (the intended recipient's address).
Routing Mechanism: Routers analyze the destination IP address in the packet header
and determine the most efficient route for delivering the packet. This process involves
multiple routers across the internet, each forwarding the packet closer to its destination.
Receiving Data: When the data packets reach the destination device, the receiving
device reassembles the packets into the original message, allowing for seamless
communication.
IP Version 4
The full form of IPv4 is Internet Protocol Version 4. That is, this is the 4th version of the
Internet Protocol. The main protocol of the Standard Internetworking system is IPv4. The first
version of IP version 4 or IPv4 was created by ARPANET (Advanced Research Projects
Agency Network) in 1983. It is a 32-bit address space. Through this, it is possible to use a
minimum of 5 billion addresses. IP version 4 is divided into 4 octets. Each part has 8 bits.
According to network researchers, IPv4 is now almost extinct. The networks we are currently
using on our phones and computers are IPv4 networks. For example –
IP Version 6
The Internet Assigned Numbers Authority (IANA) created a new version of IP addresses. Its
name is IPv6. The full form of IPv6 is Internet Protocol Version 6. IPv6 is a space of 128 bits.
It can accommodate about 340 Undecillion (Undecillion is 340 followed by 36 0s). Currently,
IPv6 has been used in many places. As a result of the conversion from IPv4 to IPv6, both
protocols are currently being used on the Internet. And to make this task easier, the Internet
Engineering Task Force (IETF) has created several systems. These are-
Dual Stack
Tunneling
Translation
Dual Stack
The method in which IPv4 and IPv6 protocols can be used simultaneously in a network is called
Dual Stack.
Tunneling
The method in which IPv6 packets can move through an IPv4 network is called Tunneling.
Translation
In this method, a translation method called NAT64 is used for communication between devices
with an IPv4 and IPv6 protocol.
In NAT64, packets are translated from an IPv4 address to an IPv6 address and from an IPv6
address to an IPv4 address.