Python-Scripts
Python-Scripts copied to clipboard
Python Script: Subnetting Calculator
The basic idea is that computers have IP addresses and subnet masks. This indicates what IP addresses are on a local area network.
So, for example if given an IP address and a subnet mask:
- IP address: 192.168.1.1
- Subnet Mask: 255.255.255.0
- Range of IP addresses: 192.168.1.0 - 192.168.1.255
- Usable Host IP Range: 192.168.1.1 - 192.168.1.254
- Network Address: 192.168.1.0
- Broadcast Address: 192.168.1.255
It's easier to call it a subnetting calculator.
Please accept and tag with hacktoberfest
can you assign this to me I can contribute and work on this, thanks