Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 codeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started