IP ADDRESS AND SUBNET

IP ADDRESS

Ip address is known to be the name or identity by which internet remembers systems, or devices.

IP address is of 2 types one is public IPV4  and private IPV6.

IPV4 is of 32 bit address with total 4 parts each of each 8bits. 

The first the parts of the IP address represents the NETWORK PART and the last part represents the HOST PART. 

An IP address is unique for each device.. and its limited. 

The network part represents the networks address to which it is connected and the host part that is of the device we are using.

 EG: 10.1.34.81.. this is the IP address of my device when i connect in "cloud" internet. so 10.1.34 is the network part where 81 is my host part unique for me. 

10.1.34.116

10.1.34.225

Here, 10.1.34 refers to the network to which it is connected .

81,116,225 refers to the individual systems connected to it.

Each 8 bits have 1+2+4+8+16+32+64+128=255 spaces from 0.

SUBNETS

The IP address also have a part called a subnet part where it is the measure of how many devices can add up in it . 

Subnet : 225.225.225.0

It tells which is the network part and host part.

Eg: 11111111.11111111.11111111.00000000

Here, the first 3 octets are network part and the last octet is host part.

Each subnet has the hosts added to an network is limited 

10.1.34.116/24

The traffic is controlled.

The DNS sees the IP address and searches for its own server where it will be present and sends it..

Comments

Popular posts from this blog

THE DELIVERY MAN

EC2 LAUNCHING

SORT A LINKED LIST USING MERGE SORT