S
shukku11
Guest
I don't fully understand how IP Address and Subnet mask work together. I am supposed to validate that two IP addresses are not in the same Network. My understanding is if I perform Bitwise AND of IP Address with the Subnet mask, I will basically get Network Address and if for both the IPs network addresses are same then they are basically in the same Network.
Please suggest whether my understanding is correct or not. If Yes, can you please comment, whether the following statement is correct? In my opinion, this is not a right statement.
For instance, 10.10.10.10 and 10.10.10.250 would be overlapping if both subnet masks were 255.255.255.255
Continue reading...
Please suggest whether my understanding is correct or not. If Yes, can you please comment, whether the following statement is correct? In my opinion, this is not a right statement.
For instance, 10.10.10.10 and 10.10.10.250 would be overlapping if both subnet masks were 255.255.255.255
Continue reading...