IPv4 CIDR Subnet Calculator & Bitwise Inspector

Classless Inter-Domain Routing • Subnet Masks • Host Ranges & Wildcards

Network Address 192.168.1.0
Broadcast Address 192.168.1.255
First Usable Host 192.168.1.1
Last Usable Host 192.168.1.254
Usable Host Count 254
Subnet Mask 255.255.255.0
Wildcard Mask 0.0.0.255
Total Address Space 256
IP Class & Type Class C (Private RFC 1918)
Copy Summary
Binary IP Address: 11000000.10101000.00000001.00000001
Binary Subnet Mask: 11111111.11111111.11111111.00000000

🛡️ 100% Client-Side Air-Gapped Privacy

All cryptographic computations run strictly inside your browser Web Crypto runtime. No keys or plaintexts ever leave your machine.

Hardware-Accelerated Web Crypto API

Leverages native C++ and hardware AES-NI / SHA instructions through browser APIs for zero-latency throughput.

Frequently Asked Questions & Security Specifications

What is CIDR and why is it used over legacy IP classes?

CIDR (Classless Inter-Domain Routing, RFC 1519) replaced restrictive Class A, B, and C networks. It allows variable-length subnet masking (VLSM) to allocate IP address blocks with granular efficiency, preventing address exhaustion.

Why are the first and last addresses in a subnet unusable for hosts?

In any standard IPv4 network, the first address (all host bits 0) represents the Network ID, and the last address (all host bits 1) is reserved as the Subnet Broadcast Address. Thus, usable hosts = 2^(32 - prefix) - 2.

What is a wildcard mask?

A wildcard mask (used in Cisco ACLs and OSPF) is the bitwise inverse of the subnet mask (`255.255.255.255 - SubnetMask`). 0 indicates an exact bit match, while 1 indicates wildcard bits.

[+] Developer Tools Index

5 All Tools