IP Subnet Calculator — CIDR Range Broadcast Address
Calculate network address, broadcast address, usable host range, and total hosts from any IPv4 CIDR notation.
How to use this calculator
👉 Fill in the boxes below and your answer appears instantly — no maths needed, we do it all for you! 🎉
In plain English — what does this do?
🪙 Crypto is like buying and selling digital coins online. This tool helps you see how much you spent, how much you made, and whether you’re winning or losing money from your trades.
The IP Subnet Calculator takes an IPv4 address and subnet mask (or CIDR prefix length) and computes all essential network information: the network address, broadcast address, first and last usable host addresses, and the total number of usable hosts.
Usable Hosts
—
Network Address
—
Broadcast Address
—
First Usable Host
—
Last Usable Host
—
What is IP Subnet Calculator — CIDR Range Broadcast Address?
The IP Subnet Calculator takes an IPv4 address and subnet mask (or CIDR prefix length) and computes all essential network information: the network address, broadcast address, first and last usable host addresses, and the total number of usable hosts.
How to use it
- 1️⃣ Enter an IPv4 address in dotted-decimal format, e.g. 192.168.1.100.
- 2️⃣ Enter the subnet mask as CIDR prefix (e.g. /24) or as a dotted-decimal mask (e.g. 255.255.255.0).
- 3️⃣ Click Calculate to compute the subnet details.
- 4️⃣ Review the network address, broadcast address, and usable host range.
- 5️⃣ Use the host count to determine how many devices the subnet can support.
Formula
💡 See it in action — a real example
❓ Common questions
- Why subtract 2 from the host count?
- The network address (all host bits 0) and the broadcast address (all host bits 1) are reserved and cannot be assigned to devices.
- What is CIDR notation?
- CIDR (Classless Inter-Domain Routing) notation appends a slash and prefix length to an IP address, e.g. /24, indicating how many bits are used for the network portion.
- What is a /32 subnet?
- A /32 has exactly one IP address — it is used for host routes and loopback addresses. There are 0 usable hosts in the traditional sense.
- Can I enter the subnet as a dotted mask?
- Yes — enter values like 255.255.255.0 in the mask field. The calculator accepts both CIDR prefixes and dotted-decimal masks.
- What is a private IP range?
- RFC 1918 defines three private ranges: 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. These are not routable on the public internet.