Variable Length Subnet Mask (VLSM)

In previous subnetting lessons here and here all our subnets had a “fixed size”. Each subnet had the same size. For example we took a class C network 192.168.1.0 and divided it 4 blocks:

256 bit block

64 bit blocks

Is this really an efficient way of creating subnets? Let’s say I would have the following requirements:

I have 4 subnets so it’s no problem, but I’m still wasting a lot of IP addresses. If we use a block of 64 for our subnet where I only need 2 IP addresses I’m throwing 62 IP addresses away.

Now you might think why we could care about this because we are using a private network address (192.168.1.0) and we have plenty of space. This is true, but what about the Internet? We don’t want to throw away valuable public IP addresses.

Let’s say I want to subnet my 192.168.1.0 network in the most efficient way, let’s take another look at the requirements I just showed you:

What kind of subnets would we need to fit in these hosts? Let’s see:

Let’s create the subnets. We take our block of “256”:

256 bit block

And chop it into the blocks we just specified:

VLSM Block Sizes

We just saved ourselves some valuable IP addresses, now the next thing to do is answer the following questions:

When using VLSM, make sure you start with the biggest subnet first or you will have overlapping address space.

Let’s answer these questions. We’ll start with the network addresses: