Topic: subnetting
The school has the following several departments need to assign the website:
Student dormitory, about 100 or so reserved address
Teaching departments: it takes about 20 or so reserved address
Administrative divisions: about need to set aside 50 or so address
Try for the further distribution based on the above department division of subnet LAN address block (using the router connects two different LAN)
Requirements:
Students of the same topic answer must be different, otherwise regarded as the same work, failed to punish
Complete the design, and complete the table below: - this form, please attach into the documentation
Network address prefix length netmask maximum number minimum host, the largest host, host
Students' dormitory 100
20 teaching department
The administrative department for 50
CodePudding user response:
Dormitory: set aside 100 hostThe network address: 200.100.100.0
The prefix length: 25
Netmask: 255.255.255.128
Most host number: 127
The smallest host number: 200.100.100.1/25
The largest host number: 200.100.100.127/25
Dormitory: reserved 20 host
The network address: 200.100.100.159
The prefix length: 27
Netmask: 255.255.255.224
Host: most 31
The smallest host number: 200.100.100.1/27
The largest host number: 200.100.100.158/27
Administrative divisions: set aside 50 host
The network address: 200.100.100.192
The prefix length: 26
Netmask: 255.255.255.192
Most host number: 63
The smallest host number: 200.100.100.193/24
The largest host number: 200.100.100.254/24
CodePudding user response: