PDA

View Full Version : cần mọi người trả lời giúp



phieudu
24-08-2003, 10:45 PM
có một số câu hỏi mà em ko trả lời được xin mọi người trả lời giúp và giải thích tại sao.xin cảm ơn

QUESTION NO: 83
One of the best ways to understand how to build a network is to understand the method in which traffic
is passed across the network. One of the reasons the OSI model was created to help you understand how
a network operates. Which three devices operate at all seven layers of the OSI model? (Choose three.)
A. Network host
B. Network management station
C. Transceiver
D. Bridge
E. Web server
F. Switch


DDR(Dial on demand routing)


QUESTION NO: 155
The network 131.107.0.0 needs to be divided into subnets where each subnet has the capacity of 458 IP
addresses. What would be the correct subnet mask to accomplish this division keeping the number of
subnets at the maximum?
Type the correct value in each box below.

Leading the way in IT testing and certification tools, www.********.com
- 116 -
QUESTION NO: 158
Exhibit:
RouterTK#show ip route
Codes: C-connected,s-static,I-IGRP,R-RIP,M-Mobile,B-BGP
D-EIGRP,EIGRP external, O-OSPF,IA-OSPF inter area,
EI-OSPF external type 1,E2-OSPF external type 2, E-EGP,
i-IS-IS,L1-IS-IS level-1,L2-IS-IS level-2,*-candidate default,
U-per-user static route
Gateway of last resort is not set
R 192.168.8.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial0
C 192.168.9.0/24 is directly connected, Serial 1
R 192.168.10.0/24 [120/7] via 192.168.9.1, 00:00:02, Serial1
R 192.168.11.0/24 [120/7] via 192.168.9.1, 00:00:03, Serial1
C 192.168.1.0/24 is directly connected, Ethernet0
C 192.168.2.0/24 is directly connected, Serial0
R 192.168.3.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial0
R 192.168.4.0/24 [120/15] via 192.168.2.2, 00:00:10, Serial0
R 192.168.5.0/24 [120/15] via 192.168.2.2, 00:00:10, Serial0
R 192.168.6.0/24 [120/15] via 192.168.2.2, 00:00:10, Serial0
R 192.168.7.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial0
640 - 607
Based on the output of the show ip route command which route will not be entered into a neighbor RIP
router?
A. R 192.168.3.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial0
B. R 192.168.11.0/24 [120/7] via 192.168.9.1, 00:00:03, Serial1
C. C 192.168.1.0/24 is directly connected, Ethernet0
D. R 192.168.5.0/24 [120/15] via 192.168.2.2, 00:00:10, Serial0

Leading the way in IT testing and certification tools, www.********.com
- 143 -
QUESTION NO: 198
Exhibit
TestK#show access-list
Extended IP access list 135
deny tcp any 131.107.0.0 0.0.255.255
eq 53
deny tcp any any eq telnet
TestK#show ip interface e0
Ethernet0 is up, line protocol is up
Internet address is 172.17.9.60/24
Broad address is 255.255.255.255
Address determined by setup command
MTU is 1500 bytes
Helper address is not set
Directed broadcast forwarding is enabled
Outgoing access list is 135
Inbound access list is not set
Proxy ARP is enabled
Security level is default
Split horizon is enabled
Rest of configuration omitted.
640 - 607
You have created an Extended IP access list. Now you apply the access list to Ethernet 0.
What is the result of this action?
A. Only e-mail and telnet access will be permitted out of Ethernet 0.
B. All hosts on the 172.30.24.64 network will be permitted e-mail and telnet access.
C. All TCP protocols will be permitted out of Ethernet 0 except e-mail and telnet.
D. All IP traffic out of Ethernet 0 will be denied.
E. The access-list is numbered incorrectly and will fail.


QUESTION NO: 223
Which of the following correctly describe IP addressing? (Choose Two)
A. IP multicast addresses start with 240.
B. A host portion of all 1’s indicates a network broadcast.
C. The value of zero (0) in the host portion means “all hosts” on the network.
D. IP addresses are four octets long and contain a network portion and a host portion.



QUESTION NO: 303
Which one of the following is not a characteristic of a network segment on a transparent switch?
A. The segment has its own collision domain.
B. The segment can translate from one media to a different media.
C. All devices in the segment are part of the same broadcast domain.
D. One device per segment can currently send frames to the switch.

lyslysus
25-08-2003, 08:29 AM
QUESTION NO: 83
A. Network host
B. Network management station
E. Web server

Transceiver: chi hoat dong o tang 1 OSI
Bridge va Switch: Hoạt động ở tầng 2 (OSI)

QUESTION NO: 155
255.255.254.0

Mượn bảy bit tại octet thứ 3 như vậy số host tối đa là 2^8-2=510 (host)
số subnet mask tối đa là 2^7-2=126 (subnet)

marsupilami
25-08-2003, 08:34 AM
Hi phieudu

Q83: a,b,e(network host, network management station, web server)
Các thiết bị còn lại chỉ làm việc từ lớp 2 trở xuống.

Q155: 255.255.254.0 với subnet này thì bạn còn 9 bits cho phần host, 2^9 - 2 = 510 host/subnet.

Q158: d(120.168.5.0/24 [120/15]) vì metric đã đạt tới số tối đa đối với RIP là 15, nếu đưa qua router khác, thì nó lên tới 16 (unreachable)

Q198: d(deny all ip traffic), vì cuối ACL luôn có 1 implicit deny all(deny ip any any)

Q223: b,d cái này mình nghĩ coi kỹ lại lý thuyết thì trả lời đưọc thôi

Q303: b vì các câu còn lại đều đúng. Switch chỉ làm việc trên 1 loại media

Ủa mà U đang làm ******** phải không, phía dưới mỗi câu hỏi đều có câu trả lời, và giải thích mà(tuy có vài câu sai)

velvetyrose
25-08-2003, 06:06 PM
Xin chào marsupilami ,
******** ! ******** ! ******** ! Nhiều, nhiều người lắm lắm ( hì hì , trong đó cũng mình ) đang luyện và học trên ******** đó ! Nếu marsupilami và các bạn khác có kiến thức vững, đọc và sure ******** sai ở đâu và sai như thế nào thì nói cho mọi người biết đi !
Mà nói cụ thể câu hỏi luôn nghen vì ******** có nhiều Version mà !
Thanks nhiều !

-----------------------------------------
Tiền bối , Giúp hậu bối với !!!

phieudu
25-08-2003, 09:31 PM
cảm ơn mọi người đã trả lời, trong ******** có trả lời đôi khi một số câu mình ko hiểu bây giờ thì mình đã hiểu tuy nhiên về câu 83 mình vẫn chưa hiểu lắm.Chúng ta sẽ xem lại câu này nhá
Which three devices operate at all seven layers of the OSI model
(ba thiết bị nào hoạt động tại tất cả bảy lớp của mô hình OSI) Vậy thì bạn nào cho biết Network host ,Network management station ,Web server hoạt động ở tất cả 7 lớp của mô hình OSI nhu thế nào. Xin cam on

ccnahanoi
25-08-2003, 11:09 PM
Q83 :

Bạn lấy mô hình OSI ra và thử phân tích xem nào : đối chiếu từng chức năng của từng tầng với Network host.... thì đúng thế. Bắt đầu từ một ứng dụng chạy xuống các chức năng khác cho tới tận tầng physical. Một số thiết bị khác như router chỉ là thiết bị lớp 3 là vì thế.