Hello, there. Meet Bob, CEO of Grim Technologies. Grim Technologies has had a network consisting of only a few networking devices for the last four years. His company has plans to open five more branches with even more computing devices, which could total up to thousands of devices. This means that Grim Technologies will have a larger network. In order to solve this problem, Bob will have to subnet his large network.
Subnetting is the process of breaking down or splitting a large network into smaller, manageable ones. Grim Technologies may have a Class A, B, or C IP address pool available to them. They will have to take the bits reserved for assigning addresses to a host and make it a Network ID so that they can have more networks.
So, looking at Bob’s situation, why do you think he needs to subnet his network?
How will Bob’s Grim Technologies create these subnets?
Determine the number of required network IDs. This means that you have to identify how many LANs Bob will be creating. You will also have to identify how many WAN connections will be made from connecting the Grim Technologies LANs to each other from different WANs.
Calculate the number of host IDs that will be needed on each of the subnets. Each of the hosts and the router interfaces require an IP address.
Using the requirements above, create the following:
Let’s say Bob has a class C address (192.168.10.0). Let’s subnet this together for Grim Technologies:
The class C address will have:
Refer to the chart below:
Subnet | Subnet ID | Broadcast ID | Valid Host ID range |
---|---|---|---|
1 | 192.168.10.0 | 192.168.10.31 | .1 till .30 |
2 | 192.168.10.32 | 192.168.10.63 | .33 till .62 |
3 | 192.168.10.64 | 192.168.10.95 | .65 till .94 |
4 | 192.168.10.96 | 192.168.10.127 | .97 till .126 |
5 | 192.168.10.128 | 192.168.10.259 | .129 till .258 |
The subnet mask is 255.255.255.224.
Now we have successfully broken down Bob’s Grim Technologies network and have prevented some possible future problems from befalling the organization.