Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Access Patterns Database Interactions In Object Oriented Applications

Authors: Clifton Nock

1st Edition

0321555627, 978-0321555625

More Books

Students also viewed these Databases questions

Question

2 What are the implications for logistics strategy?

Answered: 1 week ago