Find the number of addresses in a range if the first address is 146.102.29.0 and last address is 146.102.32.255.
Find the number of addresses in a range if the first address is 146.102.29.0 and last address is 146.102.32.255. Correct Answer 1024
Subtract the first address from the last address in base 256. The result = 0.0.3.255 Therefore, number of addresses = (3 X 256 + 255) + 1 = 1024.