CalcPlatformPro
HomeFinanceHealthMathConstructionConvertersDateOtherFeedback
Feedback
CalcPlatform

Free, fast, and precise financial, mathematical, health, and engineering calculators.

Financial Suite

  • Mortgage Calculator
  • Auto Loan Calculator
  • Personal Loan Calculator
  • EMI Installment
  • SIP Wealth Growth
  • Compound Interest

Categories & Tools

  • Finance Hub
  • BMI Health Calculator
  • Percentage Calculator
  • Age Calculator
  • Math Category

Company & Legal

  • About Us
  • Privacy Policy
  • Terms & Conditions
  • Feedback & Contact
© 2026 CalcPlatform. All calculations run client-side for total privacy.
HomeotherIP Subnet Calculator

IP Subnet Calculator

Calculate IPv4 and IPv6 subnet masks, network IPs, broadcast IPs, CIDR prefix lengths, and usable host ranges. Slice subnets and aggregate routes.

Presets:

IPv4 Parameters

Legacy Class Shortcut Selection
Analysis ResultsIPv4 Subnet
Network Address192.168.1.0
Broadcast Address192.168.1.255
Usable Host Range192.168.1.1 – 192.168.1.254
Usable Hosts Count254
Subnet Details
Dotted Netmask255.255.255.0Wildcard Mask0.0.0.255Binary Mask11111111.11111111.11111111.00000000Classification TypePrivate Network (RFC 1918)Legacy ClassClass C (192.0.0.0/3)Adjacent Next Subnet192.168.2.0
Binary IP Breakdown (Network Portion | Host Portion)
IP Bin: 11000000.10101000.00000001 | 00011001
Mask Bin: 11111111.11111111.11111111.00000000
Calculation Engine Steps
IPv4 Subnet Sizing Steps:
1. Input IP: 192.168.1.25 | Binary: 11000000.10101000.00000001.00011001
2. CIDR Prefix: /24 -> Subnet Mask: 255.255.255.0
3. Network ID: IP (192.168.1.25) AND Mask (255.255.255.0) = 192.168.1.0
4. Broadcast: Network (192.168.1.0) OR Wildcard (0.0.0.255) = 192.168.1.255
5. Host Space: 2^(32 - 24) = 2^8 = 256 total addresses
6. Usable Hosts: 254 (256 - 2)

IPv4 Subnet Reference Table(click to load)

Dotted-decimal masks & traditional host counts (/0 to /32).

PrefixSubnet MaskUsable Hosts
/00.0.0.04,294,967,294
/1128.0.0.02,147,483,646
/2192.0.0.01,073,741,822
/3224.0.0.0536,870,910
/4240.0.0.0268,435,454
/5248.0.0.0134,217,726
/6252.0.0.067,108,862
/7254.0.0.033,554,430
/8255.0.0.016,777,214
/9255.128.0.08,388,606
/10255.192.0.04,194,302
/11255.224.0.02,097,150
/12255.240.0.01,048,574
/13255.248.0.0524,286
/14255.252.0.0262,142
/15255.254.0.0131,070
/16255.255.0.065,534
/17255.255.128.032,766
/18255.255.192.016,382
/19255.255.224.08,190
/20255.255.240.04,094
/21255.255.248.02,046
/22255.255.252.01,022
/23255.255.254.0510
/24255.255.255.0254
/25255.255.255.128126
/26255.255.255.19262
/27255.255.255.22430
/28255.255.255.24014
/29255.255.255.2486
/30255.255.255.2522
/31255.255.255.2542
/32255.255.255.2551
RELATED CALCULATORS:
Bandwidth Calculator|Advanced Binary Calculator & Multi-Base Converter

1. Introduction to IP Subnetting

An IP Subnet Calculator helps divide an IP address space into logical networks and determine the addressing boundaries of each subnet. Instead of treating an address as an isolated number, subnetting separates the address into a network portion and a host portion, allowing routers and network administrators to determine which addresses belong to the same logical network.

Modern IP networking uses CIDR, or Classless Inter-Domain Routing, rather than relying on the old Class A, Class B and Class C model for allocating subnet sizes. In CIDR notation, a slash followed by a prefix length identifies how many leading bits belong to the network prefix. For example, 192.168.1.0/24 has 24 network bits and 8 remaining host bits. CIDR was introduced to improve address allocation and reduce growth in global routing tables.

This calculator is designed to work with both IPv4 and IPv6, and it also includes subnet splitting, host-capacity planning and route summarization. The underlying implementation has been independently tested for IPv4 arithmetic, IPv6 128-bit calculations, subnet enumeration and CIDR aggregation.

For practical network design, subnetting is useful when a single address block needs to be separated into smaller logical segments such as office networks, server VLANs, guest Wi-Fi, branch networks or point-to-point links.

2. What Is an IP Address?

An Internet Protocol address identifies an interface or endpoint within an IP networking system. The two address families handled by this calculator are:

  • IPv4: 32 bits
  • IPv6: 128 bits

IPv4 Address Structure

An IPv4 address contains four 8-bit octets written in dotted-decimal notation. For example: 192.168.1.25. Each octet can range from 0 through 255. The complete IPv4 address therefore contains:

4 × 8 = 32 bits

A subnet prefix determines how many of those bits represent the network.

IPv6 Address Structure

IPv6 uses 128-bit addresses written as eight hexadecimal groups. Example: 2001:db8::1. An IPv6 address can have a subnet prefix followed by an interface identifier. RFC 4291 defines IPv6 addresses as 128-bit identifiers and describes unicast, anycast and multicast address types.

The calculator therefore treats IPv4 and IPv6 as fundamentally different address families rather than applying IPv4 rules to both.

3. What Is a Subnet and Why Do We Subnet?

A subnet is a logical subdivision of an IP network. Subnetting allows a larger address block to be divided into smaller networks that can be routed and administered separately. Instead of using one large network for an entire organization, separate subnets can be created for:

  • Employee workstations and departmental computers
  • Production and internal application servers
  • Printers and shared office peripherals
  • Physical security cameras and access controls
  • Guest wireless clients
  • Out-of-band management interfaces

Subnetting provides four major administrative and routing benefits:

  • Smaller broadcast domains: In traditional IPv4 Ethernet networks, broadcast traffic (such as ARP queries) is confined to the local subnet. Splitting an oversized network reduces the number of devices participating in the same broadcast domain, avoiding performance degradation.
  • Better segmentation: Separate subnets make it easier to apply routing policies, Access Control Lists (ACLs), and firewall inspection boundaries between departments.
  • More efficient address allocation: CIDR allows organizations to allocate address blocks closer to actual requirements instead of depending on fixed classful sizes.
  • Easier route organization: Related networks can be aggregated into a summarized route, reducing the number of individual prefixes represented in global routing tables.

4. Understanding CIDR Notation

CIDR notation combines an address with a prefix length. For example: 192.168.1.0/24.

The /24 designates:

  • 24 network bits
  • 8 host bits (since 32 − 24 = 8)

The total number of addresses is calculated as 2⁸ = 256. For the traditional IPv4 host-count model, two addresses are reserved:

  • The network address (all host bits 0)
  • The directed broadcast address (all host bits 1)

Therefore, the traditional usable-host count is:

Usable Hosts = 256 − 2 = 254

The important distinction is that total addresses and usable hosts are not the same quantity. For 192.168.1.0/24:

  • Network: 192.168.1.0
  • First usable: 192.168.1.1
  • Last usable: 192.168.1.254
  • Broadcast: 192.168.1.255

5. How to Calculate a Network Address

The network address is found by applying a bitwise AND operation between the IP address and the subnet mask.

Consider IP: 192.168.1.25 with prefix /24. The subnet mask is 255.255.255.0.

IP: 11000000.10101000.00000001.00011001 (192.168.1.25)
Mask: 11111111.11111111.11111111.00000000 (255.255.255.0)
AND: 11000000.10101000.00000001.00000000 (192.168.1.0)

Therefore, 192.168.1.25/24 belongs to the network block 192.168.1.0/24. The calculator exposes this logic in its calculation-engine steps and binary breakdown so the result can be independently checked.

6. How to Calculate a Broadcast Address and Wildcard Mask

For traditional IPv4 subnetting, the broadcast address is the address obtained when all host bits are set to 1. Another way to derive it is using the wildcard mask.

The wildcard mask is the bitwise inverse (NOT) of the subnet mask. For subnet mask 255.255.255.0, the wildcard mask is 0.0.0.255.

The broadcast address can then be expressed as:

Broadcast = Network OR Wildcard

For Network 192.168.1.0 and Wildcard 0.0.0.255, performing bitwise OR results in 192.168.1.255.

Network: 192.168.1.0
Hosts: 192.168.1.1 – 192.168.1.254
Broadcast: 192.168.1.255

7. Worked IPv4 Example: 192.168.1.25/24

Suppose the input address is 192.168.1.25/24. The subnet calculations proceed across six distinct stages:

  1. Determine the subnet mask: Prefix /24 corresponds to dotted-decimal 255.255.255.0.
  2. Determine host bits: 32 − 24 = 8 host bits.
  3. Determine total addresses: 2⁸ = 256 total IP addresses.
  4. Determine network address: Bitwise AND between 192.168.1.25 and 255.255.255.0 yields 192.168.1.0.
  5. Determine broadcast address: Setting the 8 host bits to 1 yields 192.168.1.255.
  6. Determine traditional usable hosts: Range is 192.168.1.1 through 192.168.1.254 (254 usable host addresses).

This reference IPv4 example verifies binary operations and numerical integrity against standard networking specifications.

8. IPv4 Prefixes and Host Capacity

For an ordinary IPv4 subnet, the number of host bits is H = 32 − prefix, and the total number of addresses is 2ᴴ. Under traditional subnetting rules:

Usable Hosts = 2ᴴ − 2
CIDRSubnet MaskHost BitsTotal AddressesTraditional Usable Hosts
/24255.255.255.08256254
/25255.255.255.1287128126
/26255.255.255.19266462
/27255.255.255.22453230
/28255.255.255.24041614
/29255.255.255.248386
/30255.255.255.252242

The /31 case requires special handling because the traditional network/broadcast subtraction rule does not apply. RFC 3021 defines the use of 31-bit prefixes on point-to-point IPv4 links where both addresses are treated as interface endpoints.

A /32 identifies a single IPv4 address (0 host bits) and is commonly used for loopback or host routes. The calculator explicitly handles /31 and /32 rather than applying the 2ᴴ − 2 rule indiscriminately.

9. Private IPv4 Address Ranges

Three IPv4 address blocks are reserved for private internets under RFC 1918:

  • 10.0.0.0/8: 10.0.0.0 to 10.255.255.255 (16,777,216 addresses)
  • 172.16.0.0/12: 172.16.0.0 to 172.31.255.255 (1,048,576 addresses)
  • 192.168.0.0/16: 192.168.0.0 to 192.168.255.255 (65,536 addresses)

These addresses are intended for private network use and are not globally routable on the public internet without Network Address Translation (NAT). Examples include 10.1.2.3, 172.16.5.10, and 192.168.1.25.

An important detail is that not every address beginning with 172 is private. For instance, 172.16.0.1 is private, whereas 172.15.255.255 and 172.32.0.0 are public unicast addresses. The calculator validates exact RFC 1918 boundaries.

10. Classful Networking Versus CIDR

Older IPv4 networking terminology divided address space into rigid classes: Class A (/8), Class B (/16), and Class C (/24). The familiar historical examples include 10.0.0.0, 172.16.0.0, and 192.168.1.0.

The calculator includes legacy class shortcuts because they remain useful for training and recognizing common private-network examples. However, modern network engineering is based on CIDR prefix lengths, not rigid classful allocation. RFC 4632 describes CIDR as the classless architecture for IPv4 address assignment and route aggregation. Therefore, 192.168.1.0/26 is properly understood as a 26-bit prefix allocating a 64-address block, rather than merely "a subnetted Class C."

11. Subnet Splitter: Dividing One Network Into Smaller Networks

The Subnet Splitter starts with a parent network and divides it into smaller child networks.

Suppose the parent network is 192.168.1.0/24 and the target prefix is /26.

Borrowed bits: 26 − 24 = 2 bits
Child subnets generated: 2² = 4 subnets
Subnet size: 2^(32 − 26) = 64 total addresses (62 usable hosts)

The four child networks are:

  • Subnet 1: 192.168.1.0/26 (Hosts: 192.168.1.1 – 192.168.1.62, Bcast: 192.168.1.63)
  • Subnet 2: 192.168.1.64/26 (Hosts: 192.168.1.65 – 192.168.1.126, Bcast: 192.168.1.127)
  • Subnet 3: 192.168.1.128/26 (Hosts: 192.168.1.129 – 192.168.1.190, Bcast: 192.168.1.191)
  • Subnet 4: 192.168.1.192/26 (Hosts: 192.168.1.193 – 192.168.1.254, Bcast: 192.168.1.255)

Their ranges are perfectly contiguous and do not overlap. The calculator verifies that each subsequent subnet begins immediately after the preceding subnet's broadcast address.

12. Subnet Planner: Designing a Network From a Host Requirement

The Subnet Planner solves a reverse sizing problem: instead of analyzing an existing prefix, it determines the smallest CIDR block that satisfies a required host count.

For example, suppose a department requires capacity for 50 hosts. Comparing nearby subnet sizes:

  • /27 yields 2⁵ − 2 = 30 traditional usable hosts (insufficient)
  • /26 yields 2⁶ − 2 = 62 traditional usable hosts (sufficient)

Since /27 is too small and /26 provides 62 slots, the smallest suitable subnet is /26. For a base allocation beginning at 192.168.1.0, the planned block is 192.168.1.0/26 with 62 usable host slots. The calculator selects the minimal prefix and aligns the allocation to a valid network boundary.

13. IPv6 Subnetting

IPv6 changes several fundamental assumptions from IPv4. IPv6 addresses contain 128 bits rather than 32. RFC 4291 defines the IPv6 addressing architecture and the 128-bit address model.

For a prefix length P, the number of addresses represented by the prefix is:

Addresses = 2^(128 − P)

For a standard local subnet of 2001:db8::/64, there are:

2^(128 − 64) = 2^64 = 18,446,744,073,709,551,616 addresses

That quantity far exceeds JavaScript's 53-bit integer limit (Number.MAX_SAFE_INTEGER), so the calculator utilizes arbitrary-precision 128-bit BigInt logic for exact address calculations.

14. IPv6 Compression and Canonical Representation

IPv6 addresses are commonly written in compressed form. For example, the fully expanded loopback address:

0000:0000:0000:0000:0000:0000:0000:0001

is canonically compressed to ::1.

RFC 5952 establishes the standard canonical representation for IPv6 addresses: leading zeros within each 16-bit hexadecimal field must be suppressed, and the longest run of consecutive 16-bit zero fields must be replaced with :: (used only once). The calculator supports bidirectional expansion and canonical compression.

15. IPv6 Does Not Use IPv4 Broadcast Semantics

One of the most critical differences between IPv4 and IPv6 is the treatment of broadcast. In IPv4, directed broadcast addresses (such as 192.168.1.255) send packets to all hosts on the subnet.

IPv6 does not use broadcast addresses. Instead, IPv6 relies on multicast groups (such as all-nodes multicast ff02::1) and solicited-node multicast for Neighbor Discovery (NDP), replacing ARP. Therefore, an IPv6 subnet result should never report a broadcast address, and host capacity does not subtract 2 addresses.

16. Route Summarization and CIDR Aggregation

Route summarization (CIDR aggregation or supernetting) consolidates multiple routing entries into a single broader prefix when the address blocks fit a continuous common power-of-two boundary.

Consider four contiguous /24 networks:

10.0.0.0/24
10.0.1.0/24
10.0.2.0/24
10.0.3.0/24

These can be summarized into a single route: 10.0.0.0/22, which spans from 10.0.0.0 through 10.0.3.255 (1,024 addresses). This reduces routing table overhead on enterprise WAN edge routers.

However, aggregation must be applied with care. For non-contiguous routes such as 10.0.0.0/24 and 10.0.2.0/24, a single /23 cannot represent them without also inadvertently covering 10.0.1.0/24. The calculator verifies contiguity and flags broad supernets.

For traffic-capacity planning alongside subnet design, the Bandwidth Calculator can help estimate required network throughput across aggregated links.

17. Network Bits Versus Host Bits

CIDR divides an IPv4 address into two conceptual parts:

  • Network bits: Identify the subnetwork pathway used by routers to forward packets.
  • Host bits: Identify individual device network interface cards (NICs) connected to that subnetwork segment.

For 192.168.1.0/26, there are 26 network bits and 6 host bits, yielding 2⁶ = 64 total addresses and 62 usable hosts. A longer prefix means more network bits and fewer host bits; a shorter prefix means fewer network bits and more host bits.

18. Common Subnetting Mistakes

Subnet calculations frequently fail when engineering assumptions from one addressing model are improperly applied to another:

  • Confusing total addresses with usable hosts: A /26 contains 64 total addresses, but only 62 usable hosts under traditional IPv4 subtraction rules.
  • Applying IPv4 broadcast assumptions to IPv6: IPv6 uses multicast groups rather than directed broadcast.
  • Treating all 172.x.x.x addresses as private: Only 172.16.0.0/12 (172.16.0.0 to 172.31.255.255) is private under RFC 1918.
  • Creating unaligned subnet boundaries: Subnet blocks must align with power-of-two boundaries (e.g. /26 must begin at .0, .64, .128, or .192).
  • Treating /31 like an ordinary subnet: Point-to-point /31 behavior is a special IPv4 case defined by RFC 3021 allowing both endpoints to be utilized.
  • Treating /32 as a multi-host subnet: A /32 specifies an individual single host route.
  • Assuming every route set can be summarized: Non-contiguous routes produce lossy or broad supernets that cover unallocated space.
  • Confusing IPv6 scale: IPv6 address spaces are vast (2⁶⁴ addresses per standard /64 subnet) and do not use traditional IPv4 host subtraction.

19. How to Use the IP Subnet Calculator Efficiently

A reliable subnet engineering workflow follows these steps:

  • For IPv4 calculation: Enter the IP address and CIDR prefix (or select from the bidirectional dotted mask list). Review the network ID, broadcast address, wildcard mask, usable host range, host counts, and binary breakdown.
  • For IPv6 calculation: Enter the IPv6 address and prefix length. Review canonical compression, expanded representation, network block, and exact BigInt address counts.
  • For subnet splitting: Enter base network, base CIDR, and target CIDR. Review generated subnet counts, aligned network boundaries, and host ranges.
  • For host planning: Enter base network and required host count. The planner computes the smallest compatible CIDR prefix.
  • For route summarization: Enter individual network prefixes to determine the common enclosing supernet.

20. When to Use an IP Subnet Calculator

Subnet calculators are essential tools across network administration, security engineering, and cloud architecture:

  • Designing VLAN addressing architectures and IP allocation plans
  • Sizing VPC and virtual network subnets in AWS, Azure, and Google Cloud
  • Splitting private RFC 1918 allocations for multi-branch organizations
  • Determining network and broadcast boundaries for firewall ACL configurations
  • Configuring point-to-point /31 router interconnects
  • Validating IPv6 local /64 assignments and global unicast blocks
  • Preparing for networking certifications (CCNA, CCNP, Network+)

For binary, hexadecimal, and other base-conversion tasks involved in network addressing, the Conversion Calculator can be used alongside subnet calculations. For electrical or infrastructure calculations outside IP addressing, see the Voltage Drop Calculator.

21. IPv4 and IPv6 Should Never Be Treated as the Same Calculation

Although IPv4 and IPv6 both use prefix lengths, their underlying architectures differ fundamentally:

  • IPv4: 32 bits, dotted-decimal notation, directed broadcast, traditional host subtraction.
  • IPv6: 128 bits, hexadecimal groups, multicast neighbor discovery, no broadcast address, vast address spaces.

IPv4 address counts fit within standard 32-bit integer arithmetic. In contrast, IPv6 address spaces (such as 2⁶⁴) exceed 53-bit precision and require arbitrary-precision 128-bit BigInt calculations to guarantee exact numerical outputs.

22. Engineering Perspective: Calculation Versus Deployment

A subnet calculator verifies mathematical and addressing logic. It does not replace operational verification against hardware capabilities, routing protocol convergence, and cloud security group constraints.

Production deployments depend on router operating systems, DHCP scopes, hypervisor virtual switches, and cloud-provider reserved addresses (for instance, AWS reserves the first four and last IP address in every subnet). Always cross-reference logical calculations against your target deployment environment.

23. Technical Disclaimer

This IP Subnet Calculator performs logical IPv4 and IPv6 addressing calculations. Results describe address-space relationships and do not constitute a complete router, firewall, cloud-network or production-network configuration. Special network behaviors can depend on routing implementations, operating systems, cloud platforms and deployment policies. For production changes, verify calculated subnets against your routing design, address-allocation policy and equipment documentation. IPv4 /31 point-to-point behavior should be evaluated according to relevant implementation RFC 3021. IPv6 uses multicast rather than IPv4-style broadcast semantics.

Technical References

  • RFC 1918: Address Allocation for Private Internets — Defines the 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 private address ranges.
  • RFC 3021: Using 31-Bit Prefixes on IPv4 Point-to-Point Links — Defines the allocation of 2-address subnets for point-to-point router links.
  • RFC 4291: IP Version 6 Addressing Architecture — Defines IPv6 128-bit address formats, unicast, anycast, and multicast spaces.
  • RFC 4632: Classless Inter-domain Routing (CIDR): The Internet Address Assignment and Aggregation Plan — Replaced classful networking.
  • RFC 5952: A Recommendation for IPv6 Address Text Representation — Canonical formatting, zero suppression, and compression rules.

Frequently Asked Questions

Engineering questions and answers on IPv4, IPv6, CIDR notation, and subnet allocation.

An IP subnet is a logical subdivision of an IP network. Subnetting uses a prefix length or subnet mask to determine which addresses belong to the same network and which bits identify hosts or interfaces.

An IPv4 subnet mask is a 32-bit value that identifies the network portion of an IPv4 address. For example, 255.255.255.0 corresponds to /24.

CIDR stands for Classless Inter-Domain Routing. CIDR notation writes an IP address followed by a slash and prefix length, such as 192.168.1.0/24. The /24 means that the first 24 bits form the network prefix. CIDR replaced rigid classful allocation as the modern basis for IPv4 prefix representation and aggregation.

For IPv4, perform a bitwise AND between the binary IP address and the subnet mask. For example, 192.168.1.25 AND 255.255.255.0 yields 192.168.1.0.

For traditional IPv4 subnetting, the broadcast address is formed by setting all host bits to 1. This is mathematically achieved by performing a bitwise OR between the network address and the bitwise-inverted subnet mask (wildcard mask). For 192.168.1.0/24, the broadcast address is 192.168.1.255.

A wildcard mask is the bitwise inverse of the IPv4 subnet mask (obtained via NOT Subnet Mask). For 255.255.255.0, the wildcard is 0.0.0.255. Wildcard masks are commonly encountered in routing protocols (like OSPF) and Access Control Lists (ACLs).

A traditional IPv4 /24 has 2^8 = 256 total addresses. Subtracting the network address and directed broadcast address gives 254 traditional usable hosts. Special cases such as /31 point-to-point links must not be calculated with this generic subtraction rule.

A /26 prefix leaves 32 − 26 = 6 host bits, yielding 2^6 = 64 total addresses and traditionally 64 − 2 = 62 usable host addresses.

An IPv4 /31 contains two addresses. RFC 3021 specifies the use of 31-bit prefixes on point-to-point links where both addresses are treated as interface endpoints rather than reserving separate network and broadcast addresses.

A /32 represents a single IPv4 address (0 host bits). It is commonly used for host routes (loopback interfaces) or to specify one exact interface rather than a multi-host network block.

RFC 1918 reserves three address blocks for private networks: 10.0.0.0/8, 172.16.0.0/12 (172.16.0.0 to 172.31.255.255), and 192.168.0.0/16. Not every 172.x.x.x address is private; for instance, 172.15.x.x and 172.32.x.x are public unicast.

IPv6 (Internet Protocol version 6) is the next-generation internet protocol utilizing a 128-bit address space to succeed the exhausted 32-bit IPv4 system. RFC 4291 defines the IPv6 addressing architecture, supporting native security, auto-configuration, and unicast, anycast, and multicast address types.

An IPv6 /64 prefix length is the standard subnet size for local networks. The first 64 bits identify the network routing prefix, and the remaining 128 − 64 = 64 bits identify the interface identifier, containing 2^64 = 18,446,744,073,709,551,616 addresses.

No. IPv6 does not use an IPv4-style broadcast address. Instead, IPv6 uses multicast groups (such as link-local all-nodes multicast) for discovery and packet distribution, preventing broadcast storms.

Calculate borrowed bits: 26 − 24 = 2 bits. The number of subnets created is 2^2 = 4 subnets. For 192.168.1.0/24, the four child networks are 192.168.1.0/26, 192.168.1.64/26, 192.168.1.128/26, and 192.168.1.192/26. Each contains 64 total addresses and 62 usable hosts.

Route summarization (CIDR aggregation or supernetting) combines multiple contiguous, properly aligned subnet routes into a single aggregate prefix. For example, four contiguous /24 networks (10.0.0.0/24 through 10.0.3.0/24) can be summarized as 10.0.0.0/22, minimizing routing table overhead on WAN routers.

RELATED CALCULATORS

Bandwidth Calculator

Estimate network data throughput, download transfer times, and bandwidth capacity requirements for local and WAN infrastructure.

Advanced Binary Calculator & Multi-Base Converter

Perform bitwise AND, OR, XOR, NOT, bit shifts, and conversions between binary, octal, decimal, and hexadecimal notations.