本帖最后由 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' QA. 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( AE. 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 qYour local network has an address of 192.168.1.0 /30 (using CIDR notation for this subnet).
+ D; K! y2 K, e+ GYour 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
|