In Classful addressing for class A, how many valid maximum possible of network ids can exist?

In Classful addressing for class A, how many valid maximum possible of network ids can exist? Correct Answer 126

The correct answer is option 3.
Concept:

IP addresses can be grouped into one of five different classes:

  • Class A
  • Class B
  • Class C
  • Class D
  • Class E

Each of the four octets of an IP address represents either the network portion of the host portion of the address, depending on the address class. Only the first three classes A, B, and C are used to address actual hosts on IP networks. 

Class A addressing:

Class A Addresses If the first bit of the first octet of an IP address is a binary 0, the address is a Class A address.

With that first bit being a 0,

the lowest number that can be represented is 0 0000000, decimal 0.

The highest number that can be represented is 0 1111111, decimal 127.

Any address that starts with a value between 0 and 127 in the first octet is a Class A address. 

Total network id = 128

These two numbers, 0 and 127, are reserved and cannot be used as a network address.

Total valid maximum possible of network ids = 128-2 =  126 network id.

Hence the correct answer is 126.

Additional Information

Classes Class A Class B Class C Class D Class E
Prefix 0 10 110 1110 1111
First Octet Range 0 to 126 128 to 191 192 to 223 224 to 239 240 to 255
Network id  8 16 24

Class D

addresses

are used for

multicasting.

Class E

addresses

are reserved

for experimentation.

Host Id  24 16 8
Number of networks 27-2 214 221
Hosts per networks 224-2 216-2 28-2

Related Questions

How many class A, B and C network IDs can exist?
How many class A, B, and C network IDs can exist?
Your network uses TCP/IP as the only network protocol. Devices on the network are configured to use IP address from the private 10.0.0.0 range. All the client computers on the network runs Windows 2000 Professional. The network includes Windows 2000 Server computers and UNIX servers. User's print jobs are sent to shared printers on a Windows 2000 Server computer named PrintServ that directs the print jobs to print devices attached directly to the network. You have a high-capacity print device that is attached to one of the UNIX servers. The UNIX computer uses the LPR printing protocol, and it's IP address is 10.1.1.99. The name of the printer queue is GIANT. You want users to be able to connect to this printer from their computers. What should you do?
In IPv4 Addresses, classful addressing is replaced with ________