So we have a private network:
172.16.0.0/12
that means:
10101100.00010000.00000000.00000000 (value: 172.16.0.0)
11111111.11110000.00000000.00000000 (subnet mask of /12)
How does that translate to the: 172.16.0.0 -- 172.31.255.255
range? Based on the subnet mask, if I understand it correctly, it should be 172.0.255.255 -- 172.15.255.255
. Where does 31
come from?