Appendix C. IP Addresses and Ranges Format

An IP address is made of 4 numbers separated by dots as in aaa.bbb.ccc.ddd, each number ranges from 0 to 255.

An IP address range must conform to one of the following forms:

Example C-1. CIDR Notation Example:

220.78.168.0/21 represents IP addresses between 220.78.168.0 and 220.78.175.255. Actually, 220.78.168.0 in binary is 11011100 01001110 10101000 00000000. So 220.78.168.0/21 includes all the IP addresses which 21 first bits are 11011100 01001110 10101. Therefore, it represents the range 220.78.168.0-220.78.175.255 (in binary 11011100 01001110 10101000 00000000 - 11011100 01001110 10101111 11111111.)