A lightweight web-based networking tool that calculates total, reserved, and usable IP addresses within a CIDR block.
Designed for subnet planning, networking education, and cloud infrastructure learning.
The calculator in action:
- Calculate total IP addresses in CIDR blocks
- Calculate reserved IP addresses
- Calculate usable IP addresses
- CIDR input validation
- Step-by-step explanation of calculations
- Clean and responsive UI
- Fully browser-based (no installation required)
- HTML5
- CSS3
- JavaScript (ES6)
- Download or clone the repository
- Open:
CIDR-Block-IP-Calculator.html
- Run it in any modern browser
- Enter CIDR values like:
/16
/20
/24
/28
- Click Calculate
git clone https://github.com/tcdoverlord/CIDR-Block-IP-Calculator.git
cd CIDR-Block-IP-CalculatorOpen the HTML file in your browser.
/24
Total IPs: 256
Reserved IPs: 5
Usable IPs: 251
CIDR-Block-IP-Calculator/
│
├── CIDR-Block-IP-Calculator.html
├── CIDR-Block-IP-Calculator-demo.gif
├── README.md
└── LICENSE
- Network engineering learning
- AWS / Azure VPC planning
- Subnetting practice
- IT training
- IPv4 addressing education
Contributions are welcome.
Feel free to open issues or submit pull requests.
TCDOverLord
GitHub: https://github.com/tcdoverlord

