Subnet New
Subnet New
Subnet New
AND NETWORK
ADMINISTRATIO
N
BCA 5TH SEMESTER
MEMBERS
NUPUR PRASAD – BCA1833008
HRIDAY PATGIRI – BCA1833018
RAJ ACHARYA – BCA1833023
TOPIC
VLSM uses more than one mask in the same class network.
In VLSM there is a minimum wastage of IP addresses.
VLSM is preferred to public IP addresses.
FLSM (Fixed Length Subnet Mask)
Difference between FLSM and VLSM is that VLSM divide Network into multiple networks
according to its necessity. In this type of subnetting, you will be given no of required IP addresses
and you have to find the Network Blocks accordingly.
Let’s take the same IP address 198.168.10.0,
This time it is given that I have to configure such a network in such a way that given network able to
provide 50 IP addresses and 20 IP addresses.
3 Simple Steps for Calculating Networks Blocks
Step 1: Calculate host bit.
For the first case it is given 50 IP addresses is required but 1 IP is required for Network address and
another is for Broadcast address. So total requirement is 50+2=52 IP addresses.
For providing that much value we have to compare like this way: if,
From here we can get that 6 Host bit is required,
Host bit = 6
Step 2: Find out Network bit with the help of the given formula
Network bit= (32 – Host bit)
In this case Network bit = 32 – 6 =26
255.255.255.255
- 255.255.255.192
= 0. 0. 0. 63
Host Bit = 5
Step 2: Now, Network Bit= 32 – 5= 27