Question: Help me please. Please do it correctly. Thank you so much. Provide range of the following subnet. Write Python code that will calculate and print
Help me please. Please do it correctly. Thank you so much.
Provide range of the following subnet. Write Python code that will calculate and print the subnet of the IP address.
You must have the following input:
Enter IP adress: 192.168.1.1
Enter IP Mask: 255.255.255.0
Enter CIDR: 24
You must have this output:
Subnet is:
IP SUBNET: 192.168.1.1
IP SUBNET: 192.168.1.2
IP SUBNET: 192.168.1.3
IP SUBNET: 192.168.1.4
......
IP SUBNET: 192.168.1.254
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
