For subnetting an IP, we use two approaches:
FLSM and VLSM refer to how IP address space is allocated within each organization.
Note: To read about IP addressing and subnetting, click here.
Fixed-length subnet mask (FLSM) is a subnet deployment strategy in which a block of IP addresses is split into several subnets of identical length. It is also known as classful subnetting.
The following topology divides the network into two identical subnets comprising the following:
Although fixed-length subnetting assists in efficiently utilizing the IP addresses, this architecture can be improved using VLSM.
Variable-length subnet mask (VLSM) refers to a strategy that allows all the subnetworks to have variable sizes. Network administrators can use VLSM subnetting to divide an IP address space into subnets of various lengths and assign them based on the needs of the network. It is also called classless subnetting.
The following network design is divided into two subnets but of variable sizes. The sole purpose is to waste fewer IPs, thus improving network speed and performance.
The differences between FLSM and VLSM are as follows:
Attributes | FLSM | VLSM |
Sub-net size | Equal | Variable |
Sub-net mask | Same | Different |
Number of Hosts | Equal | Variable |
Configuration | Easy and simple | Complex |
IP addresses wastage | More | Less |
Efficiency | Less | More |
Routing Protocols | Supports classful and classless | Supports classless |
Applications | Suitable for private IP addresses | Suitable for public IP addresses |
Free Resources