Skip to main content

Basics of IP Address

In today’s world, many devices are connected as a network to carry out workflows. To identify devices on the network, each device must have a unique identifier. This uses the IP address or Internet Protocol address.

What is IP address — Internet Protocol address


In here, everyone is connected across the road and each person has a unique address for communication purpose.
If №1, Point Road residents want to talk to №2A Lake Street residents, they can communicate without any difficulty through the relevant addresses.

Similarly, an IP address is used to identify devices or host (computer or other devices such as router, printer etc) connected to a network).

The figure below shows a simple network diagram. All devices connected to the Internet or network use the “Internet language” for communication. That is, instead of street addresses, as in the example, each device has its own unique IP address. For example, the IP address of the first computer is 192.168.1.1. In this way, “packets” which is information units communicated over the network at any time reach the relevant destinations through these IP addresses.

How IP address create?

Before discussing this section, you should know that there are two types of IP addresses, IPv4 and IPv6. IPv4 is considered as a primary Internet protocol to carry 94% of Internet traffic and is used to identify network devices using an addressing system. So today’s article will go with IPV 4 addresses.

IPv4 address created using 32 bits (basic knowledge of binary is important). These 32 bits are divided into 4 sections using dots (periods). Each partition is equal to 8 bits (= 1 octet). For ease of understanding, a binary format number is converted to four decimals as same as separated by dots.



The value of this 1 octet is in the range of 0 -255 in decimal or 00000000–11111111 in binary. Now you have a basic idea of how to develop an IP address. 

This IP has two parts, Network address and Host address. For example, in the IP address 192.168.13.156, 192.168.123.0 is the network address and 0.0.0.156 is the host address.

More about IP Addresses

  • An IP address is also known as an IP number or an Internet address.
  • Depending on the range of octal values, networks of different scales can be developed under 5 classes, A to E.
  • Layer 3 of the OSI model (Seven-Layer Architecture) use IP addresses as a logical address to live routing.
  • There are static and dynamic IP addresses, where the static IP address does not change once assigned and the dynamic address changes after the network changes.

Resources.

 

Comments

Popular posts from this blog

Classless IP Addressing - Q & A

 Visit to learn the theory more clearly Before questions Slash Notation Three Rules in CIDR Block Question 1 Given the CIDR representation 168.1.2.10 / 18. Find the range of IP Addresses in the CIDR block. IP address - 168.1.2.10                          10101000.00000001.00000010.00001010 Number of bit allocated to Network ID      -      18 Number of bit allocated to Host ID                -       32-18 = 14 Subnet mask - 11111111.11111111.11000000.00000000 First address = (given address) AND (Subnet mask) 1 0 1 0 1 0 0 0 . 0 0 0 0 0 0 0 1 . 0 0 0 0 0 0 1 0 . 0 0 0 0 1 0 1 0 AND 1 1 1 1 1 1 1 1 . 1 1 1 1 1 1 1 1 . 1 1 0 0 0 0 0 0 . 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 . 0 0 0 0 0 0 0 1 . 0 0 0 0 0 0 0 0 . 0 0 0 0 0 0 0 0 1 6 8 . 1 . 0 . 0 Last Address = (any address) OR [NOT (Subnet mask)] NOT (Subnet mask) = 1 1 1 1 ...

Inspire with Nextgen

Representing ICOVDEN and Faculty of Technology  University of Sri Jayewardenepura Join nextgen members to discuss their journey from student to professionals in the technology industry. Sunday, 4th of July at 6.00 pm - 7.00 pm Live on Nextgen IOT Facebook Page https://fb.me/e/1xZdfKS1H #shilpasayura #nextgen #Shipasayura #GiT #LKA NextGen is a great platform for anyone interested in technology and information technology knowledge scattered throughout Sri Lanka to explore their technical knowledge. Working together from school children to universities and people in the industry, this is led by the young team of the current generation. More Details http://shilpasayura.org  

Short Note - IP classes

IP address classes and Subnet mask An  IP address  is a unique identifier or numeric label used to identify devices connected to the network. This helps to develop a virtual connection between source and destination for packet communication in networking. As we develop the network, we consider the scale, the number of devices connected to the network, and other requirements. That IP address space is divided into 5 classes and then we can get a better idea of ​​the range we need to use when we need to build a network. Class A Class B  Class C  Class D Class E Important Dividing IP address space (2 * 32 no. of IP addresses) into 5 classes is called  Classful addressing . In this concept, the number of hosts for each class is fixed. We use the concept of  Classless Inter-Domain Routing (CIDR)  concept because of the limitations of classful addressing. Before short note IP classes are identified by the 1st octet of the IP address (left most from all)....