Lab 3: Variable Length Subnet Mask (VLSM) - Sub-subnetting for IP Address Optimization, Study notes of Network Analysis

An explanation of Variable Length Subnet Masking (VLSM) and its application in optimizing IP address distribution. VLSM, also known as sub-subnetting, allows for the creation of smaller subnets within a larger subnet. examples of VLSM implementation and solutions.

Typology: Study notes

2021/2022

Uploaded on 07/05/2022

allan.dev
allan.dev 🇦🇺

4.5

(86)

1K documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
[Type the company name]
1
Lab 3: VLSM
What is VLSM?
Variable Length Subnet Mask, VLSM is simply subnetting a subnet.
VLSM can be thought of as sub-subnetting.
We use VLSM to optimize IP addresses distribution
Why should we use it ?
Assume we have 4 group of users with: 1, 8, 16, and 4 with normal
subnets how many unused IP will we have?
Assume 5 groups: 2, 3, 4, 17, and 40!!
How to imagine it!
Remember from last lab that subnets blocks are of fixed size (thanks to
the power of 2!!) see this:
For class C:
1 bit for subnetting 7 bits for hosts : block size of 128
2 bit for subnetting 6 bits for hosts : block size of 64
3 bit for subnetting 5 bits for hosts : block size of 32
4 bit for subnetting 4 bits for hosts : block size of 16
5 bit for subnetting 3 bits for hosts : block size of 8
6 bit for subnetting 2 bits for hosts : block size of 4
Since we have we have 256 host, we can divide
Them to 2 subnets of 128, 128 assume we take
One of them and divide it to 2 subnets of size
64, 64 and so on!!
pf3
pf4
pf5

Partial preview of the text

Download Lab 3: Variable Length Subnet Mask (VLSM) - Sub-subnetting for IP Address Optimization and more Study notes Network Analysis in PDF only on Docsity!

What is VLSM?

Variable Length Subnet Mask, VLSM is simply subnetting a subnet. VLSM can be thought of as sub-subnetting.

We use VLSM to optimize IP addresses distribution

Why should we use it?

Assume we have 4 group of users with: 1, 8, 16, and 4 with normal subnets how many unused IP will we have?

Assume 5 groups: 2, 3, 4, 17, and 40!!

How to imagine it!

Remember from last lab that subnets blocks are of fixed size (thanks to the power of 2!!) see this:

For class C:

1 bit for subnetting 7 bits for hosts : block size of 128 2 bit for subnetting 6 bits for hosts : block size of 64 3 bit for subnetting 5 bits for hosts : block size of 32

4 bit for subnetting 4 bits for hosts : block size of 16 5 bit for subnetting 3 bits for hosts : block size of 8

6 bit for subnetting 2 bits for hosts : block size of 4

Since we have we have 256 host, we can divide Them to 2 subnets of 128, 128 assume we take

One of them and divide it to 2 subnets of size 64, 64 and so on!!

Examples (Net-IP : 192.168.10.0)

`

1: Convert to blocks

2: check if sum is less than 256 (for class C) 3: recommended: start with the bigger one

32

8

(^4 )

4

4

16

32 Net C: 192.168.10.0/ SIDR: 5bit host 3 nets =24+3=

Net B: 192.168.10.32/ SIDR: 5bit host 3 nets =24+3=

Net A: 192.168.10.64/

Net D: 192.168.10.80/

E : 192.168.10.88/ Same for F G H

For report:

Given the following topologies with a network address of 192.168.1.0/24, Perform a classless subnetting (VLSM) and show the results

  1. Main network 192.168.10.

A: 60 hosts

D: 31 hosts

B: 15 hosts C: 6 hosts

  1. Main network 192.168.10.0 >>> ;-)

3

90 23

60

5

13

6

14