I have a simple question related with networking, Is it possible to have a mask 255.255.231.0 in IPv4? Why?

有帮助吗?

解决方案

Don't think so. The mask should contain all ones followed by all zeros, and 231 is 1110 0111. So the mask would read 11111111.11111111.11100111.00000000.

The valid values are 254, 252, 248, 240, 224, 192, 128 and 0.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top