Python-Scripts icon indicating copy to clipboard operation
Python-Scripts copied to clipboard

Python Script: Subnetting Calculator

Open 101zh opened this issue 2 years ago • 2 comments

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

101zh avatar Oct 13 '23 20:10 101zh

It's easier to call it a subnetting calculator.

101zh avatar Oct 13 '23 20:10 101zh

Please accept and tag with hacktoberfest

101zh avatar Oct 17 '23 15:10 101zh

can you assign this to me I can contribute and work on this, thanks

ChandanSouL avatar Aug 31 '24 21:08 ChandanSouL