How many Subnets can you create on a Class C address with the subnet mask being 255.255.255.192 the answer i got was wrong and I don't understand where I went wrong please help. Thank you?
192 is equal to 2 bits borrowed 2^2 = 4 the number of subnets and host are 64 because 2 bits borrowed from the 8 bits of a class C network is 6, therfore 2^6 = 64.
255.255.255.0 - in decimal representation 11111111.11111111.11111111.00000000 - binary representation (3 bytes with all the bits equal to 1, the last byte with all the bits equal to 0) /24 - binary...
The default subnet mask for a Class C network is 255.255.255.0. This is sometimes expressed as A.B.C.D/24 where the /24 represents the 24 bits of the subnet mask.