Protocols, Lesson 6: IP subnetting - The basic concepts

Learn the basics of IP subnetting.

What is subnetting?

When we subnet a network, we basically split it into smaller networks. For example, when a set of IP addresses is given to a company, the company might want to "break" (the correct term is "partition") that one network into smaller ones, one for each department. This way, the technical department and management department can each have a small network of their own. By subnetting the network, we can partition it to as many smaller networks as we need. This also helps reduce traffic and hides the complexity of the network.

By default, all type of classes (A, B and C) have a subnet mask; we call it the default subnet mask. You need to have one because:

1) All computers need the subnet mask field filled when configuring IP

2) You need to set some logical boundaries in your network

3) You should at least enter the default subnet mask for the class you're using

In the previous pages I spoke about IP classes, network IDs and host IDs. The subnet mask is what determines the network ID and host ID portion of an IP address.

The table below shows clearly the subnet mask that applies for each network class.


When dealing with subnet masks in the real world, we are free in most cases to use any type of subnet mask in order to meet our needs. If, for example, we require one network which can contain up to 254 computers, then a class C network with its default subnet mask will do fine. If we need more, then we might consider a class B network with its default subnet mask.

Note that the default subnet masks have been set by the IEEE committee, the same guys that set and approve the different standards and protocols.

We will have a closer look at this later on and see how we can achieve a class C network with more than 254 hosts.

Understanding the concept

Let's stop here for one moment and have a look at what I mean by partitioning one network into smaller ones by using different subnet masks.

The picture below shows our example network (192.168.0.0). All computers here have been configured with the default class C subnet mask (255.255.255.0):


Because of the subnet mask we used, all these computers are part of the one network marked in blue. This also means that any one of these hosts (computers, router and server) can communicate with each other.

If we now wanted to partition this network into smaller segments, then we would need to change the subnet mask appropriately so we can get the desired result. Let's say we needed to change the subnet mask from 255.255.255.0 to 255.255.255.224 on each configured host.

The picture below shows us how the computers will see the network once the subnet mask has changed:


In reality, we have just created eight networks from the one large (blue) network we had, but I am keeping things simple for now and showing only two of these smaller networks because I want you to understand the concept of subnetting and see how important the subnet mask is.

In the following pages we'll analyze in great depth the way subnetting works and how to calculate it. It is very important that you understand the concepts introduced in this section, so make sure you do, before continuing!

Return to the introduction or continue to Lesson 7.



Click over to Firewall.cx for more articles like this one. You don't have to register or jump through any hoops. All you do is get the networking information you want. Copyright 2004 Firewall.cx.

Dig Deeper on Network infrastructure

Unified Communications
Mobile Computing
Data Center
ITChannel
Close