What is
Variable Length Subnet Mask (VLSM)? – Definition
The
term variable-length subnet mask (VLSM) refers to the fact that a network can configure with
different subnet
mask. The basic idea
behind VLSM is to offer more flexibility by dividing a network into multiple
subnets while optimizing the allocation of varying amounts of host space
between subnets. Without VLSM, only one subnet mask can apply to an entire
network. It would restrict the number of hosts given the number of subnets
required. If you select the subnet mask so that it has enough
subnets, you might not be able to assign enough host numbers in each subnet.
The same is true for hosts; A mask that allows enough hosts may not provide
enough subnet space. VLSM provides the ability to assign subnets with varying
numbers of hosts, allowing the network administrator to use the address space
better.
Suppose,
for example, that you are assigned a class C network 192.214.11.0 and that you
need to divide it into 3 subnets. One subnet requires 100 host numbers, and the
other 2 require 50 host numbers each. Ignoring the limits of the two network
ends (0, network number, and 255, direct broadcast address), theoretically, you
have 256 host numbers available, from 192.214.11.0 to 192.214.11.255. As we
will see, the desired subnetting cannot be carried out without VLSM.
0 Comments