Computer Systems Servicing: Quarter 3 Self-Learning Module 14 Classbased Subnetting
Computer Systems Servicing: Quarter 3 Self-Learning Module 14 Classbased Subnetting
SERVICING
Quarter 3
Self-Learning Module 14
Classbased Subnetting
After completing this lesson, you should be able to:
1. Identify the default subnet classes of any classbased IP address;
2. Understand the principle and the process on architecting a subnet;
3. Appreciate the importance of subnetting.
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.
CLASS A SUBNET MASK
Decimal 255 0 0 0
Binary 1111 1111 0000 0000 0000 0000 0000 0000
Network Host bits (24)
bits (8)
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.
4. Last usable host address – It is a IP address that is one number below
the broadcast address.
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 Calculation s
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
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:
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.