2. Subnetting Calculation
In this section, you are expecting to show the calculation on how to identify the IP address that was assigned for the OnlineLearning System Server based on the information given in the project scenario. Explain the concept and show the calculation to identify the IP address.
Total Subnet = 8 Faculty + 1 IT Center
= 9 Subnet
So we will use Subnet Class A
Figure 1: Class A Subnet List
As shown in figure 1, the nearest is we can use /12 because the number of subnets is 16.
Based on the formula 2^n = Total Subnets
Therefore 2^4 = 16
So we will borrow n=4 bits from the host and the useable host address is 16-2 = 14.
The subnet will be 10.0.0.0/12 subnet mask will be 255.240.0.0 because 1111 0000 = 240
Figure 2
Comments
Post a Comment