There are a total of 5 faculties and an IT Center in UTeM, therefore our private addressing scheme should consist of at least 6 subnets.
Each subnet will be assigned to a faculty, and each faculty will consist of 500 to 1000 students.
Hence, it is important that the right network class is chosen to ensure that the host address is enough.
Network Class B is chosen for this project because it provides us sufficient host address for school usage.
On the other hand, Network Class C cannot be used, since it can only provide 254 host address.
Network Number: 192.168.0.0 /16
Subnet Mask: 255.255.0.0
By applying the Fixed Length Subnetting Mask (FLSM) method,
Assume x = number of bits borrowed
Number of subnets = (2^x) - 2
6 = (2^x) - 2
x = 3
Therefore, the new subnet mask should be,
In decimal: 255.255.224.0 /19
In binary: 1111 1111.1111 1111.1110 0000.0000 0000
IP table
Result
Subnet 0 will be chosen for Ulearn System Server. The rest will be used by the faculties.
The 5th available address is assigned as the address of the Ulearn System Server as 192.168.0.5 .
Comments
Post a Comment