Featured

VLSM Explained: Variable-Length Subnet Masking from Scratch

VLSM lets you allocate different-sized subnets from one parent network without wasting addresses. This worked example shows the largest-first allocation method, alignment rules, and common mistakes that cause re-IPing later.

10 min read · Published May 26, 2026 · By cidrcalculator.net team
Read article →

Latest articles

Cloud

Why AWS reserves 5 IPs per subnet (and how to plan around it)

A deep dive into AWS VPC reserved addresses, why minimum subnet size is /28, and how to avoid running out of IPs in production.

8 min read
Fundamentals

VLSM explained: variable-length subnet masking from scratch

Stop wasting IPs with uniform subnet sizes. Learn how to allocate different-sized subnets from one parent network — with worked examples.

10 min read
IPv6

IPv6 for IPv4 engineers: the only guide you need

If you understand IPv4 subnetting, IPv6 is actually simpler. /64s, prefix delegation, ULA vs GUA, link-local — explained without jargon.

14 min read
Security

Bogons, CGNAT, and other IP ranges that will ruin your day

The non-obvious IP ranges that should never appear in your ACLs, firewall rules, or peering setups — and how to detect them.

9 min read
Cloud

Multi-cloud VPC peering: avoiding the CIDR overlap trap

The most common multi-cloud mistake: overlapping CIDRs across AWS, Azure, and GCP. Here's how to plan IP allocations that scale.

11 min read
Kubernetes

Sizing Kubernetes pod and service CIDRs correctly

Get your pod CIDR wrong and you can't grow the cluster. A practical guide to sizing for 1K, 10K, and 100K pod clusters.

10 min read
Fundamentals

RFC 1918 vs RFC 6598: when to use 100.64.0.0/10

CGNAT range is a hidden gem for large private networks. Here's when to use it instead of 10.0.0.0/8 — and the pitfalls to avoid.

7 min read
DevOps

Generating Terraform from a subnet design

Going from a whiteboard subnet plan to production Terraform without copy-paste errors. Tools, patterns, and common mistakes.

10 min read
Career

The CCNA subnetting questions that trip people up

If you're studying for the CCNA, here are the eight subnetting question patterns that consistently cause failure — and how to solve them quickly.

8 min read
Fundamentals

The complete subnet mask cheat sheet (/0 to /32)

Full reference table from /0 to /32: prefix, dotted decimal, host count, AWS usable counts, and common use cases. Printable for daily reference.

7 min read
Fundamentals

How to calculate subnets by hand (the magic number method)

Find any subnet, broadcast address, or host count in under 30 seconds without binary math. Worked examples and the patterns that work every time.

9 min read
Cloud

Azure VNet subnet sizing: GatewaySubnet, Bastion, Firewall

Azure has reserved subnet names with specific size requirements that trip up first-time deployments. Here are the correct sizes and the rules behind them.

9 min read
Cloud

GCP VPC subnet sizing and expansion guide

GCP VPCs differ from AWS and Azure: regional subnets, only 4 reserved IPs, and online subnet expansion. Here's the practical guide.

8 min read
IPv6

IPv6 prefix delegation: /48, /56, /60, /64 explained

What /48 vs /56 vs /60 vs /64 mean for your business or home network, and why /64 is never enough for any real deployment.

9 min read
Fundamentals

/30 vs /31 for point-to-point links: when and why

RFC 3021 lets you use /31 for point-to-point links — 2 usable hosts with no waste. When to use /31 vs /30, and the platforms that support each.

6 min read
Kubernetes

EKS VPC CNI prefix delegation: 16x more pods per node

Without prefix delegation, an m5.large EKS node tops out at 29 pods. Turning it on raises the limit to 110+. Here's how it works.

10 min read
Cloud

NAT Gateway vs NAT Instance vs VPC Endpoints

Three different ways to give private subnet workloads access to outside services in AWS. Cost, throughput, and operational tradeoffs explained.

9 min read
Cloud

Public vs private subnets: when to use each

What actually makes an AWS subnet public or private, and how to design tiers so workloads have the right combination of internet access and isolation.

8 min read
Fundamentals

BGP and CIDR: how the internet routes your packets

How prefix announcements, longest prefix match, and AS path selection actually work. The protocol that holds the global internet together.

10 min read
Fundamentals

Subnet mask vs wildcard mask: ACLs, OSPF, quick conversion

Cisco ACLs use wildcard masks, the inverse of subnet masks. Exactly what wildcard masks mean, how to convert, and when non-contiguous bits matter.

7 min read
DevOps

IPAM for small teams: lightweight alternatives to BlueCat & Infoblox

You don't need a $100k IPAM platform to track network allocations. From spreadsheets to NetBox — when each option makes sense.

9 min read
Cloud

AWS Transit Gateway vs VPC Peering: cost, complexity, scale

VPC peering is point-to-point and free. Transit Gateway is hub-and-spoke and costs $36+/month. When each is the right choice as VPC count grows.

9 min read
Fundamentals

Subnetting by host count vs by subnet count

The two ways to approach a subnetting problem. Same answers usually, but the math is different and one is easier for certain questions.

7 min read
Security

Troubleshooting overlapping CIDR blocks: detection and resolution

Two VPCs need to peer but CIDRs overlap. A new acquisition uses your space. The playbook for detecting, isolating, and resolving conflicts.

10 min read