質問

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