Ok, this isn't the first time around but I still can't figure out an efficient way to calculate a subnet range without multiplying the increment till I reach the range.
I.E.
Which subnet does host 192.168.24.204 255.255.255.224 belong to?
Range is 32 bit class C. How do I figure the network where .204 is without multiplying 32 times?
Thank you!