Você está na página 1de 68

skip to main | skip to sidebar

Dunia Komputer
Senin, 25 Mei 2009
CCNA2 FINAL VERSI 3 1 What are some reasons to change the configuration register setting? (Choose two.) to force the system to ignore the configuration file stored in NVRAM to monitor password changes to change the POST sequence to force the router to boot the IOS from NVRAM to force the system into ROM monitor mode 2 Given the output shown in the exhibit, in what order and location will the router search for the IOS if no boot system commands are found in the startup-config file? ROM, Flash, TFTP server Flash, NVRAM, RAM ROM, TFTP server, Flash RAM, Flash, NVRAM Flash, TFTP server, ROM 3 Which statements are true regarding setup mode? (Choose three.) Press Ctrl-z to terminate setup mode. Enter a question mark (?) for help at any point. Press Spacebar to accept the default settings. Use setup mode to enter complex protocol features. Press Enter to accept the default settings. Press Ctrl-c to abort configuration dialog. 4 What are two possible reasons for this result? (Choose two.) The startup-config file was not saved to RAM before reboot. The IOS has been erased. The router has not been configured. The startup-config file cannot be located. The router will not enter initial configuration dialog. 5 A new technician must add boot system commands to one of the department routers. Which available commands will the router return as output when the command shown below is entered? (Choose two.) Router(config)# boot system ? RAM NVRAM IOS IP Address TFTP FLASH 6 Router A and Router B have been correctly configured to use RIP as a dynamic routing protocol and all intefaces on Router A and Router B are reporting "interface is up, line protocol is up" status. RIP is then configured on Router C using the following commands:

RouterC(config)# router rip RouterC(config-router)# network 192.168.4.0 RouterC(config-router)# network 172.16.0.0 If no additional routing is configured on Router A, Router B, and Router C, what will be the result? Networks 192.168.12.0/24, 192.168.4.0/24, and 172.16.0.0/16 will be unreachable from Router A. Router A will have no knowledge of network 192.168.12.0/24, but will have routes to networks 192.168.4.0/24 and 172.16.0.0/16. All networks shown in the graphic will be reachable by Router A, Router B, and Router C. Networks 192.168.4.0/24 and 172.16.0.0/16 will be unreachable from Router A and Router B. 7 The Suffolk router is directly connected to the networks shown in the graphic and has a default route that points to the Richmond router. All interfaces are active and properly addressed. However, when the workstation on network 172.29.5.0/24 sends a packet to destination address 172.29.198.5, it is discarded by the Suffolk router. What can be a reason for this result? The ip classless command is not enabled on the Richmond router. The route was ignored if the Richmond router did not include the 172.29.198.0/24 network in its routing updates. The Richmond router is in a different autonomous system than the Suffolk router. The ip subnet-zero command was not configured on the Suffolk router. The ip classless command is not enabled on the Suffolk router. 8 A network administrator has enabled RIP on routers B and C in the network diagram. Which of the following commands will prevent RIP updates from being sent to Router A? A(config)# router rip A(config-router)# passive-interface S0/0 B(config)# router rip B(config-router)# network 192.168.25.48 B(config-router)# network 192.168.25.64 A(config)# router rip A(config-router)# no network 192.168.25.32 B(config)# router rip B(config-router)# passive-interface S0/0 A(config)# no router rip 9 Which router component stores the information that is displayed by the show running-config command? flash NVRAM RAM ROM 10 If a PC does not have network connectivity to a router, which router port can be used to establish communication? console Ethernet

serial VTY 11 What information can be learned during the initial router bootup? (Choose two.) the configuration register value the number and types of interfaces installed the router model and the amount of memory that is available the amount of memory required to load the IOS and configuration the number of interfaces with connected cables 12 Which devices can be used to convert the data from a WAN router at the customer site into a form acceptable for use by the WAN service provider? (Choose three.) Ethernet switch DTE modem hub DCE device CSU/DSU 13 What are the primary functions of a router? (Choose two.) determine the best path for packets prevent collisions on the network LAN regulate flow control between sender and receiver provide domain name resolution forward packets to the appropriate interface 14 Which of the following are correct statements verified by the router output shown in the graphic? (Choose two.) Layer 3 connectivity exists between BigCity and the devices in the Device ID column. Layer 2 connectivity exists between BigCity and the devices in the Device ID column. All devices shown in the Device ID column use the TCP/IP protocol suite. All devices shown in the Device ID column can be pinged from BigCity. All devices listed in the Device ID column are directly connected to BigCity. 15 What are the results of setting the boot field bits in the configuration register to "0000"? (Choose two.) The startup-config file will be ignored at bootup. The router will load the IOS from Flash. The router will enter ROM monitor mode upon reload. The router will enter boot ROM mode and have limited capabilities. The administrator can enter the b command to manually boot the IOS. 16 What can a network administrator do to recover from a lost router password? perform a reload or reset telnet from another router and issue the show running-config command to view the password boot the router to ROM monitor mode and configure the router to ignore NVRAM when it initializes boot the router to bootROM mode and enter the b command to load the IOS manually 17 Which router components and operations are correctly described? (Choose two.) RAM - stores the ARP cache NVRAM - store the operating system ROM - stores the backup IOS

POST - verifies the validity of the running-config Flash - executes diagnostics at bootup DRAM - loads the bootstrap 18 Which of the following commands will correctly configure an extended ACL? (Choose two). Router(config)# access-list 18 permit tcp host 192.168.73.3 eq 25 Router(config)# access-list 102 permit tcp 10.43.0.0 0.0.255.255 any eq 80 Router(config)# access-list 187 permit tcp host 192.168.42.34 172.29.0.0 0.0.255.255 eq 23 Router(config)# access-list 99 permit host 10.217.32.3 Router(config)# access-list 128 permit tcp host 192.168.100.31 eq 23 19 The following access list has been created to prevent traffic from the 192.0.2.63 host on the Sales LAN from accessing servers and hosts on the Payroll LAN. access-list 26 deny host 192.0.2.63 access-list 26 permit any Refer to the exhibit. Which group of commands will properly place the access list so that only the host on the Sales LAN is denied access to the 172.29.7.0 network but all other traffic is permitted? Payroll(config)# interface fa0/0 Payroll(config-if)# ip access-group 26 out Payroll(config)# interface fa0/1 Payroll(config-if)# ip access-group 26 out Sales(config)# interface fa0/1 Sales(config-if)# ip access-group 26 in Sales(config)# interface fa0/0 Sales(config-if)# ip access-group 26 out 20 Refer to the graphic. Communication is needed between the LAN connected to the fa0/0 interface of the Kansas router and the fa0/0 interface of the Maine router. All hosts on those LANs also need connectivity to the Internet. Which commands will allow this communication? (Choose three). Kansas(config)# ip route 192.168.6.0 255.255.255.0 172.18.64.2 Kansas(config)# ip route 192.168.6.0 255.255.255.0 s0/1 Kansas(config)# ip route 0.0.0.0 0.0.0.0 s0/1 Maine(config)# ip route 192.168.6.0 255.255.255.0 172.18.64.1 Maine(config)# ip route 0.0.0.0 0.0.0.0 s0/1 Maine(config)# ip route 172.16.32.0 255.255.255.0 172.18.64.2 21 A network administrator must configure a FastEthernet interface with an IP address. The configuration must also identify the remote site to which the interface is connected. Which set of commands will meet these requirements? StPetersburg(config)# banner San Jose T1 StPetersburg(config)# interface fa0/0 StPetersburg(config-if)# ip address 172.26.155.5 255.255.255.252 StPetersburg(config)# interface fa0/0 StPetersburg(config-if)# ip address 172.26.155.5 netmask 255.255.255.252 StPetersburg(config-if)# description San Jose T1

StPetersburg(config)# interface fa0/0 StPetersburg(config-if)# ip address 172.26.155.5 255.255.255.252 StPetersburg(config-if)# banner remote site San Jose T1 StPetersburg(config)# interface fa0/0 StPetersburg(config-if)# ip address 172.26.155.5 255.255.255.252 StPetersburg(config-if)# description San Jose T1 22 A network administrator issues the erase startup-config command on a configured router with the configuration register set to 0x2102 and observes the following output: Erasing the nvram filesystem will remove all files! Continue? [Confirm] [OK] Erase of nvram: complete If the router unexpectedly loses power after this sequence, what will occur when power is restored? The router will enter ROM monitor mode upon completion of the power-on self test (POST). The router will load the last known valid configuration file. The router will enter Rx-boot mode. The router will prompt the user to enter setup mode or to continue without entering setup mode. 23 The main router of XYZ company has enough flash and RAM to store multiple IOS images. An administrator wants to upload a second IOS image from a TFTP server to the flash of the router. Which method will accomplish this task? Paste the IOS filename to the command line of the router while in global configuration mode. Press enter. Then issue the copy tftp flash command. Use the setup utility to load the new image to flash. Copy the IOS image file from a TFTP server using the command copy filename ip address flash . Copy the IOS image file from a TFTP server using the command copy tftp flash. When prompted, provide the IP address or name of the TFTP server and the IOS image filename. 24 What facts can be determined from the highlighted text shown in the exhibit? (Choose two.) A weak encryption was applied to all unencrypted passwords. The enable password is now more secure than the enable secret password. An MD5 hashing algorithm was used on all encrypted passwords. Any configured user EXEC mode or Telnet passwords will be encrypted in this configuration. The service password-encryption command was used to encrypt all passwords on the router including enable secret. 25 What are the features of a serial interface on a router? (Choose two.) enabled by default assigned a unique MAC address must be configured as a DCE in lab and production environments must be configured with the default clock rate of 56000 may be administratively enabled by using the no shutdown command must be configured with a valid IP address and subnet mask in order to forward packets 26 What are two recommended uses of login banners? (Choose two.) to display security warning messages to welcome any user to the router to warn people about misusing privileged EXEC mode

to identify circuits and other devices connected to the router to announce a scheduled system shutdown 27 While planning an IOS upgrade, the administrator issues the show version command. Based on the output in the graphic, what is the current IOS boot location? RAM NVRAM Flash ROM 28 Why are interface descriptions used in router configurations? (Choose three). to enable support personnel to easily identify networks and customers that may be affected by a possible interface issue to provide comments on the interface without affecting the router functionality to display access warning messages before users enter the interface configuration mode to eliminate the need to use IP addresses when using the ping and telnet commands to identify the purpose and location of the interface 29 What are two characteristics of the support for Telnet within Cisco IOS software? (Choose two.) Up to five separate Telnet lines are supported by default in standard edition IOS files. For security purposes, Telnet sessions are required to be established from the privileged mode. A router can host simultaneous Telnet sessions. Once established, a Telnet session can remain operational regardless of network status. Telnet tests wireless connectivity and does not require a physical connection between devices to gain remote access. 30 Neither router in the exhibit has a host table or DNS available. The interfaces and passwords have been correctly configured. Which of the following commands will initiate a Telnet session? (Choose two.) Tottenham# telnet Oxford Tottenham> telnet 198.18.139.1 Oxford# connect 198.18.139.0 Oxford> connect Tottenham Oxford# telnet Tottenham Oxford# 198.18.139.2 31 From the running-config, the following configuration entries are displayed: Router(config)# line vty 0 2 Router(config-line)# password g8k33pr Router(config-line)# login What can be interpreted from the exhibited configuration? (Choose two.) Three Telnet lines are available for remote access. Two Telnet lines are available for remote access. Future configuration of the remaining Telnet lines will require the password to be set to g8k33pr. To login to the remote device, g8k33pr will be used as the Telnet and secret password. Remote access to this local router will require a Telnet password of g8k33pr. 32 Assuming the following ACL is correctly applied to a router interface, what can be concluded about this set of commands? (Choose two.)

Router(config)# access-list 165 deny tcp 192.28.115.0 0.0.0.255 172.20.0.0 0.0.255.255 eq 23 Router(config)# access-list 165 permit ip any any This is a standard IP access list that denies network 192.28.115.0 Telnet access to the 172.20.0.0 network. All Telnet traffic destined for 172.20.0.0 from any network will be denied access. Network 192.28.115.0 is denied Telnet access to the 172.20.0.0 network. Network 172.20.0.0 is denied Telnet access to the 192.28.115.0 network. All FTP and HTTP traffic destined for 172.20.0.0 will be permitted access. 33 What can be concluded from the output shown in the exhibit? (Choose three.) This is a standard IP access list. This is an extended IP access list. The keyword host is implied in the command line access-list 99 deny 10.213.177.76. The wildcard mask must be configured for this access list to function properly. Host 10.213.177.100 will be allowed access to the Serial0/1 interface. 34 access-list 199 deny tcp 178.15.0.0 0.0.255.255 any eq 23 access-list 199 permit ip any any Assuming this ACL is correctly applied to a router interface, which statements describe traffic on the network? (Choose two.) All FTP traffic from network 178.15.0.0 will be permitted. All Telnet traffic destined for network 178.15.0.0 will be denied. Telnet and FTP will be permitted from all hosts on network 178.15.0.0 to any destination. Telnet will not be permitted from any hosts on network 178.15.0.0 to any destination. Telnet will not be permitted to any host on network 178.15.0.0 from any destination. 35 Hosts from the Limerick LAN are not allowed access to the Shannon LAN but should be able to access the Internet. Which set of commands will create a standard ACL that will apply to traffic on the Shannon router interface Fa0/0 implementing this security? access-list 42 deny 172.19.123.0 0.0.0.255 192.0.2.0 0.0.0.255 access-list 42 permit any access-list 56 deny 172.19.123.0 0.0.0.255 access-list 56 permit any access-list 61 deny 172.19.123.0 0.0.0.0 access-list 61 permit any access-list 87 deny ip any 192.0.2.0 0.0.0.255 access-list 87 permit ip any 36 Refer to the exhibit. Router D interface S0 on has gone down. What is the maximum time that will elapse before Router A learns that network 168.58.14.0 is down? 5 seconds 13 seconds 17 seconds 25 seconds 30 seconds 77 seconds

37 Refer to the graphic. Which series of commands will create static routes that will allow Router A and Router B to deliver packets destined for LAN A and LAN B, and direct all other traffic to the Internet? RouterA(config)# ip route 10.90.3.0 255.255.255.0 192.168.3.2 RouterB(config)# ip route 192.168.2.0 255.255.255.0 192.168.3.1 RouterB(config)# ip route 0.0.0.0 0.0.0.0 s0/0 RouterA(config)# ip route 10.90.3.0 255.255.255.0 192.168.3.2 RouterA(config)# ip route 0.0.0.0 0.0.0.0 192.168.3.2 RouterB(config)# ip route 192.168.2.0 255.255.255.0 192.168.3.1 RouterA(config)# ip route 0.0.0.0 0.0.0.0 192.168.3.2 RouterB(config)# ip route 192.168.2.0 255.255.255.0 192.168.3.1 RouterB(config)# ip route 172.20.20.4 255.255.255.252 s0/0 RouterA(config)# ip route 0.0.0.0 0.0.0.0 192.168.3.2 RouterB(config)# ip route 192.168.2.0 255.255.255.0 192.168.3.1 RouterB(config)# ip route 0.0.0.0 0.0.0.0 s0/0 38 Refer to the exhibit. The new security policy for the company allows all IP traffic from the Engineering LAN to the Internet while only web traffic from the Marketing LAN is allowed to the Internet. Which ACL can be applied in the outbound direction of Serial 0/1 on the Marketing router to implement the new security policy? access-list 197 permit ip 192.0.2.0 0.0.0.255 any access-list 197 permit ip 198.18.112.0 0.0.0.255 any eq www access-list 165 permit ip 192.0.2.0 0.0.0.255 any access-list 165 permit tcp 198.18.112.0 0.0.0.255 any eq www access-list 165 permit ip any any access-list 137 permit ip 192.0.2.0 0.0.0.255 any access-list 137 permit tcp 198.18.112.0 0.0.0.255 any eq www access-list 89 permit 192.0.2.0 0.0.0.255 any access-list 89 permit tcp 198.18.112.0 0.0.0.255 any eq www 39 What will occur when the following ACL is applied inbound to both FastEthernet interfaces of Router A in the graphic? access-list 125 permit tcp 192.168.2.0 0.0.0.255 10.90.3.0 0.0.0.255 eq 23 access-list 125 permit tcp 10.90.3.0 0.0.0.255 192.168.2.0 0.0.0.255 eq 23 access-list 125 permit tcp 192.168.2.0 0.0.0.255 any eq www Workstations A and B will be able to Telnet to each other. Workstation A will be allowed to access Web servers on the Internet, while Workstation B will be denied Internet Web access. Workstations A and B will be able to Telnet to each other. All other traffic will be denied. The ACL will have no effect because it should be applied in the outbound direction on the FastEthernet interfaces. The ACL will deny all traffic because of the implied deny ip any any statement at the end of the ACL. 40 What are two possible reasons a router would not load a valid IOS from flash? (Choose two.) The configuration register is set to 0x2142. The first boot system command executed in the startup configuration file is boot system rom. The configuration register is set to 0x2100.

The boot field is set to the hexadecimal number 2. The startup configuration file is missing or corrupt. 41 A network administrator has a console connection to the Fremantle router. Pings to Melville are successful, but pings to Cottesloe and Nedlands fail. What could be a first step in troubleshooting the problem? Use an extended ping from Fremantle to each router in the network. Use the show interfaces command from a Telnet session on Melville to check the connection to Cottesloe. Use the traceroute command to discover exactly which link in the network is down. Use the show cdp neighbors detail command from Fremantle to gather information about all Cisco routers in the network. 42 What are three features of CDP? (Choose three.) provides information on directly connected devices that have CDP enabled tests Layer 2 connectivity enabled by default on each interface provides a layer of security used for debugging Layer 4 connectivity issues 43 Which two steps describe how to create a functional physical connection between a router console and a terminal? (Choose two.) Use a crossover cable to connect the terminal serial port to the router console port. Use a rollover cable to connect the terminal NIC to the router console port. Use an RJ-45 to DB-9 adapter on the terminal serial port to connect to the cable going to the router console. Use a transceiver to connect a straight-through cable to the router console port. Use a straight-through cable to connect the router console port to the terminal NIC. Use a rollover cable to connect from a terminal serial port to the router console port. 44 Refer to the exhibit. Assuming default metrics are used and the network is fully converged, which path will RIP use to send a packet from Router A to Router F? A, D, E, F A, B, D, E, F A, C, D, E, G, F A, B, D, E, G, F 45 Based on this partial output of the show ip route command, which routing protocol is configured on the router? I 172.16.3.0/24 [100/80135] via 172.16.2.2, 00:00:27, Serial0/0 RIP v1 RIP v2 IGRP EIGRP OSPF IGP 46 Why are routed protocols important to networking? (Choose two.) Routed protocols detect collisions and fragments. Routers use routed protocols to calculate the best path to a destination. Routed protocols transport data across the network.

The fields and formats used within a packet are defined by routed protocols. Routed protocols are used to configure the metrics used by routing protocols. 47 What could a Cisco support technician learn from the IOS filename c2600-d-mz.121-3? (Choose three.) the format of the file the RAM memory requirements of the file the version number of the file the size of the file the device platform of the file 48 What critical information about the status of the router can be found in the outputs of both the show interfaces and show protocols commands? (Choose two.) the Layer 3 address of each configured interface the routing protocol configured to forward updates out of each interface the operational status of each interface traffic statistics for each interface whether the interface is configured as a DTE or DCE 49 Which of the following are true statements regarding IGRP and RIP? (Choose two.) IGRP uses a combination of different metrics for path selection. RIP is a proprietary protocol developed by Cisco. RIP has the ability to scale to large networks. IGRP has the ability to scale to large networks.
CCNA 2 - Module 11 Exam Answers Version 3.1

By CuEi on 9:25 AM Comments (0) Filed : CCNA2-Version 3.1, Router and Routing Basics 1 Which statements are true regarding the significance of the access control list wildcard mask 0.0.0.7? (Choose two.) The first 29 bits of a given IP address will be ignored. The last 3 bits of a given IP address will be ignored. The first 32 bits of a given IP address will be checked. The first 29 bits of a given IP address will be checked. The last 3 bits of a given IP address will be checked. 2 Which of the following parameters can ACLs use to filter traffic? (Choose three.) packet size protocol suite source address destination address source router interface destination router interface 3 Choose the commands that will correctly configure a standard ACL. (Choose two.) Router(config)# access-list 97 permit host 192.5.5.1 Router(config)# access-list 32 permit 210.93.105.3 0.0.0.0 Router(config)# access-list 148 permit 201.100.11.2 0.0.0.0 Router(config)# access-list 107 permit host 192.5.5.1 213.45.27.0 0.0.0.255 eq 23 Router(config)# access-list 10 permit tcp 192.5.5.1 0.0.0.255 201.100.11.0 0.0.0.255 eq 80

4 Select the statements that describe ACL processing of packets. (Choose three.) An implicit deny any rejects any packet that does not match any ACL statement. A packet can either be rejected or forwarded as directed by the statement that is matched. A packet that has been denied by one statement can be permitted by a subsequent statement. A packet that does not match the conditions of any ACL statements will be forwarded by default. Each statement is checked only until a match is detected or until the end of the ACL statement list. Each packet is compared to the conditions of every statement in the ACL before a forwarding decision is made. 5 Which of the following are reasons to use ACLs? (Choose three.) to provide a basic level of security for network access to speed up network performance by filtering priority packets to preserve bandwidth by providing a mechanism for traffic flow control to decide which packets are forwarded or blocked at the router console port to screen certain hosts to either allow or deny access to part of a network to allow all packets passing through the router access to all parts of the network 6

Assuming the ACL in the graphic is correctly applied to an interface, what effect will the ACL have on network traffic? All traffic to network 172.16.0.0 will be denied. All TCP traffic will be permitted to and from network 172.16.0.0. All telnet traffic from the 172.16.0.0 network to any destination will be denied. All port 23 traffic to the 172.16.0.0 network will be denied. All traffic from the 172.16.0.0 network will be denied to any other network. 7 Choose the command that will correctly configure a standard ACL. Router# access-list 10 permit any Router# access-list 101 permit any Router(config)# access-list 10 permit any Router(config)# access-list 101 permit any Router(config)# access-list 10 permit any any

Select the commands that will apply the ACL in the diagram to filter traffic going to the 192.168.2.0 network. Router1# configure terminal Router1(config)# access-list 10 in E0 outer1(config)# interface ethernet 0 Router1(config-if)# access-list 10 in Router2(config)# interface s1 Router2(config-if)# ip access-group 10 out Router2(config)# interface ethernet 0 Router2(config-if)# ip access-group 10 out Router1(config)# interface ethernet 0 Router1(config-if)# ip access-group 10 out Router2# configure terminal Router2(config)# access-group 10 out 9

Assuming the ACL in the graphic is correctly applied to an interface, what effect will this ACL have on network traffic? Host 192.168.15.4 will be denied ftp access to any destination, but will be permitted all other access. All ftp traffic to host 192.168.15.4 will be denied. All traffic from that interface will be denied. No traffic will be denied because a "permit" statement does not exist in this ACL.

10

Refer to the exhibit. The network administrator has connectivity to the routers and networks in the diagram. An ACL has been created to allow the network administrator FTP access to the webserver. This ACL must also deny FTP access to the server from the rest of the hosts on the LAN. Which interface in the exhibit is the recommended location to apply the ACL? FastEthernet 0/0 on the Carlisle router Serial 0/0 on the Carlisle router Serial 0/1 on the Mt. Holly router FastEthernet 0/0 on the Mt. Holly router 11 Select the correct statements about extended ACLs. (Choose two) Extended ACLs use a number range from 1-99. Extended ACLs end with an implicit permit statement. Extended ACLs evaluate the source and destination addresses. Port numbers can be used to add greater definition to an ACL. Multiple ACLs can be placed on the same interface as long as they are in the same direction. 12 The following commands were entered on a router: Router(config)# access-list 2 deny 172.16.5.24 Router(config)# access-list 2 permit any What can be concluded about this set of commands? The access list statements are misconfigured. All nodes on 172.16.0.0 will be denied access when these statements are applied. The default wildcard mask, 0.0.0.0 is assumed. The default wildcard mask 255.255.255.255 is assumed. 13 Where should a standard access control list be placed? close to the source close to the destination on an Ethernet port on a serial port 14 A router that has two Ethernet interfaces and one serial interface is configured to route both IP and IPX. What is the maximum number of IP ACLs that can be configured to filter packets on this router? 1

2 3 6 12 15 Which statement is true regarding wildcard masks? The wildcard mask and subnet mask perform the same function. The wildcard mask is always the inverse of the subnet mask. A "0" in the wildcard mask identifies IP address bits that must be checked. A "1" in the wildcard mask identifies a network or subnet bit. 16 ACL statements operate in sequential, logical order. If a condition match is true, the rest of the ACL statements are not checked. If all of the ACL statements are unmatched, what happens to the packet? The packets will be placed in a buffer and forwarded when the ACL is removed. The packets will be sent to the source with an error notification message. The implicit permit any statement placed at the end of the list will allow the packets to flow through uninhibited. The implicit deny any statement placed at the end of the list will cause the packets to be dropped. 17 Which of the following matches an ACL identification number with the correct protocol? (Choose three.) 0 - standard IP 99 - standard IP 100 - extended IP 210 - extended IP 678 - extended IPX 888 - standard IPX 18 The router IOS tests each condition statement in an ACL in sequence. Once a match is made, which of the following occurs? (Choose two.) The entire ACL must be deleted and recreated. The accept or reject action is performed. The packet is forwarded to the next hop. The remaining ACL statements are not checked. The router goes through the list again to verify that a match has been made.

19

Create a standard ACL that will deny traffic from 192.5.5.25 to the 210.93.105.0 network but will allow traffic from all other hosts. (Choose two.) Router(config)# access-list 22 deny 192.5.5.25 0.0.0.0 Router(config)# access-list 22 deny host 192.5.5.25 0.0.0.0 Router(config)# access-list 22 permit any any Router(config)# access-list 22 deny 192.5.5.25 0.0.0.0 Router(config)# access-list 22 permit any Router(config)# access-list 22 deny host 192.5.5.25 Router(config)# access-list 22 permit any Router(config)# access-list 22 deny 192.5.5.0 0.0.0.255 Router(config)# access-list 22 permit any Diposkan oleh zufriska.yr di 22:30 0 komentar Link ke posting ini Reaksi: CCNA2 FINAL VERSI 2 A company is developing an Internet store for its website. Which protocol should be used to transfer credit card information from customers to the company web server? FTPS HTTP HTTPS WEP2 TFTP 2.

Refer to the exhibit. A new branch office has been added to the corporate network and a new router is to be installed to allow branch office users to access the database server at headquarters. How should the serial 0/0/0 interface of the new branch office router be configured to connect to the headquarters router? branch_23(config-if)# ip address 192.168.5.19 255.255.255.240 branch_23(config-if)# no shutdown branch_23(config-if)# encapsulation hdlc branch_23(config-if)# ip address 192.168.5.25 255.255.255.240 branch_23(config-if)# no shutdown branch_23(config-if)# encapsulation ppp branch_23(config-if)# no shutdown branch_23(config-if)# encapsulation ppp branch_23(config-if)# ip address 192.168.5.33 255.255.255.240 branch_23(config-if)# encapsulation ppp branch_23(config-if)# ip address 192.168.5.21 255.255.255.240 branch_23(config-if)# no shutdown 3. Which two commands ensure that any password that permits access to the privileged EXEC mode is not shown in plain text when the configuration files are displayed? (Choose two.) Router(config)# enable secret cisco Router(config)# enable cisco Router(config)# encryption-password all Router(config)# enable login encrypted Router(config)# enable password encryption Router(config)# service password-encryption 4. A new network is to be configured on a router. Which of the following tasks must be completed to configure this interface and implement dynamic IP routing for the new network? (Choose three.) Select the routing protocol to be configured. Assign an IP address and subnet mask to the interface Update the ip host configuration information with the device name and new interface IP address. Configure the routing protocol with the new network IP address.

Configure the routing protocol with the new interface IP address and subnet mask. Configure the routing protocol in use on all other enterprise routers with the new network information. 5. How does TCP ensure the reliable transfer of data? if data segments are not received from the source, the destination requests that the segments be resent. If an acknowledgment of the transmitted segments is not received from the destination in a predetermined amount of the time, the source resends the data. TCP uses the SYN-ACK portion of the three-way handshake to ensure that all data has been received. The TCP Protocol Interpreter process verifies the transmitted data at source and destination. 6. A network administrator is asked to design a system to allow simultaneous access to the Internet for 250 users. The ISP for this network can only supply five public IPs. What can be used to accomplish this task? routable translation dynamic translation static translation port address translation 7. What is the most commonly used exterior routing protocol? BGP RIP OSPF EIGRP 8.

Refer to the exhibit. The network administrator needs to configure the router with a name. Which command will the administrator use to configure the router name? Router# ip hostname Boise Router# enable hostname Boise Router(config-line)# name Boise Router(config)# hostname Boise Router(config)# ip hostname Boise

9. Why are port numbers included in the TCP header of a segment? to indicate the correct router interface that should be used to forward a segment to identify which switch ports should receive or forward the segment to determine which Layer 3 protocol should be used to encapsulate the data to enable a receiving host to forward the data to the appropriate application to allow the receiving host to assemble the packet in the proper order 10. What is the purpose of the routing process? to encapsulate data that is used to communicate across a network to select the paths that are used to direct traffic to destination networks to convert a URL name into an IP address to provide secure Internet file transfer to forward traffic on the basis of MAC addresses 11. Which two statements are true about the use of the debug ip rip command on a Cisco router? (Choose two.) The debug ip rip command displays RIP routing activity in real time. The debug ip rip command can be issued at the user EXEC configuration mode. The debug ip rip command displays a combination of the information that is displayed by the show ip route and show ip protocols commands. Because of router processor usage, the debug ip rip command should be used only when necessary. The debug ip rip command should be used instead of the show ip route command whenever possible. 12. What minimum configurations must be set on a host to allow a request to be sent to http://www.cisco.com/? (Choose four.) DNS server WINS server IP address NetBIOS subnet mask default gateway 13. A Catalyst 2960 switch has been taken out of storage to be used as a temporary replacement for another switch that needs to be repaired. About a minute after the switch has started, the SYST LED on the front of the switch transitions from blinking green to amber. What is the meaning of the amber SYST LED? The switch has no configuration file in NVRAM. The switch has failed POST and must be sent for service. The switch is functioning properly. The switch is in half-duplex mode. 14.

Refer to the exhibit. Which combination of cables and symbols is correct? A - crossover, B - straight-through, C - straight-through A - crossover, B - rollover, C - straight-through A - straight-through, B -crossover, C - straight-through A - straight-through, B -straight-through, C - straight-through A - straight-through, B - straight-through, C - crossover A - rollover, B - straight-through, C - straight-through 15. After an unsuccessful ping to the local router, the technician decides to investigate the router. The technician observes that the lights and fan on the router are not operational. In which layer of the OSI model is the problem most likely occurring? transport network data link physical 16. What are three characteristics of the TCP protocol? (Choose three.) exchanges datagrams unreliably is used to send IP error messages forces the retransmission of unacknowledged packets creates a virtual session between end-user applications carries the IP address of the destination host in the TCP header is responsible for breaking messages into segments and reassembling them at their destination 17.

Refer to the exhibit. The network shown is connected using services from the same ISP. How will the Fohi router dynamically learn routes to the 192.168.16.16/28, 192.168.16.32/28, and 192.168.16.64/28 subnetworks? with BGP with a static route with a directly connected route with an interior routing protocol 18.

Refer to the exhibit. Which type of UTP cable should be used to connect Host A to Switch1? rollover console crossover straight-through 19When customers use credit cards to make purchases at a small business, a modem is heard dialing a telephone number to transfer the transaction data to the central office. What type of WAN serial connection is in use? leased line packet switched circuit switched point-to-point 20. A user reports being unable to access the Internet. The help desk technician employs a bottom-up approach to troubleshooting. The technician first has the user check the patch cable connection from the PC to the wall, and then has the user verify that the NIC has a green link light. What will the technician have the user do next? Enter an IP address into the WWW browser address bar to see if DNS is at fault. Use traceroute to identify the device along the path to the ISP that may be at fault. Verify the IP address, subnet, and gateway settings using ipconfig on the PC . Connect to the user home router to check firewall settings for blocked TCP ports.

21.

A ping 192.1.1.20 command is issued on workstation A to determine if workstation B can be reached. What events will occur if this command is successful? (Choose two.) The router will block the ping request message. The router will reply to the echo request with a proxy ping response. Workstation A will send a UDP ping request message to workstation B. Workstation B will send a UDP ping reply message to workstation A. Workstation A will send an ICMP echo request message to workstation B. Workstation B will send an ICMP echo reply message to workstation A. 22. How does a router know of paths to destination networks? (Choose two.) inspection of the destination IP address in data packets ARP requests from connected routers manual configuration of routes updates from other routers DHCP information broadcasts updates from the SMTP management information base 23.

Refer to the exhibit. Which two statements describe the data conversation shown? (Choose two.) The data conversation was started by the HTTP application process running on the client. The data conversation is identified by TCP port 80 on the client. The user started the data conversation by sending an e-mail. The IP address of the Internet server is 192.168.17.43 . The Internet server will send data to port 8547 on the client.

24. What is one purpose of the TCP three-way handshake? sending echo requests from the source to the destination host to establish the presence of the destination determining the IP address of the destination host in preparation for data transfer requesting the destination to transfer a binary file to the source synchronizing sequence numbers between source and destination in preparation for data transfer 25. Which type of address is 192.168.17.111/28? host address network address broadcast address multicast address 26. A customer reports connectivity problems to an ISP technician. Upon questioning the customer, the technician discovers that all network applications are functioning except for FTP. What should the technician suspect is the problem? misconfigured firewall bad port on switch or hub misconfigured IP addressing on the customer's workstation wrong DNS server configured on the customer's workstation wrong default gateway configured on the customer's workstation 27.

The show ip route command was executed on one of the routers shown in the graphic and the following output was displayed: C 192.168.4.0/24 is directly connected, Serial0/0 R 192.168.5.0/24 [120/1] via 192.168.4.2, 00:00:19, Serial0/0 R 192.168.1.0/24 [120/2] via 192.168.3.1, 00:00:20, Serial0/1 R 192.168.2.0/24 [120/2] via 192.168.3.1, 00:00:20, Serial0/1 C 192.168.3.0/24 is directly connected, Serial0/1 From which router was this command executed?

A B C D 28. Refer to the exhibit. Which two sets of commands are required to configure passwords for all management ports on a Catalyst 2960 switch? (Choose two.) ALSwitch(config)# interface vlan 1 ALSwitch(config-if)# password cisco ALSwitch(config-if)# login ALSwitch(config)# line vty 0 4 ALSwitch(config-line)# password cisco ALSwitch(config-line)# login ALSwitch(config)# line vty 0 15 ALSwitch(config-line)# password cisco ALSwitch(config-line)# login ALSwitch(config)# enable secret class ALSwitch(config)# enable password cisco ALSwitch(config)# interface fa0/1 ALSwitch(config-if)# password cisco ALSwitch(config-if)# no shutdown ALSwitch(config)# line cons 0 ALSwitch(config-line)# password cisco ALSwitch(config-line)# login 29. A user reports being able to access the Internet but not being able to download e-mail from the mail server at the ISP. What should the user check on the user workstation? the POP3 and SMTP server settings in the e-mail application the patch cable connections at the back of the workstation and at the wall plate the DHCP settings in the operating system the IP address, mask, and default gateway values the NIC drivers 30.

Refer to the graphic. Which command will configure a static route on Router A to direct traffic from LAN A that is destined for LAN C? RouterA(config)# ip route 192.168.4.0 255.255.255.0 192.168.5.2 RouterA(config)# ip route 192.168.4.0 255.255.255.0 192.168.3.2 RouterA(config)# ip route 192.168.5.0 255.255.255.0 192.168.3.2 RouterA(config)# ip route 192.168.3.0 255.255.255.0 192.168.3.1 RouterA(config)# ip route 192.168.3.2 255.255.255.0 192.168.4.0 31. Which subnet masks could be used when subnetting a Class B IP address? (Choose two.) 255.255.255.240 255.255.192.0 255.255.0.0 255.192.0.0 240.0.0.0 255.0.0.0 32.

Refer to the exhibit. The network administrator has configured the RTA and RTB interfaces. In order to allow hosts that are attached to RTA to reach the server that is attached to RTB, a static route from RTA to the server LAN and a default route from RTB back to RTA need to be configured. Which two commands will the administrator use to accomplish these tasks on the two routers? (Choose two.) RTA(config)# ip route 10.16.10.5 255.255.255.252 10.16.10.6 RTA(config)# ip route 0.0.0.0 0.0.0.0 10.16.10.6 RTA(config)# ip route 10.16.10.96 255.255.255.252 10.16.10.6 RTB(config)# ip route 10.16.10.6 255.255.255.248 10.16.10.6 RTB(config)# ip route 0.0.0.0 0.0.0.0 S0/0/1 RTB(config)# ip route 0.0.0.0 0.0.0.0 10.16.10.6 33. How do port filtering and access lists help provide network security? They prevent specified types of traffic from reaching specified network destinations. They alert network administrators to various type of denial of service attacks as they occur. They prevent viruses, worms, and Trojans from infecting host computers and servers. They enable encryption and authentication of confidential data communications.

34.

Refer to the exhibit. The network administrator of the building in the graphic needs to choose the type of cable best suited to add ServerB to the network. Which cable type is the best choice? STP UTP coaxial fiber optic 35. What is used by a routing protocol to determine the best path to include in the routing table? Convergence time Default distance Metric Type of router 36.

Refer to the exhibit. Which IP addresses could be assigned to the hosts in the diagram? (Choose two.) 192.168.65.31 192.168.65.32 192.168.65.35

192.168.65.60 192.168.65.63 192.168.65.64 37.

Given the network 192.168.25.0 shown in the graphic, which subnet mask would accommodate the number of hosts in each subnet? 255.255.0.0 255.255.224.0 255.255.255.0 255.255.255.224 255.255.255.240 255.255.255.248 38. Which two protocols allow network devices to report their status and events to a centralized network management device? (Choose two.) Syslog Telnet HTTP HTTPS SNMP 39. What is true regarding the differences between NAT and PAT? PAT uses the word "overload" at the end of the access-list statement to share a single registered address. Static NAT allows an unregistered address to map to multiple registered addresses. Dynamic NAT allows hosts to receive the same global address each time external access is required. PAT uses unique source port numbers to distinguish between translations. 40.

Refer to the exhibit. The graphic shows the output of a command issued on router RTB. According to the output, what two statements are true of router RTB? (Choose two.) The router is connected to a router named Boise. Router RTB is connected to a Cisco 1841 router. Router RTB is directly connected to two other routers. The IP address of the router interface connected to router RTB is 192.168.2.6 . The RTB router is connected to two Cisco devices by Fast Ethernet links. 41.

Refer to the exhibit. The network administrator uses the command below to configure a default route to the ISP network : RTB(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.6 A ping issued from the ISP is successful to router RTB. However, ping echo request packets arrive at a host that is attached to the Fa0/0 interface of RTB, and the replies do not make it back to the ISP router. What will fix this problem?

The ISP must be configured to forward packets from the 192.168.1.0 network. The ip route command needs to be edited so that the next hop address is 10.1.1.5. The ip route command needs to be edited so that the 192.168.1.1 address is the next hop address. The ip route command should be removed from the RTB router configuration. 42. A network technician is using a network management station to gather data about the performance of devices and links within the ISP. Which application layer protocol makes this possible? SNMP FTP DHCP SMTP 43. What are two purposes of DNS? (Choose two.) to dynamically assign IP addressing information to network hosts to simplify the administration of host and default gateway addressing on client computers to assign TCP port numbers to hosts as part of the data transfer process to resolve human-readable domain names to numeric IP addresses to replace the static HOSTS file with a more practical dynamic system 44. A hacker attempts to reach confidential information that is stored on a server inside the corporate network. A network security solution inspects the entire packet, determines that it is a threat, and blocks the packet from entering the inside network. Which security measure protected the network? an IDS an IPS a host-based firewall Anti-X software 45. How many host addresses may be assigned on each subnetwork when using the 130.68.0.0 network address with a subnet mask of 255.255.248.0? 30 256 2046 2048 4094 4096 46. In an IPv4 environment, what information is used by the router to forward data packets from one interface of a router to another? destination network address source network address source MAC address well known port destination address 47. A small tire retailer requires a low-cost WAN connection to its headquarters in order to manage its inventory and process customer sales in real time. Which WAN connection type is

best suited to its needs? Sonet T3 dialup DSL leased line 48. The command copy tftp running-config has been entered on the router. What will this command do? copy the configuration in RAM to a server copy the configuration file from a server to RAM copy the configuration file in NVRAM to RAM copy the configuration file in NVRAM to a server copy the configuration file from a server to NVRAM 49.

Refer to the exhibit. The network administrator needs to configure the Fa0/0 interface of RTB so that hosts from RTA can connect to the server that is attached to RTB. Which two commands will the administrator use to accomplish this task? (Choose two.) RTB# ip address 192.168.102.98 255.255.255.248 RTB(config-if)# ip address 192.168.102.99 255.255.255.252 RTB(config)# ip address 192.168.102.97 255.255.255.252 RTB(config)# no shutdown RTB(config-if)# no shutdown RTB(config-if)# ip address 192.168.102.97 255.255.255.252 50.

Refer to the exhibit. A NOC technician at an ISP enters the command shown. What are two reasons to use this command? (Choose two.) to map the path to 192.168.1.7 to test reachability to 192.168.1.7 to locate connectivity problems along the route to 192.168.1.7 to identify the ISPs that interconnect the NOC with the remote host with the address 192.168.1.7 to measure the time that packets take to reach 192.168.1.7 and return to the technician's workstation Diposkan oleh zufriska.yr di 17:36 0 komentar Reaksi: Link ke posting ini

Selasa, 12 Mei 2009


CCNA2 FINAL VERSI 1 1. A customer reports connectivity problems to an ISP technician. Upon questioning the customer, the technician discovers that all network applications are functioning except for FTP. What should the technician suspect is the problem? *misconfigured firewall bad port on switch or hub misconfigured IP addressing on the customer's workstation wrong DNS server configured on the customer's workstation wrong default gateway configured on the customer's workstation 2. Refer to the exhibit. Which two statements describe the data conversation shown? (Choose two.) *The data conversation was started by the HTTP application process running on the client. The data conversation is identified by TCP port 80 on the client. The user started the data conversation by sending an e-mail. The IP address of the Internet server is 192.168.17.43. *The Internet server will send data to port 8547 on the client. 3. How do port filtering and access lists help provide network security? *They prevent specified types of traffic from reaching specified network destinations. They alert network administrators to various type of denial of service attacks as they occur. They prevent viruses, worms, and Trojans from infecting host computers and servers. They enable encryption and authentication of confidential data communications.

4. A hacker attempts to reach confidential information that is stored on a server inside the corporate network. A network security solution inspects the entire packet, determines that it is a threat, and blocks the packet from entering the inside network. Which security measure protected the network? an IDS *an IPS a host-based firewall Anti-X software 5. Which type of address is 192.168.17.111/28? host address network address *broadcast address multicast address 6. An organization has 50 traveling salespersons who must be able to connect to the company network from client sites and hotels. Which WAN connection will allow this access? Frame Relay Cable DSL *dialup 7. From which router was this command executed? A B *C D 8. A ping issued from PC3 is successful to RTB. However, echo request packets arrive at PC1 but the echo replies do not make it back to PC3. What will fix this problem? RTA must be configured to forward packets to the 192.168.2.0 network. *The ip route command needs to be edited so that the next hop address is 10.1.1.5. The ip route command needs to be edited so that the 192.168.2.1 address is the next hop address. The ip route command should be removed from the RTB router configuration. Another default route should be configured on RTA with a next hop address of 10.1.1.6. 9. Refer to the exhibit. Which subnet mask would accommodate the number of hosts indicated for all subnets if the major network address was 192.168.25.0/24? 255.255.0.0 255.255.224.0 255.255.255.0 *255.255.255.224 255.255.255.240 255.255.255.248 10. Which routing protocol facilitates the exchange of routing information between different autonomous systems?

OSPF EIGRP RIP *BGP 11. Which statement is correct about passive data connections in the FTP protocol? The server initiates the data transfer connection. *The server forwards its IP address and a random port number to the FTP client through the control stream. The firewalls do not permit passive data connections to hosts that are located within the network. The client forwards data to port 21 of the server. 12. Which statement is true about the reverse lookup DNS zone? It is most commonly experienced when users are surfing the Internet. It is the backup for the forward lookup zone. It dynamically updates the resource records. *It resolves an IP address to a fully qualified domain name. 13. Which two statements are correct about the DNS hierarchy? (Choose two.) The root server maintains records for all servers in the Internet. *DNS relies on the hierarchy of decentralized servers to maintain records. All DNS servers manage databases that store name-to-IP mappings for the entire DNS structure. The process of name resolution starts from the server at the top of the DNS hierarchy. *The root servers maintain records about how to reach top-level domain servers. 14. Which statement is correct about the proxy support that is offered by the HTTP protocol? It allows clients to make direct network connections to other network services. *It filters unsuitable web content. It reduces the speed of the network. It encrypts the data that is being transmitted. 15. Which routes are automatically added to the routing table on a neighbor router when routing protocols exchange information about directly connected networks? *dynamic routes static routes default routes directly connected routes 16. Which combination of network address and subnet mask allows 62 hosts to be connected in a single subnet? Network address 10.1.1.4 Subnet mask 255.255.255.240 Network address 10.1.1.0 Subnet mask 255.255.255.252 *Network address 10.1.1.0 Subnet mask 255.255.255.192 Network address 10.1.1.4 Subnet mask 255.255.255.248 17. Refer to the exhibit. There is no routing protocol configured on either router. Which command will create a default route on R1 to forward the traffic to R2? R1(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1

*R1(config)# ip route 0.0.0.0 0.0.0.0 192.168.0.2 R1(config)# ip route 0.0.0.0 0.0.0.0 192.168.0.1 R1(config)# ip route 0.0.0.0 0.0.0.0 S0/0/1 18. Which statement describes a route that has been learned dynamically? *It is automatically updated and maintained by routing protocols. It is unaffected by changes in the topology of the network. It has an administrative distance of 1. It is identified by the prefix C in the routing table. 19. What is a characteristic of UDP? It is a reliable transport protocol. It requires the source host to resend packets that are not acknowledged. *It adds a minimal amount of overhead to the data to be transmitted. It is a connection-oriented protocol. 20. What can cause a problem at the data link layer? a faulty network cable a firewall that is blocking all HTTP traffic *incorrectly configured device drivers incorrectly configured subnet masks 21. Which cable type is used to interconnect the FastEthernet interfaces of two routers? straight-through *crossover console rollover 22. Which two statements are correct about the UDP protocol? (Choose two.) It utilizes a flow control mechanism. It uses windowing. *It does not provide acknowledgment of receipt of data. *It is a connectionless protocol. It guarantees the sequential arrival of data packets. 23. Which type of WAN connection uses a circuit-switched network? *ISDN Frame Relay DSL Cable 24. What could be the reason for this problem? The subnet mask is incorrectly configured on both routers. A static route is not configured on both routers. *Different encapsulations are configured on the two routers. The clock rate is not set on any of the router serial interfaces. 25. What is the purpose of using the copy tftp flash command on a router?

to back up the current IOS image to a server *to restore the IOS image from a server to back up the router configuration to a server to restore the router configuration from flash 26. Which statement correctly describes the function of AAA? *It prevents unauthorized access to a network. It filters traffic based on destination IP and port number. It enables users to send information to a daemon that is running on a management station. It encrypts data to provide network security. 27. Which statement correctly describes the importance of an SLA? It outlines the range of services received by the ISP. It outlines the process to resolve planned incidents. *It outlines the management, monitoring, and maintenance of a network. It outlines the termination costs according to the budget cycle of the customer. 28. A user is able to ping IP addresses but is unable to ping hosts by domain name. What should be checked at the workstation of the user? the device driver configuration of NIC the LED status of the NIC *the DNS configuration the firewall settings 29. A user is unable to connect to the Internet. The network administrator decides to use the topdown troubleshooting approach. Which action should the administrator perform first? Run the tracert command to identify the faulty device. Check the patch cable connection from the PC to the wall. *Enter an IP address in the address bar of the web browser to determine if DNS has failed. Run the ipconfig command to verify the IP address, subnet mask, and gateway on the PC. 30. What is a characteristic of the EIGRP routing protocol? It has a hop count limitation that makes it suitable only for small, simple networks that consist of fewer than 15 hops. It does not include subnet mask information in routing updates. *It builds the topology table based on all of the advertisements from its neighbors. It maintains a full database of distant routers and the methods by which they interconnect. 31. A network is spread across two buildings that are separated by a distance of 500 feet (152 meters). An electrical transformer is installed near the cable route. Which type of cable should be used in this network? STP UTP coaxial *fiber-optic 32. Refer to the exhibit. Which cable path segments require the use of crossover cables? A, D, F

B, C, E *B, D, E A, C, F 33. Refer to the exhibit. Router R1 has been configured with the commands that are displayed. Which password will be used to access the EXEC privileged mode of the router? password1 *password2 password3 password4 34. Refer to the exhibit. Host A is unable to ping R1. Which two configuration steps should be performed on R1 to solve this problem? (Choose two.) Configure the appropriate line password to access the router. Configure the speed of the interface. *Enable the interface administratively. Configure a dynamic routing protocol on the router. *Configure the subnet mask on the router correctly. 35. Refer to the exhibit. Host A is unable to ping host B. What can be done to solve this problem? (Choose two.) Configure a default route on R1 with the use of exit interface Fa0/0. Configure a default route on R2 by using the exit interface Fa0/0. Configure a static route on R1 with 192.168.0.1/24 as the next hop address. *Configure a static route for network 10.1.2.0/24 on R2 and use exit interface S0/0/0. *Configure a static route for network 10.1.1.0/24 on R1 with the next hop address as the IP address of the serial interface of R2. 36. What are two reasons for issuing the show ip route command on a router? (Choose two.) It displays the routing activity in real time. It displays the length of time until the next routing update. *It displays the directly connected networks. It displays all of the routing protocols that are configured on the neighboring routers. *It displays the routing protocol that is receiving updates from the neighboring routers. 37. When a router learns two paths to the same destination network, which two factors determine the path that will be included in the routing table? (Choose two.) *route metric the MAC address of the neighboring router the source IP address in data packets the IP address of the next hop router *administrative distance 38.Refer to the exhibit. A network technician issues the tracert 192.168.2.99 command successfully on host A. What are two consequences of running this command? (Choose two.) The traceroute packet is broadcast to the network. The command output will display the IP address of both the inbound and outbound router interfaces that the packet passes through.

*The command output will display all routers through which the packet has passed. All successful hops between host A and host B will reply to the echo request with a proxy ICMP response. *The command will calculate the time between when the packet is sent and when a reply is received from a router. 39. A host has been properly cabled and configured with a unique hostname and valid IP address. Which two additional components should be configured to enable the host to access remote resources? (Choose two.) *the subnet mask the MAC address *the default gateway the loopback IP address the DHCP server IP address 40. Refer to the exhibit. What two addresses are the broadcast addresses for network A and network B? (Choose two.) Network A broadcast address 192.168.1.32 *Network A broadcast address 192.168.1.47 Network A broadcast address 192.168.1.15 *Network B broadcast address 192.168.1.207 Network B broadcast address 192.168.1.240 Network B broadcast address 192.168.1.192 41. A network administrator has designed a Class B network with a 255.255.254.0 mask. Which two statements are true for this network? (Choose two.) *There are 128 subnets. There are 256 subnets. There are 512 subnets. There are 126 usable hosts per subnet. There are 254 usable hosts per subnet. *There are 510 usable hosts per subnet. 42. Refer to the exhibit. R1 and R2 are configured with the commands that are displayed. All interfaces are properly configured, but neither router is receiving routing updates. What two things can be done to solve the problem? (Choose two.) *Configure the routing protocol on R1 for network 10.0.0.0. *Configure the routing protocol on R2 for network 10.0.0.0. Configure the routing protocol on R1 for network 192.168.4.0. Configure the routing protocol on R1 for network 192.168.2.0. Configure the routing protocol on R2 for network 192.168.1.0. Configure the routing protocol on R2 for network 192.168.3.0. 43. Which two statements are correct about the ICMP packet that is used by the ping command? (Choose two.) It guarantees datagram delivery. *It verifies Layer 3 connectivity. It acknowledges the receipt of TCP segments.

It determines where a packet is lost on the path from the source to the destination. *It measures the time that elapses between when the request packet is sent and the response packet is received. 44. What is the effect of issuing the banner login #Unauthorized login prohibited# command on a router? *It will display the message "Unauthorized login prohibited" before the router prompts for a user name. It replaces the banner motd command. It causes the router to prompt for login credentials for any user who is attempting to connect to the router. It causes the message "Unauthorized access prohibited" to display when a HyperTerminal connection is idle. 45. Refer to the exhibit. What fact can be determined from the exhibited output? PPP is enabled on this router. The bandwidth setting of the interfaces is consistent with a T1 connection. The serial0/0/0 interface is administratively down. *The default encapsulation is set for the serial0/0/0 interface. Subnet mask 255.255.255.255 has been configured for the serial0/0/0 interface. 46. In order to load an initial configuration on a new switch, a network administrator has connected a laptop to the switch via the use of a console cable. About a minute after the network administrator powers on the switch, the SYST LED on the front of the switch changes from blinking green to amber. What does this indicate? The network administrator has made an improper physical connection to the switch. The switch is ready to have a configuration file loaded. A port on the switch is bad. *The switch failed POST. 47. What occurs during a static NAT translation? Multiple local addresses are mapped to one global address. The host device is configured with a permanent outside global address. *A one-to-one mapping is created between an inside local and outside global address. The router is forced to return the inside global address to the address pool when a session ends. 48. Refer to the exhibit. What is used to exchange routing information between routers within each AS? static routing *IGP routing protocols EGP routing protocols default routing 49. Why do the static routes fail to appear in the routing table? The default route has not been configured on the routers. A dynamic routing protocol has not been configured. *The router interfaces are administratively down. The serial interfaces must be configured with an address in the 10.14.14.0 network.

50. Refer to the exhibit. While configuring the serial interface of a router, the network administrator sees the highlighted error message. What is the reason for this? The serial interface is administratively down. The serial interface is already configured with an IP address. *The network administrator has attempted to configure the serial interface with a broadcast address. The same IP address has been configured on another interface. 51. Refer to the exhibit. R2 is connected to the Serial0/0/1 interface of R1 and is properly configured to share routing updates with R1. Which network will R2 exclude from installing in its routing table? R 192.168.10.0/24 [120/2] via 192.168.1.2, 00:00:10, Serial0/0/1 R 192.168.7.0/24 [120/1] via 192.168.1.2, 00:00:10, Serial0/0/1 *R 192.168.6.0/24 [120/15] via 192.168.3.2, 00:00:10, Serial0/0/0 R 192.168.8.0/24 [120/2] via 192.168.3.2, 00:00:10, Serial0/0/0 52. How does an SNMP trap aid network monitoring and management? It reports to the management station by responding to polls. It collects information for the management station by using polling devices. *It sends an alert message to the management station when a threshold is reached. It flags attempts to begin a DoS attack on the network. 53. Refer to the exhibit. Which statement is true based on the exhibited information? The router is using a link-state routing protocol. *The router will get routing updates on the FastEthernet0/0 interface. The router will not forward routing updates from the Serial0/0/0 interface. The network for Fa0/1 will be included in the routing updates that are sent from this router. 54. Different hosts connect to the same switch port at different times. If the switch port is configured with dynamic port security, how does it process the MAC addresses? The addresses are manually assigned with the use of the switchport command. *The addresses are dynamically learned and stored in the address table. The addresses are dynamically configured and saved in the running configuration. The addresses are stored in the address table and added to the running configuration. CCNA2 FINAL VERSI 3 1. A customer reports connectivity problems to an ISP technician. Upon questioning the customer, the technician discovers that all network applications are functioning except for FTP. What should the technician suspect is the problem? *misconfigured firewall bad port on switch or hub misconfigured IP addressing on the customer's workstation wrong DNS server configured on the customer's workstation wrong default gateway configured on the customer's workstation 2. Refer to the exhibit. Which two statements describe the data conversation shown? (Choose

two.) *The data conversation was started by the HTTP application process running on the client. The data conversation is identified by TCP port 80 on the client. The user started the data conversation by sending an e-mail. The IP address of the Internet server is 192.168.17.43. *The Internet server will send data to port 8547 on the client. 3. How do port filtering and access lists help provide network security? *They prevent specified types of traffic from reaching specified network destinations. They alert network administrators to various type of denial of service attacks as they occur. They prevent viruses, worms, and Trojans from infecting host computers and servers. They enable encryption and authentication of confidential data communications. 4. A hacker attempts to reach confidential information that is stored on a server inside the corporate network. A network security solution inspects the entire packet, determines that it is a threat, and blocks the packet from entering the inside network. Which security measure protected the network? an IDS *an IPS a host-based firewall Anti-X software 5. Which type of address is 192.168.17.111/28? host address network address *broadcast address multicast address 6. From which router was this command executed? A B *C D 7. A ping issued from PC3 is successful to RTB. However, echo request packets arrive at PC1 but the echo replies do not make it back to PC3. What will fix this problem? RTA must be configured to forward packets to the 192.168.2.0 network. *The ip route command needs to be edited so that the next hop address is 10.1.1.5. The ip route command needs to be edited so that the 192.168.2.1 address is the next hop address. The ip route command should be removed from the RTB router configuration. Another default route should be configured on RTA with a next hop address of 10.1.1.6. 8. Refer to the exhibit. Which subnet mask would accommodate the number of hosts indicated for all subnets if the major network address was 192.168.25.0/24? 255.255.0.0 255.255.224.0 255.255.255.0 *255.255.255.224

255.255.255.240 255.255.255.248 9. What is the most commonly used exterior routing protocol? *BGP RIP OSPF EIGRP 10. What is one purpose of the TCP three-way handshake? sending echo requests from the source to the destination host to establish the presence of the destination determining the IP address of the destination host in preparation for data transfer requesting the destination to transfer a binary file to the source *synchronizing sequence numbers between source and destination in preparation for data transfer 11. How does TCP ensure the reliable transfer of data? If data segments are not received from the source, the destination requests that the segments be resent. *If an acknowledgment of the transmitted segments is not received from the destination in a predetermined amount of the time, the source resends the data. TCP uses the SYN-ACK portion of the three-way handshake to ensure that all data has been received. The TCP Protocol Interpreter process verifies the transmitted data at source and destination. 12. What are two purposes of DNS? (Choose two.) to dynamically assign IP addressing information to network hosts to simplify the administration of host and default gateway addressing on client computers to assign TCP port numbers to hosts as part of the data transfer process *to resolve human-readable domain names to numeric IP addresses *to replace the static HOSTS file with a more practical dynamic system 13. A company is developing an Internet store for its website. Which protocol should be used to transfer credit card information from customers to the company web server? FTPS HTTP *HTTPS WEP2 TFTP 14. What is used by a routing protocol to determine the best path to include in the routing table? Convergence time Default distance *Metric Type of router 15. How many host addresses may be assigned on each subnetwork when using the 130.68.0.0

network address with a subnet mask of 255.255.248.0? 30 256 *2046 2048 4094 4096 16. Refer to the graphic. Which command will configure a static route on Router A to direct traffic from LAN A that is destined for LAN C? RouterA(config)# ip route 192.168.4.0 255.255.255.0 192.168.5.2 *RouterA(config)# ip route 192.168.4.0 255.255.255.0 192.168.3.2 RouterA(config)# ip route 192.168.5.0 255.255.255.0 192.168.3.2 RouterA(config)# ip route 192.168.3.0 255.255.255.0 192.168.3.1 RouterA(config)# ip route 192.168.3.2 255.255.255.0 192.168.4.0 17. In an IPv4 environment, what information is used by the router to forward data packets from one interface of a router to another? *destination network address source network address source MAC address well known port destination address 18. Why are port numbers included in the TCP header of a segment? to indicate the correct router interface that should be used to forward a segment to identify which switch ports should receive or forward the segment to determine which Layer 3 protocol should be used to encapsulate the data *to enable a receiving host to forward the data to the appropriate application to allow the receiving host to assemble the packet in the proper order 19. After an unsuccessful ping to the local router, the technician decides to investigate the router. The technician observes that the lights and fan on the router are not operational. In which layer of the OSI model is the problem most likely occurring? transport network data link *physical 20. Refer to the exhibit. Which type of UTP cable should be used to connect Host A to Switch1? rollover console crossover *straight-through 21. What are three characteristics of the TCP protocol? (Choose three.) exchanges datagrams unreliably is used to send IP error messages *forces the retransmission of unacknowledged packets

*creates a virtual session between end-user applications carries the IP address of the destination host in the TCP header *is responsible for breaking messages into segments and reassembling them at their destination 22. Refer to the exhibit. A new branch office has been added to the corporate network and a new router is to be installed to allow branch office users to access the database server at headquarters. How should the serial 0/0/0 interface of the new branch office router be configured to connect to the headquarters router? branch_23(config-if)# ip address 192.168.5.19 255.255.255.240 branch_23(config-if)# no shutdown branch_23(config-if)# encapsulation hdlc branch_23(config-if)# ip address 192.168.5.25 255.255.255.240 branch_23(config-if)# no shutdown branch_23(config-if)# encapsulation ppp branch_23(config-if)# no shutdown branch_23(config-if)# encapsulation ppp branch_23(config-if)# ip address 192.168.5.33 255.255.255.240 *branch_23(config-if)# encapsulation ppp branch_23(config-if)# ip address 192.168.5.21 255.255.255.240 branch_23(config-if)# no shutdown 23. When customers use credit cards to make purchases at a small business, a modem is heard dialing a telephone number to transfer the transaction data to the central office. What type of WAN serial connection is in use? leased line packet switched *circuit switched point-to-point 24. The command copy tftp running-config has been entered on the router. What will this command do? copy the configuration in RAM to a server *copy the configuration file from a server to RAM copy the configuration file in NVRAM to RAM copy the configuration file in NVRAM to a server copy the configuration file from a server to NVRAM 25. A network technician is using a network management station to gather data about the performance of devices and links within the ISP. Which application layer protocol makes this possible? *SNMP FTP DHCP SMTP 26. Which two protocols allow network devices to report their status and events to a centralized network management device? (Choose two.) *Syslog

Telnet HTTP HTTPS *SNMP 27. A user reports being able to access the Internet but not being able to download e-mail from the mail server at the ISP. What should the user check on the user workstation? *the POP3 and SMTP server settings in the e-mail application the patch cable connections at the back of the workstation and at the wall plate the DHCP settings in the operating system the IP address, mask, and default gateway values the NIC drivers 28. A user reports being unable to access the Internet. The help desk technician employs a bottom-up approach to troubleshooting. The technician first has the user check the patch cable connection from the PC to the wall, and then has the user verify that the NIC has a green link light. What will the technician have the user do next? Enter an IP address into the WWW browser address bar to see if DNS is at fault. Use traceroute to identify the device along the path to the ISP that may be at fault. *Verify the IP address, subnet, and gateway settings using ipconfig on the PC. Connect to the user home router to check firewall settings for blocked TCP ports. 29. What is the purpose of the routing process? to encapsulate data that is used to communicate across a network *to select the paths that are used to direct traffic to destination networks to convert a URL name into an IP address to provide secure Internet file transfer to forward traffic on the basis of MAC addresses 30. Refer to the exhibit. The network administrator of the building in the graphic needs to choose the type of cable best suited to add ServerB to the network. Which cable type is the best choice? STP UTP coaxial *fiber optic 31. Refer to the exhibit. Which combination of cables and symbols is correct? A - crossover, B - straight-through, C - straight-through A - crossover, B - rollover, C - straight-through *A - straight-through, B -crossover, C - straight-through A - straight-through, B -straight-through, C - straight-through A - straight-through, B - straight-through, C - crossover A - rollover, B - straight-through, C - straight-through 32. Which two commands ensure that any password that permits access to the privileged EXEC mode is not shown in plain text when the configuration files are displayed? (Choose two.) *Router(config)# enable secret cisco Router(config)# enable cisco

Router(config)# encryption-password all Router(config)# enable login encrypted Router(config)# enable password encryption *Router(config)# service password-encryption 33. Refer to the exhibit. The network administrator needs to configure the Fa0/0 interface of RTB so that hosts from RTA can connect to the server that is attached to RTB. Which two commands will the administrator use to accomplish this task? (Choose two.) RTB# ip address 192.168.102.98 255.255.255.248 RTB(config-if)# ip address 192.168.102.99 255.255.255.252 RTB(config)# ip address 192.168.102.97 255.255.255.252 RTB(config)# no shutdown *RTB(config-if)# no shutdown *RTB(config-if)# ip address 192.168.102.97 255.255.255.252 34. Refer to the exhibit. The network administrator has configured the RTA and RTB interfaces. In order to allow hosts that are attached to RTA to reach the server that is attached to RTB, a static route from RTA to the server LAN and a default route from RTB back to RTA need to be configured. Which two commands will the administrator use to accomplish these tasks on the two routers? (Choose two.) RTA(config)# ip route 10.16.10.5 255.255.255.252 10.16.10.6 RTA(config)# ip route 0.0.0.0 0.0.0.0 10.16.10.6 *RTA(config)# ip route 10.16.10.96 255.255.255.252 10.16.10.6 RTB(config)# ip route 10.16.10.6 255.255.255.248 10.16.10.6 *RTB(config)# ip route 0.0.0.0 0.0.0.0 S0/0/1 RTB(config)# ip route 0.0.0.0 0.0.0.0 10.16.10.6 35. Which two statements are true about the use of the debug ip rip command on a Cisco router? (Choose two.) *The debug ip rip command displays RIP routing activity in real time. The debug ip rip command can be issued at the user EXEC configuration mode. The debug ip rip command displays a combination of the information that is displayed by the show ip route and show ip protocols commands. *Because of router processor usage, the debug ip rip command should be used only when necessary. The debug ip rip command should be used instead of the show ip route command whenever possible. 36. Which two processes enable a router to determine paths to destination networks? (Choose two.) inspection of the source IP address in data packets ARP requests from connected routers *manual configuration of routes *updates from other routers DHCP information broadcasts updates from the SMTP management information base 37. Refer to the exhibit. A NOC technician at an ISP enters the command c:\ping 209.165.201.7.

What are two reasons to use this command? (Choose two.) map the path to 209.165.201.7 *test reachability to 209.165.201.7 locate connectivity problems along the route to 209.165.201.7 identify ISPs that interconnect the NOC and remote host with IP 209.165.201.7 *measure the time that packets take to reach 209.165.201.7 and return to the technician's workstation 38. A user is attempting to do an http://www.cisco.com/ without success. Which two configuration values must be set on the host to allow this access? (Choose two.) *DNS server WINS server HTTP server *default gateway Netbios 39. Refer to the exhibit. Which two IP addresses could be assigned to the hosts in the diagram? (Choose two.) 192.168.65.31 192.168.65.32 *192.168.65.35 *192.168.65.60 192.168.65.63 192.168.65.64 40. Which two subnet masks could be used when subnetting a Class B IP address? (Choose two.) *255.255.255.240 *255.255.192.0 255.255.0.0 255.192.0.0 240.0.0.0 255.0.0.0 41. A new router is connected to an existing network. Which two tasks must be completed on the new router to include it in the dynamic routing process? (Choose two.) Enter the new network IP address on all existing routers. *Assign an appropriate IP address and subnet mask to the serial interface. Update the ip host configuration information with the device name and new interface IP address. *Configure a routing protocol with the directly connected network IP addresses. Configure a routing protocol to include all networks from all existing routers. 42. Refer to the exhibit. A ping 192.168.1.20 command is issued on workstation A to determine if workstation B can be reached. What two events will occur if this command is successful? (Choose two.) The router will reply to the echo request with a proxy ping response. Workstation A will send a UDP ping request message to workstation B. The router will send a TCP acknowledgment message to workstation A. Workstation B will send a UDP ping reply message to the router.

*Workstation A will send an ICMP echo request message to workstation B. *Workstation B will send an ICMP echo reply message to workstation A. 43. Refer to the exhibit. Which command would an administrator use to configure the router name? Router# ip hostname Boise Router# hostname Boise Router(config-line)# name Boise *Router(config)# hostname Boise Router> ip hostname Boise 44. Refer to the exhibit. What two conclusions can be drawn about router RTB? (Choose two.) The router is connected to a router named Boise. *Router RTB is connected to a Cisco 1841 router. Router RTB is directly connected to two other routers. *The IP address of the router interface that is connected to router RTB is 192.168.2.6. The RTB router is connected to two Cisco devices by FastEthernet links. 45. A small tire retailer requires a low-cost WAN connection to its headquarters in order to manage its inventory and process customer sales in real time. Which WAN connection type is best suited to its needs? SONET T3 T1 *DSL leased line 46. A Catalyst switch is used as a temporary replacement for another switch that needs to be repaired. About a minute after the switch has started, the SYST LED on the front of the switch transitions from blinking green to amber. What is the meaning of the amber SYST LED? The switch has no configuration file in NVRAM. *The switch has failed POST and must be sent for service. The switch is functioning properly. The switch is in half-duplex mode. 47. A network administrator is asked to design a system to allow simultaneous access to the Internet for 250 users. The ISP can only supply five public IP addresses for this network. What technology can the administrator use to accomplish this task? classful subnetting variable length subnet masks classless interdomain routing *port-based Network Address Translation 48.Refer to the exhibit. The diagram that is shown represents the network of a manufacturing company with its headquarters at one end of a city and its warehouse at the other end. These two locations are connected via a T1 line. How will the Fohi router dynamically learn routes to the 192.168.16.16/28, 192.168.16.32/28, and 192.168.16.64/28 subnetworks? with BGP

with a static route with a directly connected route *with an interior routing protocol 49. Refer to the exhibit. A network administrator configures a static default route to the Internet on RTA. Why does the route not appear in the routing table? The gateway of last resort is not set. *The serial interface is not operational. The routing protocol has not been configured. The default route can only be configured on RTB. The destination prefix mask should be 255.255.255.255. 50. Refer to the exhibit. The PC tries to ping router B at 192.168.2.2, but the ping fails. What is the problem? *The address of the PC is on the wrong subnet. The subnet mask of the PC should be 255.255.255.0. The default gateway should be 192.168.2.1. The DNS server is incorrect. 51. Refer to the exhibit. A network administrator is troubleshooting the serial connection between R1 and R2. There is no communication between R1 and R2. Based on the output of the show ip interface brief command, what is the cause of the problem? *There is a misconfiguration of IP addresses. There is a mismatch of encapsulation methods. The no shutdown command should be issued on R2. The routing protocols are not compatible. 52. Refer to the exhibit. A user who is connected to RTA is trying to telnet to RTB, but the connection is failing. Based on the output of the show running-config command on router RTB, why is the Telnet session failing? Telnet has not been configured on the console line. The login command has not been issued on the console line. *No password has been configured on the VTY lines. A session limit has not been configured for Telnet. 53. Refer to the exhibit. Based on the output of the show ip route command, how many hops are between this router and the 192.168.3.0 network? 3 *4 5 120 54. How does a switch interface that uses sticky port security handle MAC addresses? The addresses are configured manually and are saved in the running configuration. They are configured manually and are not saved in the running configuration. *They are configured dynamically and are saved in the running configuration. They are configured dynamically and are not saved in the running configuration.

Diposkan oleh zufriska.yr di 23:49 0 komentar Reaksi: Posting Lama Beranda Langgan: Entri (Atom)

Link ke posting ini

Tampilan slide

Pengikut

Mengenai Saya
zufriska.yr Lihat profil lengkapku

Arsip Blog

2009 (23)

Mei (12)

CCNA2 FINAL VERSI 3 1 What are some reasons to cha... CCNA2 FINAL VERSI 2 A company is developing an Int... CCNA2 FINAL VERSI 1 1. A customer reports connec... CCNA2 MODUL 9 1. Refer to the exhibit. What are t... CCNA2 MODUL 8 1. Which benefit does SSH offer ov... CCNA2 MODUL 6 1. What is the purpose of a routing... CCNA2 MODUL 5 1. What is the correct command sequ... CCNA2 M0DUL 4 1. In an 8 bit binary number, what ... CCNA2 M0DUL 4 1. In an 8 bit binary number, what ... CCNA2 MODUL 3 1. A network technician is assigned... CCNA2 MODUL 2 1. The DHCP server in a lab enviro... CCNA2 MODUL 1 1. When does a host device issue a... CCNA1 VERSI 3 1. What are the two possible values... CCNA1 FINAL VERSI 2 1. What is specified by the h... CCNA1 FINAL VERSI 1 1. Which protocol is used by ... CCNA1 MODUL 9 1. What should a network administra... CCNA1 MODUL 8 1. Identify three techniques used i... CCNA1 MODUL 7 1. Why is IEEE 802.11 wireless tech... CCNA1 MODUL 6 1. What type of server would use IM...

April (8)

CCNA1 MODUL 5 1. How large are IPv4 addresses? ... CCNA1 MODUL 4 1. Which definition describes the t... CCNA1 MODUL 3 1. Which term is used to describe t... CCNA1 MODUL 2 1. Which method of interacting wit...

Maret (3)

2008 (1)

Agustus (1)

Komponen Komputer

Welcome to IT Taleem, please Register or Login

Home UrduPad IT Cafe Urdu Books & Novels Picture Gallery Radio and TV Quran

IT Taleem - Your Knowledge Treasure


Pictur Hom es & e Albu ms ITTaleem Pakistan's Biggest IT Education Forum > IT Cafe >

Mark Forums Read

Social Groups

Who's Online

Top of Form

User Name Password

Us e r Na me

Remember Me?
Log in

Courses > CCNA


068998b503695e guest login

CCNA Module2 (DsmbISP) Final Exam Solved

Bottom of Form

Register

FAQ

Calendar

Today's Posts

Search

Top of Form

dismissnotice

guest

/show thread.php

Notices

Join Now

Bottom of Form

CCNA Cisco Certified Network Associate (CCNA) By IT King.

Search Forums
Top of Form

process

068998b503695e

guest

Go

Show Threads

Show Posts
Bottom of Form

Tag Search Advanced Search Find All Thanked Posts Go to Page...


Top of Form

Bottom of Form

Thread Tools

Display Modes

10th November 2009, 07:04 PM qaiser_ge e iTT Student

#1

CCNA Module2 (DsmbISP) Final Exam Solved DsmbISP Final - Working at a Small-to-Medium Business or ISP (Version 4.1) 89% accurate

1 What is a feature of PAT? It maps IP addresses to URLs. It displays private IP addresses to public networks. It sends acknowledgments of received packets. It allows multiple hosts on a single LAN to share globally unique IP addresses. Join Date:

Aug 2009 Qualificatio n: MS(Electro nic Engineerin g) Location: Islamabad Age: 26 Posts: 43

2 An administrator wishes to protect a router by encrypting the console access password noaccess. Which command should be used?

Router(config)# enable secret noaccess Router(config)# enable password noaccess Router(config-line)# password noaccess Router(config)# service password-encryption

Refer to the graphic. Which command will configure a static route on Router A to direct traffic from LAN A that is destined for LAN C?

RouterA(config)# ip route 192.168.4.0 255.255.255.0 192.168.5.2 RouterA(config)# ip route 192.168.4.0 255.255.255.0 192.168.3.2 RouterA(config)# ip route 192.168.5.0 255.255.255.0 192.168.3.2 RouterA(config)# ip route 192.168.3.0 255.255.255.0 192.168.3.1 RouterA(config)# ip route 192.168.3.2 255.255.255.0 192.168.4.0

4. When using NAT on a router, what is the term for the IP address of an inside host as it appears to the outside network?

inside local inside global outside local outside global 5 A network engineer is asked to specify the type of cable for a new network installation. The engineer plans horizontal cable runs of less than 90 feet (27.4 meters) using cable that is not expensive and is easy to implement. It will be positioned away from electrically noisy areas to avoid EMI. Which cable should the engineer choose? STP UTP coaxial fiber optic

Refer to the exhibit. Which subnet mask would accommodate the number of hosts shown for each subnetwork with the least amount of IP addresses wasted? 255.255.0.0 255.255.255.192 255.255.255.224 255.255.255.240 255.255.255.248 7

Refer to the exhibit. Which two IP addresses could be assigned to the hosts in the diagram? (Choose two.) 192.168.65.31 192.168.65.32 192.168.65.35 192.168.65.60 192.168.65.63 192.168.65.64

8. A user is able to ping an FTP server across a WAN but is unable to download files from the server. What should be checked to resolve this problem? the NIC drivers the IP configuration the LED status of the NIC firewall settings 9. What is a characteristic of Syslog? It requires users to prove their identity with the use of a username and password before users can access network resources. It listens to network traffic and sends an alert to a management station to track which applications are used and the length of time for which they are used. It enables devices to send information to a daemon that runs on a management station. It provides users the rights to access specific resources and perform specific tasks.

10.

Refer to the exhibit. What does the highlighted value 120 represent? the number of hops between the router and network 10.0.5.0 the administrative distance of the routing protocol the UDP port number that is used for forwarding traffic the bandwidth that is allocated to the serial interface

For complete exam paper [Only registered users can see links. Registration is fast and easy.]

The Following 3 Users Say Thank You to qaiser_gee For This Useful Post: qaiser_gee View Public Profile

kev (2nd June 2011), mahmood_yzai (8th December 2010), SUNNY_DON31 (10th June 2011)

Send a private message to qaiser_gee Find More Posts by qaiser_gee

10th November 2009, 07:36 PM

#2

Kashif58 Super Moderator

Re: CCNA Module2 (DsmbISP) Final Exam Solved


BHUT UMDA JANAB

__________________

Join Date: Aug 2008 Qualification: Graduate Location: Lahore Age: 30 Posts: 9,493

Kashif58 View Public Profile Send a private message to Kashif58 Find More Posts by Kashif58 20th November 2009, 11:03 PM qaiser_gee iTT Student

#3

Re: CCNA Module2 (DsmbISP) Final Exam Solved

Bohat shukriya Kashif bhai

Join Date: Aug 2009 Qualification: MS(Electronic Engineering) Location: Islamabad Age: 26 Posts: 43

qaiser_gee View Public Profile Send a private message to qaiser_gee Find More Posts by qaiser_gee 9th April 2010, 01:35 AM rik iTT Student #4 Re: CCNA Module2 (DsmbISP) Final Exam Solved guys, can u send me the ansers, please yaar rik

Join Date: Apr 2010 Qualification: it techinicien

Location: berlin Age: 28 Posts: 1

rik View Public Profile Send a private message to rik Find More Posts by rik 16th April 2010, 11:02 PM snuffx2 iTT Student

#5

Re: CCNA Module2 (DsmbISP) Final Exam Solved hello send complite examen

Join Date: Apr 2010 Qualification: panama Location: panama Age: 22 Posts: 1

snuffx2 View Public Profile Send a private message to snuffx2 Find More Posts by snuffx2 25th May 2010, 04:00 AM sohailmcm ITT Student #6 Re: CCNA Module2 (DsmbISP) Final Exam Solved thanks bro

Join Date: May 2010 Qualification: MBA Location: saudi arabia Posts: 8

sohailmcm View Public Profile Send a private message to sohailmcm

Find More Posts by sohailmcm

Bookmarks

Digg Twitter del.icio.us Yahoo Buzz

Tags ccna, dsmbisp, exam, final, module2, solved

(View-All) Members who have read this thread : 732 (-) , jth, 123cisco, 123perry, 19771988, 213456789, 8143973, 93josh17, a750717123, aaaaaa, aabid_zar, aadilali, abdil, Abdul Majeed, abdulrahman128, abdulrehman20, abeelzymal, abulbarakaat, achie_scarlet06, adedeji, adeelatif, adnanckg_malik, afzhussain, Agireso, AhmedAlmansouri, ahmedalmurcy, ahmedhyd, Ahsan Rashid, ahsansami, akbar345, akhlaq, alan00255, Alastair, alauddin kolkata, ALEEM HASSAN, alejandra, alhyders, alirizwan, alishanvr, aliwaseem, alladyn, amin24, amnakhann, ams, ana999, anamgohar, andrea, andreialisen, andresmelendez, anga91, anontest, Antoniohy, archiflex, areebamalik, Arfankhan, aristodemo, armando89, artre, arturo, aryaquarino, asadad, asadwaheed, asafko1, asanhh, ashfaque ahmed 123, Asifaliansari, asimumer, ASIM_HUSSAIN, asy7, Atif_habib, attari19, Attraction, auguste, axg1092, ayubwaheed, aziza, azly, Azmatullah, b@db0y, babarthegreat, babble, bakiz89, Bela, belicom, belusto, benstre, best007, bigc04, Bigi, Bigpoch,

(View-All) Members who have read this thread : 732 billy007, Biopandemic, Bismark, Blablabla55, blackhunter, blizzack901, brainsxyx, Bratislav, Brighteye, brinko, bubbawyoming, bubuyog, calgress, califordtg, cccnnn, ccna22, ccna2ccna2, cfrox, chaltone86, champi, Charagrin, chard, cheater12345, cheeta1983, chriswo77, chrocos93, ch_khalid_maher, cido, claudette, cliff1121, cocas, cocolazo, college1, combati, commander.fahad, computer95, cooldudefaik, coorvettesky, Corumlu19, crapcraving, Crazydanna, cristi2004, csibeszpava, cth922, cuneyt1700, cyberbird, d3linku3nt3, Damo, danferdava, danielb1983, danimughal, danish rehan, dani_love786, dankness, danny_sdeel, dareabod, darius91, darkedgar, daveydan, ddd, deena72, Dencla, DenialOfService, DennieV, derf, DesertRat, dexter21, digitalturk, dilnaqvi, DIM, dimazik, djrulaz, dmeek1, Dnniz, do0d83, donhuan, dood83, dreamofkhan, druswandhi, dumi, EAGLE786, ebeyinki, Edchris, elizabeth, ELREYDELASFRESAS, emanee, empfaizan, entropy96, envido, Eric Wesling, ericjauh, errolb, Espiritu_Latino, ExclusiveFly, F3d3r1cO, fahad420, fahad552, fahadyamin, fahadyousaf, faisal1046, faisaltahir, faldosary, fani123, fareed_ahmed75, farhad ali taimur, farkhanda yasmin, fartash, fatherofsun, fatrat, fattiejoel, faye, faysalkhan, feniksii, ff7camilo, fightersinc, final, fizzo, fk5300, fkkk5566, flakhany, flower88, FOAMHAM, freakius, fred82, frishty, frodrig, frz_rz, furqan_kwt, G.Murtaza786, gabello, georgetown, GhS88, GIARUS, gn1185103, Gradenko, Greg59300, greghouse, grengo, gudiahani, guios91, gully, Gwadz, h11_ricardo, haaszrobert, habibgkanji, HackerGamer, hafidhtony, haleluja1991, Hallo, hamzakhalid, hanzun, haohmaru, harllove, hasen, hassan15, HBakri, hcross, Helios, helloplease, helpme, hend, henok, HerpDerp, hestius, hkjc, hordanes, hunterkelo, hunza, huso, Hysenn6363, iftekhar786, ikj, Ilda, illuminity, imam1988, imi_khokhar, imper, imran.siddiqui, imranahmedshaikh, imranakram, imrankhushwaqt, imranmalik00, imuhammad, informatyka_bran, ingpablo, innocent49, Iolanda, ionlywantone, Irfan Rashdi, IT King, ItaatUllahGohar, italiaboi1896, itarabic, itian0210, it_learnt, iverson333, iyankov91, jackass_yun123, jamesnorris99, jamil05, janakahtm, jaroslav, javedhaleem, jawwadyounus, jazraj, jc125, jeffreyab123, jezzirolk, jglh, jhang boys, jiajia, jjjttt, jkaytch, jkmimi, jmbqto, jmesgonzalez, jmiki83, jochy250, joeshmo, johana salinas, johnlena, johnyjohny, john_player, jokhiozulfiqar, jokying, jonkhan, jon_0_3, jovin3202, juancho17, jucting, jugnoo607, Jui3000, juliansito, junaid_1989, kaami448, kaimugen, Kairtel, KaitoKid, kama1io, kamikhanuk, Kamran Qadir, kamrantech, kamranyaqub, karfalabarcelona, Kashif58, kashifali2007, kashifkhan37, kashifsheikh009, kawalsam, kayron, keblingers, kery13, kevthedub, khaanji, khaled88, kheinz, khiltagulab, kikes, kilicas, kilmaralex, kingwaqas, kinoki, kle-e7sas,

(View-All) Members who have read this thread : 732 kluvert, knight1394, konas_cz, koobra12, kosin00, laddu, lahorimunda, lalchand, lares00669, larrytz, lastowl, lazyboi101, Learners, lebswork G/mariam, leesa2, leslie, lfcallera, lika, loghost, lormaichi, lougiE, lovehateme, lovelymalik, Lucas29, luisa, M Mansoor Nazir, m*irfan, ma123asif, mac005, madnan, MAHMOOD_AHMAD_ZIA, mahmood_yzai, majad123, mala, malik321, maliktayyab, malikthegreat, malku, Man1934, manana, maniarasuk, Manisoor, mani_jaaan2, manpreet, maqii, markqt, mary1406, mata, mau786, mcck05, mdepecker, me2twotooto2, MeDON, megatronX2, melam0011, meshta, mhab13, miami, MIGUELITO, migyi, mike519, mila46, mirza85, misterpakistan, mkhaw, mobmob44, Modesto, Mohd Rizwan, mohibswati, mokan, momo1, morbide, Mpichardo, MR-MR12, mrizwanraza, mrsherix, mryber, msa_saif, msohailb, MTK, Muhammad Asgher, mulaim, Munawar Ali, munir1, murendeni, mustaqim87, muzmmal, mwaka977, mwhoob, mynder, MySt3Ry MaN, nabeelmustufan, nacromancer, nadeem ilyas, Naghman89, nano, napb_4, naraaz, nas212, nasim baluch, naveedahsan, NaveedIrshad, naziaahmed14, nesstle, neutroniko, nicholas, nichs, ninsiima130, njpunk116, nmcmcs, Noman Zulfiqar, noman222, nomanahmedkhan, nomi007, noor80, nowsherwan, no_Exist, nrash, num, nzneen7, oacca, obaidgulzar, ohmz, okxey, olly13, omair ali, omarfarooq1000, omisgodoy, oomodyoo, osmanozz, otomanu, outerprex, oxidrene, paglas, pakmuzammil, papapapa, pauly, pazo, peas, penis, Petter, Pferdewurst, phlezbone, phy, pirzada, platonic51, pm2lil, pmaomy, poganeene, PolvitoP, pondpond, powermicro, preetdk06, psycho, punjabianS, qaiser_gee, qasimonline36, Qatan, qsa34, quake87, Quentin238, quichancito, Qumi, qwe123, r1417dy, Ragno91, raheel sethi, raheelkhurram, raikwolf, raiseya20, ramba, ramchandpak, rameezahmad, Rameshwar, rams1666, Rana Arif Bashir, ranafarhan79, rani24, rashhh, rashid221, rastakun21, raulfab4, raza_887, razijee74, redhwane02, regaly, rhy, richelaine, richjhong, RiggeX, rik, ripeazye14, risgamos, Rivenlord1, rizwanahmadkhan, rmmian, roberius31, rocha_sempai, rock5669, rodriyrex, roka2, Rosaldinio, rothkrisz, rsajjad, Rukh, rukh_102, ryan227, saeed1970, sahibzada8, sahil_143, saif111111, saif_ullah, saintinu, saintsion, saleemhom, salitry, salman29, sampanagh, sangay, sang_trash, saqibkhan, sara2005, sargentironballs, saru65, sawadien, scarg, scull, sdasasasd, seiko, shabb4n, shafiqasmi, Shah Jahan, shah1209, shah123, shahzaib, shahzi, shaikhsk, SHAKEEEL, Shamyman, shazibnaveed, shen314, sherazahmad, shlagr, shmugiwara, shoaibblouch, shyboi122, siidi, sinanovi, singador455, sir zulfiqar, sirhandi, siso, Slanni, slipups, smclaren, Smilelover786, snider, snider10, snuffx2, sohail6810, sohailahmed12, sohailmcm, Sohno, sonamonda87, sovany_zoltan, spambby131, spatdesign, ssffvg, steviethekidd, stoopid, Student07, suepin,

(View-All) Members who have read this thread : 732 Sumbul, sunmoon, sunnyogo, supertinkers, super_supporter, swann, syedimrankazmi, syedraza16, szabogabor84, tackypappa, talibwaseem, tanveer562, tapha, tctc, TeamEdge48, teest, tekkens, temoor, TheBlue1, theboyofpakistan, TheKr1ist, The_Yellow_Minute, thk123, threethree, Tibii, tig, tonara, totatota, trac, tradersirius, trarto, tsheref, tues, Tumu, Tux123, Ub3R_aP3, udayakanth, ugg, umair100, umar5, undercover, uniqe4617, unrealkane, ups, usman999, usman_6, usman_ali61, usman_alvi, usman_khalid, uwil_rashu, uzy88, vahidrezaaee, VICTOR, vinod777b, Vir_26, vir_seg, vvrm15, wagaturu, waheedtaleem, wajidrana, wapura, Waqarmajeed, waqas123456789, waseem2378, wasi4u, welcomerose1980, welsemma, wendy, whoes_mylove, williams, wnizama, wolverineq32, w_man, xaibee, XamirX, xeonxl, xhevda, xiaojaywell, yadira castro, yahhoo222, yasiryaseen37, yzteer, zabihullah, zabiiii, zackza, zaheerahmed, zahidanwar, zahidkhan, Zain55, zakir00077777, zargham, zari157, zaryabbutt, zeeray, zekecfh, zia_zs, zilow, zimmithy, zinc, zindel, zmcpk, zohaibshaikh15, zsolt85, zubairarain, zuhaib81, zulu

Top of Form

Thread Tools

Show Printable Version

Email this Page


Bottom of Form

Display Modes

Linear Mode

Switch to Hybrid Mode

Switch to Threaded Mode

Top of Form

Posting Rules You may not threads You may not You may not attachments You may not posts post new post replies post edit your

068998b503695e

Forum Jump
CCNA

Go

Bottom of Form

BB code is On Smilies are On [IMG] code is On HTML code is Off Forum Rules

Similar Threads Thread Thread Starter Forum Repli es Last Post 5th July 2011 12:54 AM 26th October 2009 11:10 AM 12th Septem ber 2009

CCNA Class 1......Introduction of CCNA

IT King

CCNA

179

MBBS Final Part II Exam Jully 2009 Exam NewsBot Result

Indian Board & Universities Results

MSc Maths Final Exam NewsBot Result

Indian Board & Universities Results

Similar Threads 10:30 AM

All times are GMT +6. The time now is 04:24 PM.

Top of Form

Contact Us - IT Taleem - Links Exchange - Archive - Top

Powered by vBulletin Version 3.8.4 Copyright 2000 - 2011, Jelsoft Enterprises Ltd.
Bottom of Form

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186

Você também pode gostar