我想要一个可以写入 IP 地址并赋予其子网掩码的程序,并让其将网络划分为 C 级网络。
谢谢。
请提供一些我可以下载的东西,而不是网站。
答案1
答案2
http://www.subnet-calculator.com/cidr.php非常好。
此外,现在不再有网络类别,因此 C 类网络是一个过时的术语。您需要将其划分为更小的 /24 子网。
答案3
你看过Solarwinds 子网计算器?
Google 还会向您推荐很多在线计算器。
答案4
我写了一个程序,你给出一个起始网络和掩码,然后告诉它每个网络的主机数和新方案中的网络数。
假设您从 172.16.0.0 /12 开始,并告诉它您想要 10 个网络和 254 个主机。以下是结果。
Network Net Broadcast CIDR Mask UsableHosts
172.16.0.0 172.23.255.255 13 255.248.0.0 524,286 AVL isPrivate
172.24.0.0 172.27.255.255 14 255.252.0.0 262,142 AVL isPrivate
172.28.0.0 172.29.255.255 15 255.254.0.0 131,070 AVL isPrivate
172.30.0.0 172.30.255.255 16 255.255.0.0 65,534 AVL isPrivate
172.31.0.0 172.31.127.255 17 255.255.128.0 32,766 AVL isPrivate
172.31.128.0 172.31.191.255 18 255.255.192.0 16,382 AVL isPrivate
172.31.192.0 172.31.223.255 19 255.255.224.0 8,190 AVL isPrivate
172.31.224.0 172.31.239.255 20 255.255.240.0 4,094 AVL isPrivate
172.31.240.0 172.31.243.255 22 255.255.252.0 1,022 AVL isPrivate
172.31.244.0 172.31.245.255 23 255.255.254.0 510 AVL isPrivate
172.31.246.0 172.31.246.255 24 255.255.255.0 254 REQ 252 isPrivate
172.31.247.0 172.31.247.255 24 255.255.255.0 254 REQ 252 isPrivate
172.31.248.0 172.31.248.255 24 255.255.255.0 254 REQ 252 isPrivate
172.31.249.0 172.31.249.255 24 255.255.255.0 254 REQ 252 isPrivate
172.31.250.0 172.31.250.255 24 255.255.255.0 254 REQ 252 isPrivate
172.31.251.0 172.31.251.255 24 255.255.255.0 254 REQ 252 isPrivate
172.31.252.0 172.31.252.255 24 255.255.255.0 254 REQ 252 isPrivate
172.31.253.0 172.31.253.255 24 255.255.255.0 254 REQ 252 isPrivate
172.31.254.0 172.31.254.255 24 255.255.255.0 254 REQ 252 isPrivate
172.31.255.0 172.31.255.255 24 255.255.255.0 254 REQ 252 isPrivate