Online Toolbox/Inquiry/CIDR Calculator

CIDR Calculator

Calculate subnet masks.

CIDR Calculator

Description

CIDR Calculator computes subnet masks, network ranges, and host counts from CIDR notation, essential for network administration and planning.

Use Cases

1

Network planning: Calculate IP ranges for subnets

2

System administration: Determine host capacity

3

Cloud computing: Allocate VPC address spaces

4

Security: Define firewall rules by subnet

5

Education: Learn about IP addressing and subnetting

Instructions

1

Enter a CIDR notation (e.g., 192.168.1.0/24)

2

View the calculated network information

3

See the subnet mask and wildcard mask

4

Check the available host range

5

Review the broadcast address and network class

Notes

  • CIDR notation uses / prefix length (0-32 for IPv4)
  • Private IP ranges: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16
  • The network and broadcast addresses are not usable for hosts
  • IPv6 CIDR uses / prefix length (0-128)

FAQ

Q

What is the difference between /24 and /25?

A

/24 gives 256 addresses (254 usable hosts), while /25 gives 128 addresses (126 usable hosts).

Q

Can I use this for IPv6?

A

The calculator supports both IPv4 and IPv6 CIDR calculations.