NetworkEDGE RESOLUTION

Subnet Calculator

Calculate subnets, broadcast addresses, wildcard masks, and host ranges.

Prefix Length/24
Common Subnets:
Network Address
192.168.1.0/24
Subnet ID
Broadcast Address
192.168.1.255
Top boundary
Subnet Mask
255.255.255.0
Dotted decimal
Wildcard Mask
0.0.0.255
ACL inverse
First Usable Host
192.168.1.1
Host min
Last Usable Host
192.168.1.254
Host max
Usable Hosts
254
Allocatable
Total Addresses
256
2^(32-CIDR)
📊Address Space & Allocation Map/24 (254 Usable Hosts)
32-BIT ALLOCATION BITMAP24 NET BITS / 8 HOST BITS
■ Network Prefix (24 bits)■ Host Identifier (8 bits)
NETWORK (Unusable as host)
192.168.1.0
First Usable Host192.168.1.1
254 Allocatable Client / Server Addresses ↕
Last Usable Host192.168.1.254
BROADCAST (Unusable as host)
192.168.1.255
Subnet Splitting Planner
Binary & Hexadecimal Breakdown

Technical Specification & Reference

What this tool does

Enter any IPv4 address and CIDR prefix to instantly get the network address, broadcast address, subnet mask, and the full usable host range — the same math you'd otherwise do by hand or in a spreadsheet during VLAN planning or firewall rule design.

How subnetting works

An IPv4 address is 32 bits, split into a network portion and a host portion by the CIDR prefix (the /24, /27, etc.). Every address in a subnet shares the same network portion; the host portion is what varies between individual devices. A /24 has 8 host bits (256 total addresses), a /27 has 5 host bits (32 total addresses), and each additional prefix bit halves the subnet size.

When you'd use this

Designing a new VLAN, sizing a DHCP scope, checking whether two subnets overlap before a merger or site migration, or working out how many usable IPs a given prefix actually gives you before requesting address space from your network team.

Reading the results

The network address identifies the subnet itself and can't be assigned to a device. The broadcast address is reserved for sending to every host on the subnet at once. Everything in between — the usable host range — is what you can actually assign to routers, servers, and clients.

Frequently Asked Questions

Why does the usable host count subtract 2?

The first address in a subnet is the network address and the last is the broadcast address — neither can be assigned to a host, so a /24 with 256 total addresses has 254 usable ones.

What happens at /31 and /32?

/31 is a point-to-point link (RFC 3021) with no usable host range in the traditional sense; /32 is a single host route. The calculator handles both without erroring.