08-14-2019 10:24 PM
Hi all,
I am having some issues figuring this question out and I simply can't see where am I going wrong.
What methodology would you use to tackle it ?
Question: Which of the following options are examples of VLSM?
Correct answer: A C D
From my point of view, the most confusing part is why C is correct, yet B is not. Why can't we turn 192.168.1.0 into 192.168.1.8,16,24 etc yet we can turn 172.16.1.0 into 172.16.1.64,128 etc ?
Solved! Go to Solution.
08-14-2019 11:06 PM - edited 08-14-2019 11:15 PM
Hi @adriansilivestru ,
VLSM is a technique for subnetting already subnetted networks.
Options B and E are networks that have not yet been subnetted, so they are not examples of VLSM already executed.
Check this disscusion of the community:
Regards
08-14-2019 11:06 PM - edited 08-14-2019 11:15 PM
Hi @adriansilivestru ,
VLSM is a technique for subnetting already subnetted networks.
Options B and E are networks that have not yet been subnetted, so they are not examples of VLSM already executed.
Check this disscusion of the community:
Regards
08-20-2024 09:12 AM
This goes back to the days of classful networking. A class A network by default has a /8, and the private range was 10.0.0.0 /8, Class B default was a /16, the private range is172.16.0.0 /12, and a Class C default is /24 and 192.168.0.0 /16 was the private range. B falls int eh classful default mask, and therefore anything beyond that in this case is subnetting, not VLSM. Same for E, it is subnetting. The others have already been subnetted beyond their classful defaults, and though we are technically just subnetting again, I suppose that is why Cisco calls this VLSM, since it has been done more than once. I know VLSM and subnetting like the back of my hand, and this question was confusing, but when I applied my classful knowledge to it, the answers followed suit.
08-20-2024 10:41 AM
Possibly the earlier replies in this and the other referenced thread, do not make clear what VLSM is.
First, we must understand subnetting is subdividing a "natural" classful (Class A implied /8, Class B implied /16 and Class C implied /24) network into subnets. (BTW, supernetting combines natural networks.) Classful networks do not need an explicit network mask, because the address, itself, implies the mask. Subnets of a classful network do need an explicit network mask. (Classless networks all need explicit network masks, and there are, technically, no subnets [or supernets]).
10.0.0.0 is a natural (private Class A) network, so 10.0.0.0/(9..31) is a subnet of it. While 192.168.0.0 is a natural (private Class C), so 192.168.0.0(25..31) is a subnet of it. (192.168.0.0/23 is an example of a supernet of 192.168.0.0 and 192.168.1.0.)
When you subnet a natural network, you can define subnets, all the same size or using the same mask, this is known as FLSM (fixed length subnet mask). An example of FLSM for 192.168.0.0 would be 192.168.0.0/25 and 192.168.0.128/25.
Or, when you subnet a natural network, you can define subnets, of different sizes or using different masks, this is know as VLSM (variable length subnet mask). An example of VLSM for 192.168.0.0 would be 192.168.0.0/26, 192.168.0.64/26 and 192.168.0.128/25.
It's been discussed, that subnetting a subnet is VLSM. Yes and no. In the above VLSM the first /25 was "subnetted" into two /26s, but this is an example of FLSM, if we "subnet" the second /25: 192.168.0.0/26, 192.168.0.64/26, 192.168.0.128/26 and 192.168.0.192/26
The last example looks like the two /25s were subnetted, but actually the original natural (/24) was subnetted into equal size subnets, four /26s
So, subnetting a subnet, isn't the real difference between FLSM and VLSM. You need to determine whether all the natural network's subnets are the same sizes or whether they are variable sizes.
In the OP question, all answers with "and subnetting it to multiple /##s". If that done to a natural network, then it's FLSM. If done to an unnatural network, with an implication it doesn't apply to the parent natural network, it's VLSM.
Consider, in my 192.168.0.0 example, if we subnet the natural 192.168.0.0/24 and all the subnets are the same size, its FLSM, but if we subnet 192.168.0.0/25 into whatever, without stating the same happens to 192.168.0.128/25, it implies we're doing VLSM, but actually, it's unclear what the status is of 192.168.0.128/25 address space. Perhaps we just haven't bothered to state how it will be subdivided. If it too is split into /26s, we have FLSM, if other than two /26s, we have VLSM.
To be really precise, the way the question is worded, with the information that's present, we can only really, truly say, answers B and E are examples of FLSM, while A, C and D may be example of VLSM, but they might not be too.
To summarize:
If ALL the subnets of a (natural/classful) network are the same size, it's FLSM. Otherwise, if ANY the subnets of a (natural/classful) network are different sizes, it's VLSM.
If we're doing classless networking, there's no subnetworks, per se, but we commonly still call breaking one address range into smaller address ranges, subnetting. So, 192.168.0.0/25 might be called a subnet of 192.168.0.0/24 (or 192.168.0.0/23 or 192.168.0.0/22 or . . . 192.168.0.0/16), or just the network 192.168.0.0/25.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide