Skip to content

Building an interactive subnet calculator the tool can generate one or more random IP addresses within the subnet derived from the user’s input, enhancing its utility for testing and educational purposes. The application includes input validation to ensure that the entered IP address and subnet mask are in correct format.

Notifications You must be signed in to change notification settings

monikabattula/Interactive-Subnet-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Building an interactive subnet calculator

Subnet calculator that using an IP address and a subnet mask given by the user will return five parameters.

The network address

The broadcast address

The number of valid hosts per subnet

The wildcard mask

The number of mask bits.

Finally the subnet calculator should be able to generate one or more random IP addresses from the subnet in which our initial IP address resides.

Planning the application:

importing the modules that are needed afterthat need to check the validity of both the IP address and the subnet mask that the user enters at the prompt.

About

Building an interactive subnet calculator the tool can generate one or more random IP addresses within the subnet derived from the user’s input, enhancing its utility for testing and educational purposes. The application includes input validation to ensure that the entered IP address and subnet mask are in correct format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages