๐ What is Subnetting? (With Easy Examples)
If you're just getting started in networking, subnetting might seem intimidating at first โ but it's actually a powerful and essential concept that helps organize and secure networks.
๐ง What is Subnetting?
Subnetting is the process of dividing a large network into smaller, more manageable sub-networks called subnets.
Think of it like breaking one big room into several smaller rooms to control access, manage space, and reduce congestion.
๐ Why Use Subnetting?
- โ Efficient use of IP addresses
- ๐ Improved network security
- ๐ Reduced network congestion
- ๐ Easier network troubleshooting and management
๐ Basic Subnetting Example
You have a network: 192.168.1.0/24
This gives you 256 IP addresses (from 192.168.1.0 to 192.168.1.255).
Now letโs say you want to create 4 smaller subnets.
Using subnetting /26
, you can create 4 subnets:
192.168.1.0 โ 192.168.1.63
192.168.1.64 โ 192.168.1.127
192.168.1.128 โ 192.168.1.191
192.168.1.192 โ 192.168.1.255
Each subnet has:
- 64 total addresses
- 62 usable host addresses (excluding network and broadcast)
Top comments (0)