Initial Subnetting • Subnet the 192.168.1.0/24 network into subnets that provide 30 host addresses while "wasting" the fewest addresses. o Record the information for ALL of you new Subnets in the First Subnet Table above. o Number each subnet that you create by providing a value in the "Subnet Number" column • Allocate the fourth subnet for use on the IT Department LAN. o Assign the First network host address in this subnet to the G0/0/0 interface on Town Hall.
To subnet the 192.168.1.0/24 network into subnets that provide 30 host addresses with minimal waste, follow these steps:
To accommodate 30 hosts per subnet, you need a subnet size that allows for at least 32 addresses (considering network and broadcast addresses). The appropriate subnet mask is a /27 (32 - 27 = 5 bits for hosts).
Subnet the original network (192.168.1.0/24) into subnets using the /27 subnet mask. Update the First Subnet Table with the new information.
For example:
Allocate the subnets based on your network design. Assign the fourth subnet (Subnet 4) for use on the IT Department LAN.
Assign the first network host address in Subnet 4 to the G0/0/0 interface on the Town Hall router.
Here is a simplified example of what your First Subnet Table might look like:
Subnet Number | Subnet Name | Subnet Address | Usable Range | Broadcast Address |
---|---|---|---|---|
1 | IT Department LAN | 192.168.1.96/27 | 192.168.1.97 - 192.168.1.126 | 192.168.1.127 |
2 | Subnet 2 | 192.168.1.32/27 | 192.168.1.33 - 192.168.1.62 | 192.168.1.63 |
3 | Subnet 3 | 192.168.1.64/27 | 192.168.1.65 - 192.168.1.94 | 192.168.1.95 |
4 | Subnet 4 | 192.168.1.96/27 | 192.168.1.97 - 192.168.1.126 | 192.168.1.127 |
Answered By