CSIS296-Lab5-Sol (2)
CSIS296-Lab5-Sol (2)
Subnet the network, in order to create the network in the figure below.
How many hosts do this support? 25-2 = 30. This meets the requirement.
Note: we used in each subnet the same number of available host addresses but in most cases,
having the same subnet mask ends up wasting address space. NetA, NetC and NetD have a lot of
unused host addresses space.
It is possible that this was a deliberate design accounting for future growth, but in many cases this
just wasted address space due to the fact the same subnet mask is being used for all the subnets.
Variable Length Subnet Masks (VLSM) allows you to use different masks for each subnet. It
simply means subnetting a subnet.
1
CSIS296-Lab5-Solution
Problem 2: For a Given IP Address and Subnet Mask, Determine Subnet Information
Host IP Address 172.25.114.250
Network Mask 255.255.0.0 (/16)
Subnet Mask 255.255.255.192 (/26)
b. Determine the network address (or subnet) in Binary where this host address belongs
Network 10101100.00011001.01110010.11000000
Address
Decimal 172.25.114.192
c. Determine which bits in the IP address contain network information and which contain
host information.
Network Prefix 10101100.00011001.01110010.11
Host 111010
d. Determine the broadcast address in Binary and decimal format on this subnet.
Broadcast Address Binary 10101100.00011001.01110010.11111111