11.9 pass 607[战报]
说几道题遇到的题. QUESTION NO: 12 Switches have three primary modes to handle frame switching. Which two statements about the store and forward switching method are true? (Choose two) A. Latency remains constant regardless of frame size. B. Latency through the switch varies with frame length. C. The switch receives the complete frame before beginning to forward it. D. The switch checks the destination address as soon as it receives the header and begins forwarding the frame immediately. Answer B, C. QUESTION NO: 23 What is the correct order of PDUs in data encapsulation? A. Data, Frame, Packet, Segment, Bit B. Data, Frame, Segment, Packet, Bit C. Data, Packet, Frame, Segment, Bit D. Data, Packet, Segment, Frame, Bit E. Data, Segment, Frame, Packet, Bit F. Data, Segment, Packet, Frame, Bit Answer: F QUESTION NO: 24 If you take a dotted-decimal class A IP address such as 10.0.0.1 and convert the first octet to binary. Which of the following is the correct bit pattern for the first octet? A. 0xxxxxxx B. 10xxxxxx C. 110xxxxx D. 1110xxxx E. 11110xxx Answer: A QUESTION NO: 26 Which two statements are valid? (Choose two.) A. Full-duplex Ethernet consists of a shared broadcast domain, while half-duplex Ethernet consists of a private broadcast domain. B. Full-duplex Ethernet is collision free, while half-duplex Ethernet is subject to collisions. C. Full-duplex Ethernet provides higher throughput than half-duplex Ethernet of the same bandwidth. D. Full-duplex Ethernet provides lower throughput than half-duplex Ethernet of the same bandwidth. E. Full-duplex Ethernet consists of a shared cable segment while half-duplex Ethernet provides a point-topoint link. Answer: B, C QUESTION NO: 46 Cisco supports three different LMI types for Frame Relay. Which of the following are the type LMI types? (Choose three.) A. IETF B. Q931 C. Q933A D. IEEE E. CISCO F. ANSI Answer: C, E, and F QUESTION NO: 48 To perform password recovery on a Cisco router you have to modify which of the following? (Choose two.) A. Nvram B. Configuration register C. Boot flash D. Cmos E. Flash Answer: A, B QUESTION NO: 49 You just purchased a brand new Cisco 2621 router. By default when the router boots which search sequence does it use to locate the IOS software? A. Flash, TFTP server, ROM B. NVRAM, TFTP server, ROM C. ROM, Flash, TFTP server D. ROM, NVRAM, TFTP server Answer: A QUESTION NO: 51 Which of the following are true about connection-oriented network servers? (Choose two.) A. Non-reliable B. Reliable C. Less bandwidth-intensive D. Handshaking Answer: B, D(如果是connectless 选AC) QUESTION NO: 52 You have been hired as a consultant to troubleshoot the company’s network. You issue the debug ip rip command to troubleshooting the rip network. You notice your Ethernet interface 10.1.0.0 shuts down. Which update message is seen in your routers debug ip rip output regarding that network? A. Subnet 10.1.0.0, metric 0 B. Subnet 10.1.0.0, metric 1 C. Subnet 10.1.0.0, metric 15 D. Subnet 10.1.0.0, metric 16 Answer: D QUESTION NO: 72 Frame relay has a feature that prevents PVCs from shutting down from lack of activity. What is the name of this feature? A. DLCI B. BECN C. FECN D. LMI E. CIR F. De Answer: D QUESTION NO: 88 Using a protocol analyzer you determine your LAN traffic is experiencing congestion. What could be some possible causes for a congested network? (Choose four.) A. Too many hosts in a broadcast domain. B. Full Duplex operation. C. Broadcast storms. D. Multicasting. E. Segmentation. F. Low bandwidth. Answer: A, C, D, F QUESTION NO: 133 You have a direct serial link to an adjacent router. You do not have connectivity, and when you run the show running-config the output says that the serial interface is shutdown. You issue the command: show interface s0 What will the output include? A. Serial 0 is up, line protocol is down. B. Serial 0 is down, line protocol is down. C. Serial 0 is down, line protocol is up. D. Serial is administratively down, line protocol is down. E. Serial 0 is administratively down, line protocol is up. F. Serial 0 is administratively up, line protocol is down. Answer: B 还有关于算IP的,及几道VLAN,和几道access-list的只要看TK就行了. 填空: 1.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. Answer:255.255.254.0 2.Using a class C network address your company needs 5 subnets with at least 18 hosts per subnet. What would the subnet mask be for this network? Answer: 255.255.255.224 实验步骤: 1. config term intface e0 ip address 192.168.71.17 255.255.255.240 no shutdown intface s0 ip address 192.168.71.33 255.255.255.240(掩码不要大意) clock rate 64000(56000) no shushutdown ^Z copy run start show ip protocol(看看是否配上) 2. show run config term router rip network 192.168.11.0 network 192.168.8.0 ^Z copy run start show ip route(查看路由表)
|