Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

IP Subnet Calculator - Learn While Calculating

A modern, interactive IPv4 subnet calculator built for learners and pentesters. This web app calculates network addresses, broadcast addresses, usable host range, block size, and more, while explaining each step so you understand why the calculations work.


Live URL

IP Subnet Calculator Live


Features

  • Input any IPv4 address with CIDR notation (e.g., 10.10.12.13/29).

  • Calculates:

    • Network address (first IP)
    • Broadcast address (last IP)
    • Total IPs and usable host IPs
    • Host IP by number (e.g., 3rd host)
    • Which octets change in the subnet
    • Block size and last-octet multiples
  • Provides detailed explanation of each step:

    • 32-bit reasoning
    • Network vs host bits
    • Subnet math using powers of 2
  • Optional host number input to find any specific IP in the subnet.

  • Quick facts chips for easy reference.

  • Toggle binary view for network and broadcast addresses.

  • Copy results to clipboard.

  • Example fill button for quick testing.


Made By

Aryan Giri

About

A modern, interactive IPv4 subnet calculator built for learners and pentesters. This web app calculates network addresses, broadcast addresses, usable host range, block size, and more, while explaining each step so you understand why the calculations work.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages