TVL CSS11 Q4 M4
TVL CSS11 Q4 M4
TVL CSS11 Q4 M4
In addition to the material in the main text, you will also see this box
in the body of the module:
As a facilitator you are expected to orient the learners on how to use this
module. You also need to keep track of the learners' progress while allowing them
to manage their own learning. Moreover, you are expected to encourage and assist
the learners as they do the tasks included in the module.
For the learner:
This module was designed to provide you with fun and meaningful
opportunities for guided and independent learning at your own pace and
time. You will be enabled to process the contents of the learning material
while being an active learner.
Expectation – This points to the set of knowledge and skills that you will
learn after completing the module.
Pretest – This measures your prior knowledge about the lesson at hand.
Recap – This part of the module provides a review of concepts and skills
that you already know about a previous lesson.
Posttest – This measures how much you have learned from the entire
module.
After completing this lesson, you should be able to:
1. Define classless inter domain routing;
2. Apply the method in subnetting according to network requirement;
3. Appreciate the importance of classless inter domain
routing.
DIRECTION: Read the following statement carefully. Write true if the statement is
correct and false if the statement is incorrect. Write your answer on the space
provided for each number.
__________1. CIDR was only a temporary solution to extend the number of addresses.
available for the ever-growing population of computer network before.
But now it has been active for over 20 years even with the arrival of IPv6
addresses which provides a much bigger space for IP addressing.
__________2. To reduce the wastage of IP addresses in a block, we use subnetting.
__________3. The original subnet mask of the given 172.16.28.1 is 255.255.255.0 or
/24.
__________4. The number of bits when there are 50 networks requirement in
subnetting an address of 172.16.28.50 is 6.
__________5. The increment is the binary value of the last 1 to the left of our new
subnet mask.
• On our last module, we have learned that CIDR stands for Classless Inner
Domain Routing
• We calculate the number of networks and host using the following formulas.
In CIDR notation, this class C subnet mask would be /24, since the first 24
bits determine the network component of the IP address. It is possible not only to
fill octets completely with ones or zeros, but also to create more flexible subnets
using VLSM or Variable Length Subnet Mask. For example, the mask /25
corresponds to the binary value 11111111 11111111 11111111 10000000, which
in turn (in dot-decimal notation) corresponds to 255.255.255.128.
Classless Addressing
To reduce the wastage of IP addresses in a block, we use subnetting. What
we do is that we use the host bits as network bits of a classful IP address. We give
the IP address and define the number of bits for mask along with it like
192.168.1.1/28. Here, subnet mask is found by putting the given number of bits
out of 32 as 1, like, in the given address, we need to put 28 out of 32 bits as 1 and
the rest as 0, and so, the subnet mask would be 255.255.255.240.
128 64 32 16 8 4 2 1
0 0 0 0 1 0 1 0
Now, to get the number of bits, we need to omit all the leading zeros and
count what remains.
128 64 32 16 8 4 2 1
0 0 0 0 1 0 1 0
Therefore, we have 4 bits.
Now, to get the new subnet mask, just add the number of bits we have a
while ago which is 4.
Then convert it back to decimal form. Therefore we have the new subnet
mask which is 255.255.255.240 or /28.
Get increment
Using the binary form of our new subnet mask 255.255.255.240 or /28, we
are going to get the increment. The increment is the binary value of the last 1 to
the left of our new subnet mask.
Whatever the value of that 1 will be our increment when converted. So, in
our case, we will now get the value of that 1.
128 64 32 16 8 4 2 1
1 1 1 1 0 0 0 0
Therefore, our increment is 16.
192.168.1.0 192.168.1.80
192.168.1.16 192.168.1.96
192.168.1.32 192.168.1.112
192.168.1.48 192.168.1.128
192.168.1.64 192.168.1.144
192.168.1.0 192.168.1.128
192.168.1.16 192.168.1.144
192.168.1.32 192.168.1.160
192.168.1.48 192.168.1.176
192.168.1.64 192.168.1.192
192.168.1.80 192.168.1.208
192.168.1.96 192.168.1.224
192.168.1.112 192.168.1.240
It is very easy to count the actual subnetworks when that range is small.
Therefore, when the range is too large to be written down on a paper and to be
counted, you may use the formula for the actual subnetworks below.
Actual Net = 24
Actual Net = 16
DIRECTION: Read the following statement carefully. Write your answer in two to
three sentences each number.
2. Cite a situation in which you can apply the knowledge about subnetting.
_______________________________________________________________________________
_______________________________________________________________________________
_______________________________________________________________________________
DIRECTION: Read the following statement carefully. Write true if the statement is
correct and false if the statement is incorrect. Write your answer on the space
provided for each number.
__________1. CIDR was only a temporary solution to extend the number of addresses.
available for the ever-growing population of computer network before.
But now it has been active for over 20 years even with the arrival of IPv6
addresses which provides a much bigger space for IP addressing.
__________2. To reduce the wastage of IP addresses in a block, we use subnetting.
__________3. The original subnet mask of the given 172.16.28.1 is 255.255.255.0 or
/24.
__________4. The number of bits when there are 50 networks requirement in
subnetting an address of 172.16.28.50 is 6.
__________5. The increment is the binary value of the last 1 to the left of our new
subnet mask.
REFERENCES
https://www.keycdn.com/support/what-is-cidr
https://www.ionos.com/digitalguide/server/know-how/cidr-classless-
inter-domain-routing/
https://courses.mnet-it.com/learn/home/MasterCCNASubnetting/
section/76820/ lesson/395490