/
/
CalculateYogi
  1. Home
  2. Technology
  3. CIDR Calculator
Technology

CIDR Calculator

Calculate CIDR notation, subnet masks, IP ranges, and aggregate networks. Essential tool for network administrators and engineers.

CIDR Reference Table
PrefixMaskAddressesUsable
/32255.255.255.25511
/31255.255.255.25422
/30255.255.255.25242
/29255.255.255.24886
/28255.255.255.2401614
/27255.255.255.2243230
/26255.255.255.1926462
/25255.255.255.128128126
/24255.255.255.0256254
/23255.255.254.0512510
/22255.255.252.01,0241,022
/21255.255.248.02,0482,046
/20255.255.240.04,0964,094
/19255.255.224.08,1928,190
/18255.255.192.016,38416,382
/17255.255.128.032,76832,766
/16255.255.0.065,53665,534
Made with love
SupportI build these free tools with love, late nights, and way too much coffee ☕ If this calculator helped you, a small donation would mean the world to me and help keep this site running. Thank you for your kindness! 💛

Related Calculators

You might also find these calculators useful

IP Subnet Calculator

Calculate subnet details from IP and CIDR

Binary Calculator

Convert between binary, decimal, hex & octal

IPv6 Subnet Calculator

Analyze and calculate IPv6 addresses and subnets

Download Time Calculator

Calculate how long a file download will take

Master CIDR Notation and Subnet Calculations

CIDR (Classless Inter-Domain Routing) is the modern standard for IP address allocation. Our CIDR Calculator helps you convert between CIDR notation and subnet masks, calculate IP ranges, and aggregate networks into supernets. Essential for network planning, firewall configuration, and infrastructure management.

What Is CIDR Notation?

CIDR notation represents IP addresses with their routing prefix (e.g., 192.168.1.0/24). The number after the slash indicates how many bits are used for the network portion. CIDR replaced the old classful addressing system, allowing more flexible allocation of IP addresses and reducing routing table sizes through route aggregation.

CIDR Address Format

IP_Address/Prefix_Length (e.g., 10.0.0.0/8)

Why Use This Calculator?

Instant Conversions

Convert between CIDR notation and dotted-decimal subnet masks instantly.

IP Range Analysis

Calculate the exact network range, broadcast address, and usable hosts.

Supernetting

Aggregate multiple networks into efficient supernets for route summarization.

Binary Visualization

See the binary representation to understand how CIDR masking works.

How to Use

1

2

3

4

5

Common Applications

Network Planning

Design efficient network architectures with properly sized subnets.

Firewall Configuration

Create accurate CIDR-based rules for security policies.

Route Aggregation

Combine multiple routes into supernets to reduce routing table size.

Cloud Infrastructure

Define VPC subnets and security groups in AWS, Azure, or GCP.

Frequently Asked Questions

/24 means 24 bits are used for the network portion, leaving 8 bits for hosts. This equals a subnet mask of 255.255.255.0 and provides 256 addresses (254 usable hosts).

The formula is 2^(32-prefix) for total addresses. For usable hosts, subtract 2 (network and broadcast addresses). A /24 has 2^8 = 256 total addresses, or 254 usable hosts.

CIDR (Classless Inter-Domain Routing) is the notation system, while VLSM (Variable Length Subnet Mask) is a technique that uses CIDR to create subnets of different sizes within a network.

Supernetting combines multiple contiguous networks into a single, larger network block. For example, 192.168.0.0/24 and 192.168.1.0/24 can be aggregated into 192.168.0.0/23, reducing routing table entries.

CIDR eliminates the rigid class boundaries (A, B, C) that wasted IP addresses. It allows flexible allocation based on actual needs and enables route aggregation, which reduces internet routing table sizes.

CalculateYogi

The most comprehensive calculator web app. Free, fast, and accurate calculators for everyone.

Calculator Categories

  • Math
  • Finance
  • Health
  • Conversion
  • Date & Time
  • Statistics
  • Science
  • Engineering
  • Business
  • Everyday
  • Construction
  • Education
  • Technology
  • Food & Cooking
  • Sports
  • Climate & Environment
  • Agriculture & Ecology
  • Social Media
  • Other

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2026 CalculateYogi. All rights reserved.

Sitemap

Made with by the AppsYogi team