Certainly! Here are some hands-on subnetting exercises along with their solutions:
Exercise 1: Subnetting a Network
Given the network address 192.168.10.0/24, subnet it into smaller subnets with the following requirements: - Subnet 1: 4 subnets with at least 10 hosts each - Subnet 2: 2 subnets with at least 25 hosts each - Subnet 3: 1 subnet with at least 50 hosts
Solution:
1. Subnet 1:
2. Subnet 2:
3. Subnet 3:
Exercise 2: Valid Host Ranges
For Subnet 1 (from Exercise 1), calculate the valid host range.
Solution:
- Subnet 1 has a subnet address of 192.168.10.0 and a broadcast address of 192.168.10.15 (based on the subnet mask /28). - Valid host range: 192.168.10.1 to 192.168.10.14
Exercise 3: Number of Subnets
Given the network address 10.10.0.0/16, subnet it to accommodate at least 5 subnets, each with 50 hosts.
Solution:
1. Calculate the number of bits needed for the subnet portion:
2. Calculate the number of bits available for hosts:
3. Calculate the number of hosts per subnet:
Thus, subnetting the network address 10.10.0.0/16 into /19 subnets would provide at least 5 subnets, each with 8190 hosts.
These exercises provide practical experience in subnetting networks, calculating subnet masks, determining valid host ranges, and designing subnets to meet specific requirements. You can practice more exercises using different network addresses and subnetting requirements to improve your subnetting skills.