TVL css11 q3 m18 None
TVL css11 q3 m18 None
Introductory Message
For the facilitator:
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.
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.
DIRECTION: Read the following statement carefully. Choose the best answer by
encircling your answer.
INTRODUCTION
In the early days of the IP protocol, there were only three subnet masks that
could possibly be assigned to a particular workstation. There was a class A, class
B and class C subnet mask. The subnet mask for a class A network is 255.0.0.0.
It also means that there are 8 bits available for the network address and 24 bits
available for hosts on those network. A class B subnet mask is 255.255.0.0 which
means that there are 16 bits available for the network and 16 bits available for the
hosts. Lastly, a class C subnet mask is 255.255.255.0 where there are 24 bits that
are available for networks and 8 bits available for hosts.
SUBNET MASK
CLASS A 255.0.0.0
CLASS B 255.255.0.0
CLASS C 255.255.255.0
When we convert the following subnet mask into binary we can see an
illustration of where the separation between the network address and the host.
Construction of a Subnet
Now let us proceed and start architecting the values that we could use for
devices on a particular IP subnet using these IP addresses and subnet masks.
1. Network Address – This would be the first IP address that belongs to a
particular subnet. You can get this value by taking all of the host bits of
a particular subnet and changing them all to zero.
2. First usable host address – It is an IP address that is one number above
the network address. It is very easy to find the first usable host address
when you know your network address.
3. Broadcast Address – It is the last IP address on a particular IP subnet.
You can get this value by taking all of the host bits of a particular subnet
and changing them all to ones.
Let us know take what we know about the network address, first usable
host address, broadcast address and the last usable host address and do some
calculations using actual IP values.
Subnet Calculations
Let us take the IP address of 10.74.222.11 and assume that we are using
the classbased or classful subnet masks.
IP Address: 10.74.222.11
CLASS A
NETWORK HOST
10 . 74 . 222 . 11
We know that anything that starts with an IP address of 10 falls into class
A subnet range. Therefore, the subnet mask of 10.74.222.11 is 255.0.0.0. Now
that we know the subnet mask, we can now separate the network part of the IP
address and the host part of the IP address.
To find the network address, we set all the host bits to zero. So instead of
74.222.11 we have 0.0.0. Therefore, the network address is 10.0.0.0. To find the
first available host on the subnet, we add one to the value of network address .
Therefore, the first available host address that we could use is 10.0.0.1. To find
the broadcast address, we set all the host bits to ones. In binary representation
the value is 1111 1111. But when we convert this to decimal the value is 255.
Therefore, our broadcast address now is 10.255.255.255. And last, to find the last
available host on the subnet, we subtract one to the value of broadcast address.
Therefore, the last available host address that we could use is 10.255.255.254.
Here is another example for your reference.
IP Address: 172.16.88.200
CLASS B
NETWORK HOST
172 . 16 88 . 200
DIRECTION: Calculate the network address, first usable host address, broadcast
address and the last usable host address of the following IP address. Find the class
and subnet mask.
1.
IP ADDRESS: 191.168.1.4
CLASS:
SUBNET MASK:
NETWORK ADDRESS:
BROADCAST ADDRESS:
2.
IP ADDRESS: 110.1.1.200
CLASS:
SUBNET MASK:
NETWORK ADDRESS:
BROADCAST ADDRESS:
In the early days of the IP protocol, there were only three subnet masks that
could possibly be assigned to a particular workstation. There was a class A, class B
and class C subnet mask. The subnet mask for a class A network is 255.0.0.0. It
also means that there are 8 bits available for the network address and 24 bits
available for hosts on those network.
To find the network address, we set all the host bits to zero. To find the first
available host on the subnet, we add one to the value of network address.
To find the broadcast address, we set all the host bits to ones. And last, to
find the last available host on the subnet, we subtract one to the value of broadcast
address.
DIRECTION: Read the following statement carefully. Write your answer in two to
three sentences each number.
1. List down the difference among class A, class B and Class C subnet mask?
_______________________________________________________________________________
_______________________________________________________________________________
2. Cite a situation in which you can apply the knowledge about classful subnetting.
_______________________________________________________________________________
_______________________________________________________________________________
DIRECTION: Read the following statement carefully. Choose the best answer by
encircling your answer.
REFERENCES
https://www.subnetting.net/Tutorial.aspx
https://www.techopedia.com/definition/28328/subnetting
https://www.professormesser.com/network-plus/n10-007/classful-
subnetting/