I have an IP address prefix of 192.168.0.0/16 which is available, and I need to allocate two subnets to the space. One subnet gets 128 IP address and the other one gets 256 IP address.
Is my calculation correct?
The first one: 192.168.1.0/ 24 (which is 192.168.1.0~192.168.1.255,
subnet mask = 255.255.255.0)
The second one: 192.168.2.0/ 25 (which is 192.168.2.0 ~
192.168.2.127, subnet mask = 255.255.255.128)
Thanks
Get Answers For Free
Most questions answered within 1 hours.