To create a route summarised address and subnet mask for the following addresses:
- 192.168.204.0/24
- 192.168.205.0/24
- 192.168.206.0/24
- 192.168.207.0/24
- 192.168.208.0/24
First I will write out the binary form of the addresses up to and including the changing octet. 11000000.10101000.11001100
11000000.10101000.11001101
11000000.10101000.11001110
11000000.10101000.11001111
11000000.10101000.11010000
From the list, I counted from the left how many bits are the same in each address, as can be seen the first 19 bits for each address are the same so that gives us the subnet mask in slash notation. So the summarised address and subnet mask is 192.168.204.0/19.
Would this be correct?
