Question: This is Subnet Programming and used with Python language that calculates subnet ranges and IP addresses after receiving user input. Myself that I do not

This is Subnet Programming and used with Python language that calculates subnet ranges and IP addresses after receiving user input. Myself that I do not know Python a lot but can anyone help me with this assignment? Much appreciated!
You are to write a command line Python program that calculates subnet ranges and IP addresses after receiving user input. For this assignment, we will standardize on Python 3.5 This is an individual assignment and is due Sunday 12-2-18 by 11:59pm Your program must: Ask the user about the network. Automatically calculate the size of the default address space and provide the default mask. Ex. User: 192.168.100.0Ans: Class C, 24 bits of address space, 255.255.255.0 Ask the user for the number of subnets required. Provide the subnet ranges (subnet ID and subnet broadcast) Print the new mask. Print the binary change for the network. Provide the number of possible addresses in the subnet Provide the number of useable addresses in the subnet Provide s potential router (we wl tandardize on high in the range aresses) Perform a reasonable amount of input checking. Have comments in the code. You are to write a command line Python program that calculates subnet ranges and IP addresses after receiving user input. For this assignment, we will standardize on Python 3.5 This is an individual assignment and is due Sunday 12-2-18 by 11:59pm Your program must: Ask the user about the network. Automatically calculate the size of the default address space and provide the default mask. Ex. User: 192.168.100.0Ans: Class C, 24 bits of address space, 255.255.255.0 Ask the user for the number of subnets required. Provide the subnet ranges (subnet ID and subnet broadcast) Print the new mask. Print the binary change for the network. Provide the number of possible addresses in the subnet Provide the number of useable addresses in the subnet Provide s potential router (we wl tandardize on high in the range aresses) Perform a reasonable amount of input checking. Have comments in the code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
