i do not understand how to do this problem in subnetting
12.0.0.0 break up into 25 network
i know that you convert to binary
128 64 32 16 8 4 2 1
0 0 0 1 1 0 0 1
which will give you 5 network bits
you determine the interval by
255.0.0.0 =11111111.00000000.00000000
.11111000.00000000
which will give you an interval of 8
12.0.0.0-12.7.255.255
my question is how do you get the 12.7.255.255 ?
12.8.0.0-