What is Subnetting?

  • Subnetting (sub + network) is the practice of dividing one large IP network into smaller subnets. This lets you match address counts to real needs and avoid unused IPs.

    Illustration of what is subnetting: 192.168.1.0/24 split into four /26 subnets (0–63, 64–127, 128–191, 192–255) with network and broadcast addresses.

    Figure 1 – Subnetting a /24 into four /26 networks.

    For example, if you have 192.168.1.0/24 (256 addresses), subnetting lets you split it into four /26 subnets, each with 64 addresses.

    In this lesson, you’ll see why subnetting was created. First, we’ll look at how IPv4 addressing worked before subnetting and the problems it caused. Then, as you progress through the pathway, you’ll learn how to subnet step by step.

    Answer the question below