Lab - Subnetting Network Topologies
Lab - Subnetting Network Topologies
b. How many bits should you borrow to create the required number of subnets?
192.168.10.0/24 has a default subnet mask of 255.255.255.0 => 8 host bits
are available
We have 2n ≥ required subnets so to create at least 2 subnets, we need to
borrow at least 1 bit from the host portion. (21 = 2)
c. How many usable host addresses per subnet are in this addressing scheme?
The number of host addresses per subnet:
2(8 – 1) – 2 = 128 − 2 = 126
d. What is the new subnet mask in dotted decimal format?
The new subnet mask for /25 is 255.255.255.128.
b. How many bits should you borrow to create the required number of subnets?
192.168.10.0/24 has a default subnet mask of 255.255.255.0 => 8 host bits
are available
We have 2n ≥ required subnets so to create at least 3 subnets, we need to
borrow at least 3 bit from the host portion. (23 = 8 > 6)
c. How many usable host addresses per subnet are in this addressing scheme?
The number of host addresses per subnet:
2(8 – 3) – 2 = 32 − 2 = 30
b. Fill in the following table with the IP addresses and subnet masks for
devices in the LAN as displayed in topology.
Part 5: Network Topology E
b. How many bits should you borrow to create the required number of subnets?
We have 2n ≥ required subnets so to create at least 9 subnets, we need to
borrow at least 4 bit from the host portion. (24 = 16 > 9)
c. How many usable host addresses per subnet are in this addressing scheme?
The number of host addresses per subnet:
2(8 – 3) – 2 = 16 − 2 = 14