Open In App

What is the valid range of a Class A network address?

Let us know what an IP address is first, if you already know, skip this section. 

IP (Internet Protocol): 
It is one of the fundamental protocols in order to have communications on the Internet. IP describes how the information is addressed, routed by networking devices. An IP address is a number identifying of a computer or another device on the Internet. A simple example could be mailing address.



There are 2 types of IP
1. IPv4 : 32 bit long, Ex: 35.244.11.196
2. IPv6 : 128 bit long, it is so much longer than IPv4


Example for IPv4 :

1. Dotted Decimal Notation
 



IPv4: 32 bit long ( Dotted Decimal )

2. Hexadecimal Notation

IPv4: 32 bit long ( Hexadecimal )

CLASS ADDRESSING :

CLASS A :

Number Of Hosts and Networks:

Number of Hosts: (2^24)-2= 16,777,214 i.e. 16 million hosts
Number of Networks: (2^7)-2=126
Note: Reducing 2 because, 0.0.0.0 and 127.a.b.c are different addresses


>> The range of class A is 1.0.0.1 to 126.255.255.254

Other classes

Class B: 128.0.0.1 – 191.255.255.254
Class C: 192.0.0.1 – 223.255.255.254
Class D: 224.0.0.1 – 239.255.255.254
Class E: 240.0.0.1 – 255.255.255.254

Article Tags :