I have an IP addresses 192.168.2.0 and a subnet 192.168.1.0/10
And I have two questions. (1) Is 192.168.1.0/10 legal? As the 9th least significant bit is not 0.
And if (1) is true, does 192.168.2.0 belongs to this subnet? According to the definition, I first calculate 192.168.2.0 & 255.255.252.0. The result is 192.168.0.0, which is not equal to 192.168.1.0. However, the first 22 bits of the two addresses are the same. It is confusing...