Hi,
Someone ask me to calculate the correct number of usable address given a specific subnet for Azure. Here is what I know thus far:
"Azure reserves some IP addresses within each subnet. The first and last IP addresses of the subnets are reserved for protocol conformance, along with 3 more addresses used for Azure services"
Base on the above premise, what would be the usable address for the below subnets?:
- Subnet1: 10.0.0/27 (32)
- Subnet2: 10.0.32/29 (8)
My guest is that Subnet1 would result in 27 and Subnet2 would result in 3. Is this a correct assumption?