|
C
18 When setting up a frame-relay network between a Cisco router and a non-Cisco router, what encapsulation type should you use? A.) SAP B.) CISCO C.) Q933A D.) IANA E.) IETF F.) Apollo
E
19 In regards to TCP/IP, which class of address allows for the fewest valid Internet hosts? A.) A B.) Classes are not used in TCP/IP. C.) E D.) D E.) C F.) B
E
20. Which of the following are characteristics of UDP? (5 answers) A.) UDP is at the transport layer. B.) UDP is connectionless. C.) UDP is unreliable. D.) UDP is used with TFTP. E.) UDP uses no acknowledgements. F.) UDP is connection oriented.
A B C D E
21 When determining whether or not to route a LAN segment, which rule of thumb do you use? A.) 70/30 B.) 80/20 C.) 60/40 D.) 50/50 E.) 90/10
A The industry standard rule is 80/20, which means 80% local, 20% over the router. However, according to Cisco’s online documentation, the answer is 70/30. This makes sense, considering more and more traffic is starting to go from the desktop to an ulimate destination outside the local are network, such as the Internet.
22. For IPX, what is the DEFAULT Cisco Encapsulation on an Ethernet interface? A.) dix B.) sap C.) gns D.) arpa E.) novell-ether F.) snap
E
23 Which command will display the IPX routing table? A.) show routes protocol=ipx B.) show ipx C.) show ipx route D.) show routes ipx E.) show routes
C
24 Which of the following are examples of the Transport Layer? (2 Answers) A.) TCP B.) Token Ring C.) IP D.) UDP E.) LLC F.) SQL
A D
25 Which command allows a user to see previous commands? (3 answers) A.) show command B.) CTRL-U C.) SHIFT-CTRL-6 D.) CTRL-P E.) show history F.) Up Arrow
D E F
26. You would like to back up an image of the IOS file that is currently on your router. You have a Window 95 machine running a tftp-server program. Assuming that you have network connectivity between the router and the tftp-server, what is the command to backup the IOS to the Windows 95 machine running tftp? A.) write flash B.) copy tftp flash C.) tftp flash: D.) write enable E.) ftp flash: F.) copy flash tftp
F
27 The Internet Protocol (IP) occurs at what layer of the seven layer model? A.) Transport B.) Presentation C.) Physical D.) Datalink E.) Network F.) Session
E IP is a routed protocol that occurs at layer 3. Other layer 3 protocols include IPX, APPLETALK, and DECNET.
28. A user device that connects to a DCE must be which of the following? A.) Demarc B.) CPE C.) DTE D.) CO E.) DCE
C DTE’s are the router side, and receive clocking.DCE’s are the DSU/CSU side, and provide clocking.
29 Which of the following will allow for 14 hosts per subnet on network 200.1.1.0 ? (3 answers) A.) 200.1.1.0 255.255.255.240 B.) 200.1.1.0 with 4 bits of subnetting C.) 200.1.1.0 255.255.255.248 D.) 200.1.1.0 with 5 bits of subnetting E.) 200.1.1.0 /27 F.) 200.1.1.0 /28
A B F There are multiple ways to represent that you need 28 bits of subnetting. Shorthand /28 = 4 bits = 255.255.255.240 decimal. Shortcut: You need 4 bits for the host because 2^4 - 2 = 14 Magic Number Alternate Method ------------------- Magic Numbers are powers of 2. For Example: 2,4,8,16,32,64,128 The number of hosts on a subnet is two less than the magic number. To get 14 hosts, the magic number would need to be 16.
256-magic number = interesting octect of subnet mask 256- 16 =240 So mask is 255.255.255.240
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] 下一页 |