Knowledge

What is IPv4?

The short answer to the question, “What is IPv4?”, is that it’s the fourth version of the internet protocol. IP, which stands for internet protocol, is the internet’s principal set of rules for communications.

In place for more than 35 years, the U.S. Department of Defense first deployed it on its ARPANET (Advanced Research Projects Agency Network) in 1983. Internet protocol version 4, IPv4, is also at a crossroads: its global IP address supply is exhausted. The internet is undergoing a gradual transition to the next version, IPv6, but not without challenges.

In this glossary entry, we’ll explore the basic components of the internet and how they work together, examine the fourth internet protocol version and its modern-day shortcomings, and touch on its IPv6 successor.

What is an IP address?

An Internet Protocol address (IP address) is a unique identifier for devices connected to a network. The unique identifier makes it possible for devices to find and communicate with each other. Initially, the main types of devices that required an IP address included network devices, such as computers, servers, routers, and printers. However, with the Internet of Things, the list includes cell phones, televisions, refrigerators, automobiles, light bulbs, or anything else capable of receiving or exchanging information over a network.

what is ipv4

How are IPv4 addresses created? 

There are several stages in the history of the creation and development of IP addresses.

In the 70s, employees of the DARPA agency, which is engaged in advanced technologies, decided to work on creating a link between computers. Late in that decade, the development of the first protocol was completed. However, the IP (Internet Protocol) underwent some changes until IPv4 came out. It happened in 1981.

Let’s review IPv4 addresses in more detail. IPv4 is the fourth version of IP, it is the basis of the Internet, and establishes the rules for the computer networks functioning on the principle of the packet exchange. This protocol is responsible for establishing connections between computers, servers, mobile devices based on IP addresses. Information exchange in IPv4 is carried out through IP packets. An IP packet is divided into two large fields: a data field that carries useful information and a header that contains all the protocol functionality.

IPv4 works on the network layer of the TCP/IP protocol stack. The main task of the protocol is to transfer data blocks from the sending host to the destination host, where the senders and receivers are computers that are uniquely identified by IP addresses.

An IP address is a unique identifier for a device (computer, server) connected to a local network or the Internet. It is used for addressing and transmitting data over the network; without it, the device could not determine where it is worth transmitting data. Each device operating over the network (telephone, computer, network printer, server, etc.) needs its own network address.

An IP address is somewhat like passport data. It is written as four numbers from 0 to 255 (e.g. 172.127.1.2). In fact, for a computer, the address would look like 0222022 00000000 00020000 02000002. IPv4 addresses are most often written as four decimal numbers from 0 to 255, separated by a period (e.g. 172.127.1.2). The minimum possible address is 0.0.0.0 and the maximum, 255.255.255.255. A device without an IP address cannot be identified on the network or exchange information with other devices.

Now, exactly what is IPv4?

IP (version 4) addresses are 32-bit integers that can be expressed in hexadecimal notation. The more common format, known as dotted quad or dotted decimal, is x.x.x.x, where each x can be any value between 0 and 255. For example, 192.0.2.146 is a valid IPv4 address.

what is ipv4

IPv4 still routes most of today’s internet traffic. A 32-bit address space limits the number of unique hosts to 232, which is nearly 4.3 billion IPv4 addresses for the world to use (4,294,967,296, to be exact).

What Are IPv4 Address Classes?

An IPv4 address class is a categorical division of internet protocol addresses in IPv4-based routing.

Separate IP classes are used for different types of networks. Some are used for public internet-accessible IPs and subnets, that is, those networks behind a router (as in classes A, B, and C). As well, some classes are reserved by the Internet Engineering Task Force (IETF) and the Internet Assigned Numbers Authority (IANA) for specific purposes. These special ranges are used for multicasting of identical data to all computers on a network or subnet or for research (as in classes D, E).

what is ipv4

Within this notation, classes are mainly differentiated by the number of bits they have for the network and the number of bits used for hosts. IP addresses are notated in four groups of three-digit representations of 8 bits of binary in base 10-formatted notation for a total of 32 bits. The groups are separated by periods starting from zero (which in binary would be 00000000); the highest number in a grouping is 255 (or 11111111).

IPv4 address classes:

  • Class A IP addresses, where the 1st bit is 0, encompass the range of 0.0.0.0 to 127.255.255.255. This class is for large networks and has 8 bits for the network and 24 bits for hosts.
  • Class B IP addresses, where the 1st two bits are 10, are in the range of 128.0.0.0 to 191.255.255.255. This class is for medium networks and has 16 bits for network and 16 bits for hosts.
  • Class C IP addresses, where the 1st three bits are 110, are in the range of 192.0.0.0 to 223.255.255.255. This class is for smaller networks and has 24 bits for network and 8 bits for hosts.
  • Class D or multicast IP addresses, where the 1st four bits are 1110 are in the range of 224.0.0.0 to 239.255.255.255
  • Class E or experimental IP addresses, where the 1st four bits are 11110, are in the range of 240.0.0.0 to 255.255.255.255.

Prior to the introduction of  IPv6 as a solution to the internet’s running out of addresses, the idea of opening the class E addresses was hotly debated. While forming the basis for IP address assignment, the system of IP address classes described here is generally bypassed today by the use of Classless Inter-Domain Routing (CIDR) addressing.

Knowledge

Other Articles

Converged Infrastructure (CI): Definition

Companies are now recognizing the growing cost... Mar 29, 2024

What is a Cloud Workload Protection Platform (CWPP)?

These days employing only one trusted PaaS... Mar 28, 2024

Cloud Infrastructure Entitlement Management (CIEM): What is it?

As more enterprises migrate to the cloud,... Mar 27, 2024

Composable Infrastructure: What is it?

A new architecture is emerging that promises... Mar 26, 2024

Hyperconverged Infrastructure (HCI): What is it?

Hyperconverged infrastructure (HCI) combines computing, storage, and... Mar 25, 2024

Network Segmentation: Why it matters?

You don't need to closely follow cybersecurity... Mar 24, 2024

Network Architecture: Why is it important?

In an era of increasing network complexity,... Mar 23, 2024

What is Network Slicing?

Wondering about network slicing? We discuss it... Mar 22, 2024

Related posts

Converged Infrastructure (CI): Definition

Companies are now recognizing the growing cost and restrictions of cloud deployments, while running a...

What is a Cloud Workload Protection Platform (CWPP)?

These days employing only one trusted PaaS or IaaS provider is rare. Employing just one...

Cloud Infrastructure Entitlement Management (CIEM): What is it?

As more enterprises migrate to the cloud, access management, and security have grown more complex....