There is no room for error in network planning. Enter your IP and CIDR prefix to breakdown all mathematical details of the network layer in seconds.
| Type | Decimal | Binary |
|---|
CIDR (Classless Inter-Domain Routing) allows for more flexible allocation of IP addresses, replacing the old Class A, B, C system. For example, a /24 network can host 254 devices, while a /27 network can host only 30.
Formula: **2^(32 - CIDR) - 2**. For a /24: 32-24=8. 2^8 = 256. Subtract Network and Broadcast addresses (2), leaving 254 usable IPs.
A Wildcard mask is the inverse of a Subnet mask. It is commonly used in Cisco routers for defining Access Control Lists (ACLs). The wildcard for 255.255.255.0 is 0.0.0.255.