Computer Science, asked by Mdamaan4650, 11 months ago

Program to find class and network address of given ip in python

Answers

Answered by Anonymous
0

Answer:

Write a C program to get the IP Address and find its class, in this program we will read ip string and then extract it in octets

Answered by Anonymous
0

HERE IS YOUR ANSWER:

Only 1-126 can be used to identify Class A networks because 0 and 127 are reserved. To find the valid host addresses in a Class A network, you must find the network and broadcast address in the IP range. Since the Class A address only uses the first byte to identify the network, the last three octets are host bits.

Similar questions