The /20 supernet parameter specifies that 20 of the IP address will be constant and the rest will vary. The binary version of the initial address is
11010100.01100100.11000000.00000000
The first 20 bits of the highest address must be the same as the initial address, and the rest of the address bits can vary. Show the varying bits as the opposite end of the range (all ones instead of all zeros):
11010100.01100100.11001111.11111111
The address range is 212.100.192.0 to 212.100.207.255. |