设为首页收藏本站language 语言切换
查看: 3260|回复: 6
收起左侧

[题库发布] 题库V104.4_QUESTION 74 错误

[复制链接]
发表于 2012-2-29 17:30:14 | 显示全部楼层 |阅读模式
本帖最后由 b12dc0c 于 2012-2-29 17:41 编辑
7 {4 z8 h3 y/ j9 G% {: ~0 e% l& _" ~5 I  w. @6 E
QUESTION 74
A national retail chain needs to design an IP addressing scheme to support a nationwide network. The
company needs a minimum of 300 sub-networks and a maximum of 50 host addresses per subnet.Working with
only one Class B address, which of the following subnet masks will support an appropriate addressing scheme?
(Choose two.)

" C- D$ T# q' Q
A. 255.255.255.0             256 subnets   254 hosts

( y2 k9 c8 V* V. D* X& g8 w# @
B. 255.255.255.128           512           126
) b6 l2 v( o* n& N" v
C. 255.255.252.0             64            1022
2 B5 C) r2 T3 i
D. 255.255.255.224           2048          30

4 x; O9 b' J' G. b+ V& J; S" h( A
E. 255.255.255.192           1024          62
# K+ o  [6 q( _) s' \: m
F. 255.255.248.0             32            2046

# U( C3 r. h. p' W/ \4 i  p4 b2 u) c, d. w, L& J: J: v  v. Z
根据题目描述一个B类网络子网划分后满足:最小300个子网,最大50个主机。
我算出了每个选项的结果,添加在后面,结果很直观,只有D选项正确.而题目答案却显示是BE,并且题目要求选择2个答案.

1 m% G; B' D  J5 l/ {4 R- i. j
# c. Z  g5 e& B  C; e) {
我的疑问在题目描述“maximum of 50”,最大50 = 小于或者等于50。
而"minimum of 50",才是最小50,最小50 = 大于或者等于50。
4 e0 F! t) m6 x8 L( w! z

8 T( A$ H, Q; u# c+ {# ]2 w
这是老外的观点:
请看Question 3
注意:Notice: The question asks “The company needs a minimum of 300 sub-networks and a maximum of 50 host addresses per subnet” but this is a typo , you should understand it as “”The company needs a minimum of 300 sub-networks and a minimum of 50 host addresses per subnet”.
红色的typo,他也提到了这是排版错误.

2 b2 G2 s; v: t4 a* D- }
) a' Q9 H" D7 y4 e& @
"maximum of 50 host addresses per subnet"
对于“Host address”,来自维基百科的解释:
Host address
( y2 s9 r2 P5 Y* }2 \
The host address, or the host ID portion of an IP address, is the portion of the address used to identify hosts (any device requiring a Network Interface Card, such as a PC or networked printer) on the network. The network ID, by contrast, is the portion of the address that refers to the network itself.
Example:

, r4 V+ e8 h7 ~5 q
Your local network has an address of 192.168.1.0 /30 (using CIDR notation for this subnet).

+ D; K! y2 K, e+ G
Your network ID is the first 30 bits, in bold below. The host portion is the last two bits. By changing those two bits, you can create the following IP addresses:
. ~# @% O/ {% r: C, x: h6 n/ V
11000000.10101000.00000001.000000 00 (192.168.1.0, the network address)
: Q: S% n# c$ y5 f( R5 A11000000.10101000.00000001.000000 01 (192.168.1.1, the first usable address in the subnet)
- `- k  A; d# x2 ^6 @11000000.10101000.00000001.000000 10 (192.168.1.2, the last usable address in the subnet)
7 o8 A; t9 q; e1 O' E11000000.10101000.00000001.000000 11 (192.168.1.3, the broadcast address for the subnet)
# c0 x: Q# O) C) c
% G7 x8 e6 M% k5 V0 e. A
综上,host address 就是 host ID,是用来识别IP地址中的主机部分,并且是用2进制表示的。如上例中的“00”。
maximum of 50 host addresses per subnet”这句话在逻辑上是有问题的。只能说“maximum of 50 hosts per subnet”

* X3 z- i. }* x2 T) O! K3 l( n$ j* t0 O( H- I) s- C" F) K9 F3 s0 V
结论:
要是这道题完美,必须将“maximum of 50 host addresses per subnet”改成:“minimum of 50 hosts per subnet.

0 z0 L& ]$ g, ^) x6 P, u3 i

$ k' p0 P; J* d

3 H" _0 C! M* S* a7 @
% O* J2 ^3 m% O7 M0 s/ a' c
( W. }- R2 s% e

评分

参与人数 1威望 +1 收起 理由
鸿鹄正规考试报名 + 1 NA技术交流 500人超级群:190906300

查看全部评分

发表于 2012-3-21 03:29:47 | 显示全部楼层
默默等等楼下的回复
沙发 2012-3-21 03:29:47 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-6-7 13:21:35 | 显示全部楼层
本帖最后由 xxygq 于 2012-6-7 13:27 编辑 ' c4 q) V& u. [* O8 j
  b& x$ [6 i% p
可能是楼主英语比较好,,也有可能是题目排版错。( s0 s6 A( E: W! i* a
其他都不讲不管怎么理解 D绝对错的,就算排版是错的,D还是错。。,最大50个主机。 我49台行不行,,你选个D能放得下不???
( C5 _9 `# l- j! T7 b' l. N
: N! G) Z6 q# a是这样理解的。% ^5 D3 a' h/ u* R2 F
这个公司需要300个子网,每个子网最大主机数50台。现在有一个B类地址可供使用,下面哪两个子网掩码支持这个ip计划。  这样的话选BE很正常啊,子网数和主机数都符合要求。。。
, Z6 t5 p; Q; W, w8 ^. d我都没搞清楚楼主在纠结什么...7 W6 W- _* b9 ]0 b
, l7 d2 e  B3 F( {; `1 W! x; @
板凳 2012-6-7 13:21:35 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-7-15 12:46:13 | 显示全部楼层
同意楼上的
地板 2012-7-15 12:46:13 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-8-25 11:55:54 | 显示全部楼层
5# 2012-8-25 11:55:54 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-9-28 14:22:41 | 显示全部楼层
6# 2012-9-28 14:22:41 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2013-9-21 00:23:28 | 显示全部楼层
7# 2013-9-21 00:23:28 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-5-11 14:20 , Processed in 0.127895 second(s), 25 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表