I have a problem with determining the correct number of available IP addresses per private IP address range for an AWS VPC for example.
Given that AWS allows assigning a range starting from a /16 block, I have the following available ranges. Given the fact they take 4 addresses away from me, this leaves me with the following ranges:
10.0.0.4 - 10.0.255.254
172.16.0.4 - 172.16.255.254
192.168.0.4 - 192.168.255.254
According to all calculators available on the internet, I get the same amount of IP addresses (65331). Nevertheless I've seen numerous recommendations to choose 10.0.0.0 as the address range, as it provides the highest number of IP addresses. Can somebody clarify this?
Thank you very much