大门|大门-CS-2015(第三组)|问题48

在网络200.10.11.144/27中,可以分配给主机的网络最后一个IP地址的第四个八位字节(十进制)为________ (A) 158 (B) 255 (C) 222 (D) 223 答复: (A) 说明:

null
The last or fourth octet of network address is 144 
144 in binary is 10010000.

The first three bits of this octal are fixed as 100, 
the remaining bits can get maximum value as 11111.  
So the maximum possible last octal IP address is 
10011111 which is 159.

The question seems to by asking about host address. The
address with all 1s in host part is broadcast address 
and can't be assigned to a host. So the maximum possible 
last octal in a host IP is 10011110 which is 158.

The maximum possible network address that can be assigned 
is 200.10.11.158/31 which has last octet as 158.

这个问题的小测验

© 版权声明
THE END
喜欢就支持一下吧
点赞15 分享