What is IP Address and Purpose Of IP Address

Lets Decryptinfo for network IP address

What is an IP Address?

In a TCP/IP environment, end stations communicate seamlessly with servers or other end stations. This communication occurs because each node using the TCP/IP protocol suite has a unique 32-bit logical IP address

What is Purpose of IP Address?
Each IP datagram includes the source IP address and destination IP address that identifies the source and destination network and host.

Host and Network Address

Each company listed on the internetwork is seen as a single network that must be reached before an individual host within that company can be contacted.
Each company network has a unique two-part network address:

The hosts that populate that network shares those same bits, or network number.
The remaining bits, or host number, are a unique identifier of each host within that network.

 

Examining IP Address Classes

When IP was first developed, there were no classes of addresses. Now, for ease of administration, the IP addresses are broken up into classes.
Three Central Classes

Listed below are the five classes of IP. The first three with visual descriptions are the most commonly used in networking.

ip-address2-decryptinfoThere are only eight network bits in the Class A address, and 24 bits in the host field. So, few Class A networks, each consisting of many hosts, exist. There are more Class B and Class C Networks.
This scheme allows the addresses to be assigned based on the size of the network. This address design was based on the assumption that there would be many more small networks than large networks in the world

Note : 10.0.0.0, 172.16.0.0 through 172.31.0.0, and 192.168.0.0 are reserved addresses and not used in the public networks. These are known as private addresses. In a TCP/IP environment, end stations communicate seamlessly with servers or other end stations through a unique 32-bit logical IP address that includes both the source and destination address.
The address format is known as dotted-decimal notation. An example address is 172.16.122.204. The minimum value is 0.0.0.0 and the maximum value is 255.255.255.255.

Address classes allow addresses to be assigned as groups based on the size of the network.

There are 5 classes: A, B, C, D, E.

Class A 

In a Class A network, the first eight bits, or the first dotted decimal, is the network part of the address, with the remaining part of the address being the host part of the address. There are 128 possible Class A networks.

0.0.0.0 to 127.0.0.0

However, any address that begins with 127. is considered a loopback address.

 The Next Class is B class

In a Class B network, the first 16 bits are the network part of the address. All Class B networks have their first bit set to 1 and the second bit set to 0. In dotted-decimal notation, that makes 128.0.0.0 to 191.255.0.0 as Class B networks. There are 16,384 possible Class B networks.

The Next Class is Class C

In a Class C network, the first two bits are set to 1, and the third bit is set to 0. That makes the first 24 bits of the address the network address and the remainder as the host address. Class C network addresses range from 192.0.0.0 to 223.255.255.0. There are over 2 million possible Class C networks.

Class D

Class D addresses are used for multicasting applications. Unlike the previous classes, Class D is not used for “normal” networking operations. Class D addresses have their first three bits set to “1” and their fourth bit set to “0”. Class D addresses are 32-bit network addresses, meaning that all the values within the range of 224.0.0.0 – 239.255.255.255 are used to uniquely identify multicast groups. There are no host addresses within the Class D address space since all the hosts within a group share the group’s IP address for receiver purposes.

Class E

Class E networks are defined by having the first four network address bits as 1. That encompasses addresses from 240.0.0.0 to 255.255.255.255. While this class is reserved, its usage was never defined. As a result, most network implementations discard these addresses as illegal or undefined. The exception is 255.255.255.255, which is used as a broadcast address.

Every device and interface has its own non-zero host number. A host number with a value of zero refers to “this network” or “this wire”.

The total number of available hosts on a network can be derived by using the following formula: 2n-2, where n is the number of bits in the host portion.

ip4-address-decryptinfo

IPv4 addresses are composed of two parts. The first numbers in the address specify the network, while the latter numbers specify the specific host.

The original IPv4 protocol is still used today on both the internet and many corporate networks. However, the IPv4 protocol only allowed for 232 addresses. Addresses in IPv4 are 32-bits long. This allows for a maximum of 4,294,967,296 (232) unique addresses.

IPv6 was developed by the Internet Engineering Task Force (IETF) and was formalized in 1998. This upgrade substantially increased the available address space and allowed for 2128 addresses. Addresses in IPv6 are 128-bits, which allows for 3.4 x 1038 (2128) unique addresses. In addition, there were changes to improve the efficiency of IP packet headers, as well as improvements to routing and security.

Public IP and Private IP address

A public IP can be static or dynamic depending on the user’s service type. A static address is unchanged and is used for hosting websites, static servers. On the other hand, dynamic addresses are chosen from a pool of available IP addresses and will be changed each time user connects to the internet.

Private IP are addresses allocated by Inter NIC that allow organizations to create their own local network that can work inside the organization. This network range is unknown to the outside world

There are three private IP address ranges in class A, class B, and class C as we discussed above.

 

, , , , , , , , , , , , ,

One Reply to “What is IP Address and Purpose Of IP Address”

Leave a Reply