Subnet Calculator
Home
Skills
Tools
Certificate
Contact
EN
English
Subnet Calculator
Calculate subnet masks, network addresses, broadcast addresses and more
Back to Tools
Input Parameters
IP Address:
Subnet Mask:
255.255.255.255 (/32) - Single Host
255.255.255.254 (/31) - 2 Hosts
255.255.255.252 (/30) - 4 Hosts
255.255.255.248 (/29) - 8 Hosts
255.255.255.240 (/28) - 16 Hosts
255.255.255.224 (/27) - 32 Hosts
255.255.255.192 (/26) - 64 Hosts
255.255.255.128 (/25) - 128 Hosts
255.255.255.0 (/24) - 256 Hosts
255.255.254.0 (/23) - 512 Hosts
255.255.252.0 (/22) - 1024 Hosts
255.255.248.0 (/21) - 2048 Hosts
255.255.240.0 (/20) - 4096 Hosts
255.255.224.0 (/19) - 8192 Hosts
255.255.192.0 (/18) - 16384 Hosts
255.255.128.0 (/17) - 32768 Hosts
255.255.0.0 (/16) - 65536 Hosts
Or Enter CIDR:
CIDR:
/27
Calculate Subnet
Subnet Results
Network Address:
192.168.1.0
Broadcast Address:
192.168.1.31
First Usable IP:
192.168.1.1
Last Usable IP:
192.168.1.30
Usable Hosts:
30
Total Hosts:
32
Subnet Mask:
255.255.255.224
Wildcard Mask:
0.0.0.31
Network Diagram
Router
SW1
Network: 192.168.1.0/27
SW2
Next Subnet
Host Range:
192.168.1.1 - 192.168.1.30
Subnetting Information
Network Address:
The first address in the subnet. Cannot be assigned to hosts.
Broadcast Address:
The last address in the subnet. Used for broadcast messages.
Usable Hosts:
Addresses that can be assigned to devices (excluding network and broadcast).
CIDR Notation:
The number after the slash (/) represents the subnet mask bits.
Wildcard Mask:
Inverse of subnet mask, used in access control lists.