Lab 6.1 - Calculating Subnets
This lab will help you to understand how to calculate subnet addresses given an IP address and subnet mask.
Generate a table consisting of the IP address, the subnet mask (in binary format), the network address, the broadcast address, the number of hosts and the subnet range for the following :
- 192.168.10.15/24
- 10.0.5.200/16
- 172.16.45.12/20
- 192.168.200.100/26
- 172.31.255.254/12
- 203.0.113.5/27
- 198.51.100.45/22
- 192.0.2.250/28
- 10.10.10.10/30
- 8.8.8.8/32
- 203.123.45.67/18
- 172.20.30.100/19
- 192.168.50.25/23
- 10.50.75.100/8
- 150.100.200.250/25
Use the Subnet Calculator here to check your work when you are done.