| Take Assessment - Final Exam - CCNA 2 Version 2.1.4 1 Which router component provides working memory for configuration files and routing tables? X RAM ROM Flash NVRAM 2 Which command will restart CDP if it has been disabled on the interface of a router? Activate CDP X CDP enable Enable CDP Enable interface 3 What is an example of a global parameter? IP address Network number X Router host name Subnet mask 4 Which routing protocol maintains a complex database of topology information and uses link-state advertisements (LSAs)? RIP IGRP X OSPF EIGRP 5 Which Cisco IOS command displays routing table entries? ping trace X show ip route show interface 6 If a new LAN is added to an internetwork, which command would add the network to the routing table? Router (config)> ip route 2.0.0.0 255.0.0.0 via 1.0.0.2 X Router (config)# ip route 2.0.0.0 255.0.0.0 1.0.0.2 Router (config)# ip route 2.0.0.0 via 1.0.0.2 Router (config)# ip route 2.0.0.0 1.0.0.2 using 255.0.0.0 7 If a router has a serial interface S0 with IP address 107.85.20.2 using a subnet mask of 255.255.255.240, what is the broadcast address used for hosts on this subnet? X 107.85.20.15 107.85.20.255 107.85.255.255 107.255.255.255 8 Which command can be used to check the boot field setting? X Router# show version Router# show register Router# show running-config Router# show startup-config 9 Which statements are true when configuring a router to operate with RIP? At the global configuration prompt issue the command "router rip." Then set up the IP address and subnet mask on each interface. X At the global configuration prompt issue the command "router rip." Then issue the "network" command at the config router prompt for each directly connected network. At the global configuration prompt issue the command "rip." Then use the "network" command to indicate which network(s) to advertise. At the global configuration prompt issue the command "enable rip routing." Then set up the IP address and subnet mask on each interface. 10 Which configuration register mode causes a router to boot from the ROM monitor mode? X 0x---0 0x---1 0x---2 0x---3 11 Which command is used to download a new system image file from a TFTP server to a router? Copy flash tftp Copy nvram tftp X Copy tftp flash Copy tftp nvram 12 Which OSI Layer would an incorrect encapsulation type on a serial interface be classified? Layer 4 Layer 3 X Layer 2 Layer 1 13 What is used by a routing protocol to determine the best path to include in the routing table? Convergence time Default distance X Metric Type of router 14 Which level of Cisco IOS allows only view status? X User mode Enable mode Privileged mode Global configuration mode 15 Which device is normally an example of data circuit terminating equipment (DCE)? X Modem Computer Router Multiplexer 16 Which statement is true concerning port addressing? TCP ports 0-255 are for private applications TCP ports above 1023 are for marketable applications X UDP ports 0-255 are for public applications UDP ports 256-1023 are unregulated 17 Which metric is used in RIP? Bandwidth Delay X Hop count Traffic load 18 Which item best describes the difference between a routed protocol versus a routing protocol? Routed protocols are used between routers to maintain tables while routing protocols are used to carry user data. Routed protocols use distance vector algorithms while routing protocols use link-state algorithms. X Routed protocols are used to carry user data while routing protocols maintain tables. Routed protocols use dynamic addressing while routing protocols use static addressing. 19 How are link-state routing updates triggered? By timers X By topology changes By protocol changes By changing the NIC 20 Which listing BEST describes commands that can be used to test a network? Show ip route, show interfaces, debug, telnet, network test, ping Show ip route, show interfaces, trace, ping, display network, debug Show ip route, debug, trace, ping, telnet, show ip trace X Show ip route, show interfaces, debug, trace, ping, telnet 21 Which keys are pressed in the escape sequence to terminate the initial configuration while in setup mode? ESC X CTRL-C CTRL-ESC CTRL-SHIFT-6 , X 22 Which command is used to backup the active configuration file from a router to a network server? copy tftp startup-config X copy running-config tftp copy tftp flash copy tftp NVRAM 23 Where does a router search for an IOS image if none is found in flash? RAM ROM X TFTP NVRAM 24 What is used by distance-vector routing protocols? A topological database Link-state advertisements X Periodic updates of entire routing table Shortest path first algorithms 25 Which layer of the TCP/IP model corresponds to the OSI network layer? Application X Internet Network Interface Transport 26 What determines how much data a receiving station running TCP/IP can accept before sending an acknowledgment? Protocol size Sequence numbers Transmission rate X Window size 27 What is the first step a Cisco router performs after it is powered up? Empties contents of NVRAM Looks for the configuration file X Performs a POST Starts the operating system 28 Which command is used to configure a routing protocol? Router# rip network 192.11.10.0 X Router(config)# router rip Router(config)# routing rip Router(config)# routing protocol rip 29 What is a typical OSI layer 2 error? Broken cable Cable connected to the wrong port X Improper clock rate settings on serial interfaces Incorrect subnet mask 30 What is the result of executing the erase startup-config command? It deletes the active configuration file from RAM. X It deletes the backup configuration file in NVRAM. It deletes the saved configuration file from ROM. It deletes the saved configuration file from the C:\ drive. 31 Which condition best describes convergence? When messages simultaneously reach a router and a collision occurs When several routers simultaneously route packets along the same path X When all routers in an internetwork have the same knowledge of the structure and topology of the internetwork When several messages are being sent to the same destination 32 What provides sequencing of segments with a forward reference acknowledgment, numbers datagrams before transmission, and reassembles the segments into a complete message? Simple UDP acknowledgment Expectational acknowledgments X TCP sequence and acknowledgment numbers Header checksums and data protocol checksums 33 Which item best defines the ping command? Checks for connectivity at the application layer. X Uses ICMP echo packets to verify connectivity and proper address configuration at the internet layer. Uses TTL values to generate messages from each router used along a path. Verifies the sliding window is set up properly. 34 Which representations have the same meaning when representing the subnet mask? /10 and 255.224.0.0 /15 and 255.255.0.0 X /21 and 255.255.248.0 /24 and 255.255.0.0 35 Which name is given to a group of routers under a common administration that present a consistent view of routing to the external world? X Autonomous system Corporate system Domain name system Interior network system 36 Which metrics are commonly used by routers to evaluate a path? EMI load, SDLC connections, deterioration rate X Bandwidth, load, reliability Distance, hub count, SN ratio Signal count, loss ratio, noise 37 What is a characteristic of IGRP? It is a link state routing protocol. Routing updates are broadcast every 30 seconds. The maximum hop count is 15. X The metric for path selection is a composite metric using bandwidth and delay. 38 Which term refers to the amount of data that can be transmitted before receiving an acknowledgement? X window size closed connection two way handshake expectational acknowledgement 39 A router received a packet with a destination address of 172.16.14.228. Assuming a subnet mask of 255.255.248.0, what is the subnet network address for the destination host? 172.16.1.0 172.16.4.0 X 172.16.8.0 172.16.12.0 40 When sending data to a host on a different network, which address does the source host encapsulate in the IP header? IP address of the router MAC address of the router MAC address of the destination device X IP address of the destination host 41 Which command will display statistics for all interfaces configured on the router? List interfaces X Show interfaces Show processes Show statistics 42 Which statement is true of the count to infinity problem in routing loops? It is caused by the split horizon problem. It is a result of the packet's TTL value becoming too great. Only routers that use hybrid routing can overcome this problem. X Routers that use hold down timers can overcome the problem. 43 Which two layers of the OSI model are described by WAN standards? Application Layer, Physical Layer X Data Link Layer, Physical Layer Data Link Layer, Transport Layer Physical Layer, Network Layer 44 Which type of protocol controls how and when routers communicate with neighboring routers? Media access layer protocol Routed protocol X Routing protocol Transport protocol 45 What is the function of the reload command? X It reboots the router It saves the new IOS to Flash memory It loads a new configuration file in NVRAM It loads a configuration file from a TFTP server 46 What is the purpose of the IOS enable secret command? To allow the user to establish password protection on incoming Telnet sessions To allow the user to establish password protection on the console terminal To enable the user to access the User mode X To enable the user to enter a password that will be encrypted 47 Which command causes a router to boot from ROM? Router# boot system rom Router# boot system rom IOS_filename X Router(config)# boot system rom Router(config)# boot system rom IOS_filename 48 Which command is used to turn off the name-to-address translation in a router? no ip host no ip address no ip name-search X no ip domain-lookup 49 Which type of network would typically use a static route for external traffic? Fully meshed network Multihomed network Network with frequent topology changes X Stub network 50 How many bits are in the network and subnet portion of a class B network with a subnet mask of 255.255.240.0? 18 19 X 20 21 51 How can a router learn a path to a destination? ARP tables DNS entries X Dynamic routing Temporary routing 52 From the following list, what is the correct order of data encapsulation? 1. Segments2. Bits3. Packets4. Frames X 1-3-4-2 2-1-3-4 2-3-4-1 3-1-2-4 53 What is exchanged to provide communication between two hosts' source and destination OSI peer layers? Packet datagrams Packet data units Protocol datagrams X Protocol data units |