CSS11 Q3. Week 6
CSS11 Q3. Week 6
IP SUBNETTING
Part 2
Network address and broadcast address are also known as Network ID and broadcast ID respectively.
Valid host addresses
All addresses between Network address and Broadcast address are known as valid host addresses. Only
valid host addresses can be assigned to the devices in a network. These devices include end user devices such as
computes, laptops, tablets, smartphones, IP phones, servers, printers, terminals, IP camera and networking devices
such switches, routers, firewalls and proxy servers. In short, any device that uses IP protocol for data transferring
needs a valid host address.
Block Size
Block size is the sum of network address, valid host addresses and broadcast address. For example, if in a
network there are 6 valid hosts than block size of that network is 8 (1 network address + 6 valid hosts + 1 broadcast
address).
Power of 2
An IP address is built from the various combinations of IP bits. Understanding how many combinations the
number of bits provides or to get the number of combinations how many bits we need is the second essential step
of Subnetting.
• A combination of all 32 represents a unique IP address.
• A combination of network bits in IP address represents the number of networks or subnets.
• A combination of host bits in IP address represents the number of total hosts.
To know how many combinations the number of bits provides or to get the number of combinations how
many bits are required, we use the power of 2.
For example, to break a single large network in 4 subnets, we need 2 (22 = 4) Subnetting bits. This way if we
have 3 Subnetting bits, we can make 8 (23 = 8) additional networks.
Following table lists the power of 2 till 32.
2X Value 2X Value 2X Value 2X Value
1 2 9 512 17 131072 25 33554432
2 4 10 1024 18 262144 26 67108864
3 8 11 2048 19 524288 27 134217728
4 16 12 4096 20 1048576 28 268435456
5 32 13 8192 21 2097152 29 536870912
6 64 14 16384 22 4194304 30 1073741824
7 128 15 32768 23 8388608 31 2147483648
8 256 16 65536 24 16777216 32 4294967296
X
In 2 the X is the number of bits.
Subnetting Direction
Subnetting always flows in single direction (left to right) without skipping any bit. This simple rule gives
us the exact location of Subnetting bits in an address space. Let’s take an example.
A class C network is subnetted in 4 subnets. Find the number of host bits used in Subnetting and their location in
address space.
To create 4 subnets we need to 2 (22 = 4) Subnetting eligible host bits.
Since in class C network space Subnetting eligible bits starts from 25 and Subnetting always goes from
left to right without skipping any bit, the bits used in this network are 25 and 26.
Slash Notation
It’s a compact representation of Subnet mask. In this notation a slash (/) sign and total number of the on bits in
subnet mask are written with IP address instead of full Subnet mask.
Following table lists some examples of IP addresses with Subnet mask in all three notations.
In Slash notation In binary notation In decimal notation
10.10.10.10/8 00001010.00001010.00001010.00001010 10.10.10.10
11111111.00000000.00000000.00000000 255.0.0.0
172.168.1.1/16 10101100.10101000.00000001.00000001 172.168.1.1
11111111.11111111.00000000.00000000 255.255.0.
192.168.1.1/24 11000000.10101000.00000001.00000001 192.168.1.1
11111111.11111111.11111111.00000000 255.255.255.0
192.168.1.1/28 11000000.10101000.00000001.00000001 192.168.1.1
11111111.11111111.11111111.11110000 255.255.255.240
Type of Subnetting
There are two types of Subnetting Fixed Length Subnet Mask (FLSM) and Variable Length Subnet Mask
(VLSM). In FLSM, all subnets have equal number of host addresses and use same Subnet mask. In VLSM,
subnets have flexible number of host addresses and use different subnet mask.
FLSM is easy in implementation and simple in operation but wastes a lot of IP addresses. VLSM is hard
in implementation and complex in operation but utilizes maximum IP addresses.
Several steps involve in both types of Subnetting. Due to length of this tutorial, I will explain both types
of Subnetting individually in next parts of this article.
That’s all for this part. In next part, we will learn how to perform a FLSM Subnetting step by step in detail
with practical examples. If you have any suggestion or feedback regarding this tutorial, please let me know. If
you like this tutorial, please share it with friends.
LEARNING COMPETENCY
1. Set network configuration
ACTIVITIES
Activity 1
Direction: Write “A” if the statement is Advantage and “D” if it is Disadvantage. Write your answers on the
space provided.
1. The last 2 bits reserved for host portion. = ______
2. Subnetting ads complexity in network. An experienced network administrator is required to manage the
subnetted network. = ______
3. Subnetting allows us to break a single large network in smaller networks. Small networks are easy to
manage. = ______
4. Subnetting reduces network traffic by allowing only the broadcast traffic which is relevant to the subnet.
= ______
5. By reducing unnecessary traffic, Subnetting improves overall performance of the network. = ______
6. By blocking a subnet’ traffic in subnet, Subnetting increases security of the network. = ______
7. Since each subnet uses its own network address and broadcast address, more subnets mean more wastage
of IP addresses. = ______
8. Different subnets need an intermediate device known as router to communicate with each other. = ______
9. Subnetting decreases the total number of IP addresses in the network but may need buying additional
hardware such as a router. So, it may cost lots of money. = ______
10. It cannot correct the lack of efficiency because companies still assign address block regarding to classes.
= ______
REFLECTION
1. Why do we need to use IP Address on networks?
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
REFERENCES
Electronic Resources:
https://www.computernetworkingnotes.com/ccna-study-guide/network-address-basic-concepts-explained-with-
examples.html - Computer Networking Notes
https://www.cisco.com/c/en/us/support/docs/ip/routing-information-protocol-rip/13788-3.html
IP Addressing and Subnetting for New Users