Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Script: Subnetting Calculator #183

Closed
101zh opened this issue Oct 13, 2023 · 3 comments · Fixed by #296
Closed

Python Script: Subnetting Calculator #183

101zh opened this issue Oct 13, 2023 · 3 comments · Fixed by #296

Comments

@101zh
Copy link
Contributor

101zh commented Oct 13, 2023

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
Copy link
Contributor Author

101zh commented Oct 13, 2023

It's easier to call it a subnetting calculator.

@101zh 101zh changed the title Python Script: find range of IP addresses based on a subnet mask; IPv4 Python Script: Subnetting Calculator Oct 13, 2023
@101zh
Copy link
Contributor Author

101zh commented Oct 17, 2023

Please accept and tag with hacktoberfest

@ChandanSouL
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants