0
0
Computer Networksknowledge~3 mins

Why Subnetting and subnet masks in Computer Networks? - Purpose & Use Cases

Choose your learning style9 modes available
The Big Idea

What if your entire office network could be neatly organized like a well-labeled phone book, avoiding chaos and confusion?

The Scenario

Imagine you have a big office building with hundreds of employees, and you want to organize their phone lines so calls don't get mixed up or lost. Without a clear system, everyone's calls would get tangled, making communication slow and confusing.

The Problem

Trying to manage all these connections manually means writing down every phone number and who it belongs to, which is slow and full of mistakes. If one number is wrong, calls might go to the wrong person or get lost entirely, causing frustration and delays.

The Solution

Subnetting and subnet masks act like a smart phone directory that automatically groups employees by departments or floors. This system breaks a large network into smaller, manageable parts, making communication faster, clearer, and more secure.

Before vs After
Before
Assign IPs randomly without grouping
Network: 192.168.1.0
Hosts: 192.168.1.1, 192.168.1.2, ... 192.168.1.254
After
Use subnet mask to divide network
Network: 192.168.1.0/24
Subnet 1: 192.168.1.0/26
Subnet 2: 192.168.1.64/26
What It Enables

Subnetting enables efficient use of IP addresses and improves network speed and security by organizing devices into logical groups.

Real Life Example

A company uses subnetting to separate its office network from its guest Wi-Fi, ensuring guests cannot access sensitive company data while still providing internet access.

Key Takeaways

Subnetting breaks large networks into smaller, easier-to-manage parts.

Subnet masks define how the network is divided.

This improves communication speed, security, and organization.