CCNA 2 Ch1

23 Questions | Attempts: 210
Share

SettingsSettingsSettings
CCNA Quizzes & Trivia

This quiz for chapter 1
in ccna cetificates


Questions and Answers
  • 1. 

    If a router cannot find a valid configuration file during the startup sequence, what will occur?

    • A.

      The startup sequence will reset.

    • B.

      The router will prompt the user for a response to enter setup mode.

    • C.

      The startup sequence will halt until a valid configuration file is acquired.

    • D.

      The router will generate a default configuration file based on the last valid configuration.

    • E.

      The router will monitor local traffic to determine routing protocol configuration requirements

    Correct Answer
    B. The router will prompt the user for a response to enter setup mode.
  • 2. 

    Refer to the exhibit. The network administrator has configured the router with the interface IP addresses shown for the directly connected networks. Pings from the router to hosts on the connected networks or pings between router interfaces are not working. What is the most likely problem?

    • A.

      The destination networks do not exist

    • B.

      The IP addresses on the router interfaces must be configured as network addresses and not host addresses.

    • C.

      The interfaces must be enabled with the no shutdown command.

    • D.

      Each interface must be configured with the clock rate command.

    Correct Answer
    C. The interfaces must be enabled with the no shutdown command.
  • 3. 

    Refer to the exhibit. What can be concluded from the routing table output in the exhibit? (Choose two.)

    • A.

      This router only has two interfaces.

    • B.

      The router interfaces are not operational yet.

    • C.

      This router is configured to forward packets to remote networks.

    • D.

      The FastEthernet0/0 and Serial0/0/0 interfaces of this router were configured with an IP address and the no shutdown command.

    • E.

      An IP packet received by this router with a destination address of 198.18.9.1 will be forwarded out of the Serial0/0/0 interface

    Correct Answer(s)
    D. The FastEthernet0/0 and Serial0/0/0 interfaces of this router were configured with an IP address and the no shutdown command.
    E. An IP packet received by this router with a destination address of 198.18.9.1 will be forwarded out of the Serial0/0/0 interface
  • 4. 

    Refer to the exhibit. The frame shown in the exhibit was received by the router. The router interfaces are operational. How will the router process this frame? (Choose two.)

    • A.

      The router will change the source and destination IP address in the packet before forwarding the frame.

    • B.

      The router will change the frame type to one supported by the WAN link before forwarding the frame.

    • C.

      The router will use the destination MAC address to determine which interface to forward the packet.

    • D.

      The frame was received on the Fa0/0 interface of the router and will be switched to the S0/0/0 interface.

    • E.

      The frame was received on the S0/0/0 interface of the router and will be switched to the Fa0/0 interface.

    Correct Answer(s)
    B. The router will change the frame type to one supported by the WAN link before forwarding the frame.
    D. The frame was received on the Fa0/0 interface of the router and will be switched to the S0/0/0 interface.
  • 5. 

    Passwords can be used to restrict access to all or parts of the Cisco IOS. Select the modes and interfaces that can be protected with passwords. (Choose three.)

    • A.

      VTY interface

    • B.

      Console interface

    • C.

      Ethernet interface

    • D.

      Secret EXEC mode

    • E.

      Privileged EXEC mode

    Correct Answer(s)
    A. VTY interface
    B. Console interface
    E. Privileged EXEC mode
  • 6. 

    Which two statements correctly describe the components of a router? (Choose two.)

    • A.

      RAM permanently stores the configuration file used during the boot sequence.

    • B.

      ROM contains diagnostics executed on hardware modules

    • C.

      NVRAM stores a backup copy of the IOS used during the boot sequence.

    • D.

      Flash memory does not lose its contents during a reboot.

    • E.

      ROM contains the most current and most complete version of the IOS.

    Correct Answer(s)
    B. ROM contains diagnostics executed on hardware modules
    D. Flash memory does not lose its contents during a reboot.
  • 7. 

    Refer to the exhibit. After host 2 is connected to the switch on the LAN, host 2 is unable to communicate with host 1. What is the cause of this problem?

    • A.

      The subnet mask of host 2 is incorrect.

    • B.

      Host 1 and host 2 are on different networks

    • C.

      The switch needs an IP address that is not configured.

    • D.

      The router LAN interface and host 1 are on different networks.

    • E.

      The IP address of host 1 is on a different network than is the LAN interface of the router.

    Correct Answer
    B. Host 1 and host 2 are on different networks
  • 8. 

    Which are functions of a router? (Choose three.)

    • A.

      Packet switching

    • B.

      Extension of network segm

    • C.

      Segmentation of broadcast domains

    • D.

      Selection of best path based on logical addressing

    • E.

      Election of best path based on physical addressing

    Correct Answer(s)
    A. Packet switching
    C. Segmentation of broadcast domains
    D. Selection of best path based on logical addressing
  • 9. 

    Refer to the exhibit. All routers have a route in its routing table to each network that is shown in the exhibit. Default routes have not been issued on these routers. What can be concluded about how packets are forwarded in this network? (Choose two.)

    • A.

      If RouterC receives a packet that is destined for 10.5.1.1, it will be forwarded out interface Fa0/0.

    • B.

      If RouterA receives a packet that is destined for 192.168.3.146, it will be forwarded out interface S0/0/1.

    • C.

      If RouterB receives a packet that is destined for 10.5.27.15, it will be forwarded out interface S0/0/1.

    • D.

      If RouterB receives a packet that is destined for 172.20.255.1, it will be forwarded out interface S0/0/0.

    • E.

      If RouterC receives a packet that is destined for 192.16.5.101, it will be forwarded out interface S0/0/1.

    Correct Answer(s)
    B. If RouterA receives a packet that is destined for 192.168.3.146, it will be forwarded out interface S0/0/1.
    C. If RouterB receives a packet that is destined for 10.5.27.15, it will be forwarded out interface S0/0/1.
  • 10. 

    The serial connection shown in the graphic needs to be configured. Which configuration commands must be made on the Sydney router to establish connectivity with the Melbourne site? (Choose three.)

    • A.

      Sydney(config-if)# ip address 201.100.53.2 255.255.255.0

    • B.

      Sydney(config-if)# no shutdown

    • C.

      Sydney(config-if)# ip address 201.100.53.1 255.255.255.224

    • D.

      Sydney(config-if)# clock rate 56000

    • E.

      Sydney(config-if)# ip host Melbourne 201.100.53.2

    Correct Answer(s)
    A. Sydney(config-if)# ip address 201.100.53.2 255.255.255.0
    B. Sydney(config-if)# no shutdown
    D. Sydney(config-if)# clock rate 56000
  • 11. 

    Refer to the exhibit. What can be concluded from the output of the running-configuration of a router?

    • A.

      The passwords are encrypted.

    • B.

      The current configuration was saved to NVRAM.

    • C.

      The configuration that is shown will be the one used on the next reboot.

    • D.

      The commands that are displayed determine the current operation of the router.

    Correct Answer
    D. The commands that are displayed determine the current operation of the router.
  • 12. 

    The commands that are displayed determine the current operation of the router.

    • A.

      Source IP address: 192.168.10.129

    • B.

      Source IP address: BBBB.3333.5677

    • C.

      Source IP address: BBBB.3333.5677

    • D.

      Destination IP address: 192.168.10.134

    • E.

      Destination MAC address: 9999.DADC.1234

    Correct Answer(s)
    D. Destination IP address: 192.168.10.134
    E. Destination MAC address: 9999.DADC.1234
  • 13. 

    What is the outcome of entering these commands? R1(config)# line vty 0 4R1(config-line)# password check123R1(config-line)# login

    • A.

      Ensures that a password is entered before entering user EXEC mode

    • B.

      Sets the password to be used for connecting to this router via Telnet

    • C.

      Requires check123 to be entered before the configuration can be saved

    • D.

      Creates a local user account for logging in to a router or switch

    Correct Answer
    B. Sets the password to be used for connecting to this router via Telnet
  • 14. 

    Which of the following is the correct flow of routines for a router startup?

    • A.

      Load bootstrap, load IOS, apply configuration

    • B.

      Load bootstrap, apply configuration, load IOS

    • C.

      Load IOS, load bootstrap, apply configuration, check hardware

    • D.

      Check hardware, apply configuration, load bootstrap, load IOS

    Correct Answer
    A. Load bootstrap, load IOS, apply configuration
  • 15. 

    What three processes does a router execute when it receives a packet from one network that is destined for another network? (Choose three.)

    • A.

      Decapsulates the Layer 3 packet by stripping off the Layer 2 frame header

    • B.

      Uses the destination MAC Address in the IP Header to look up the next-hop address in the routing table

    • C.

      Leaves the Layer 2 frame header intact when decapsulating the Layer 3 packet

    • D.

      Uses the destination IP Address in the IP header to look up the next-hop address in the routing table

    • E.

      Encapsulates the Layer 3 packet into the new Layer 2 frame and forwards it out the exit interface

    Correct Answer(s)
    A. Decapsulates the Layer 3 packet by stripping off the Layer 2 frame header
    D. Uses the destination IP Address in the IP header to look up the next-hop address in the routing table
    E. Encapsulates the Layer 3 packet into the new Layer 2 frame and forwards it out the exit interface
  • 16. 

    The network administrator needs to connect two routers directly via their FastEthernet ports. What cable should the network administrator use?

    • A.

      Straight-through

    • B.

      Straight-through

    • C.

      Cross-over

    • D.

      Serial

    Correct Answer
    C. Cross-over
  • 17. 

    Which two statements describe characteristics of load balancing? (Choose two.)

    • A.

      Load balancing occurs when a router sends the same packet to different destination networks.

    • B.

      Load balancing occurs when a router sends the same packet to different destination networks.

    • C.

      Load balancing allows a router to forward packets over multiple paths to the same destination network.

    • D.

      Unequal cost load balancing is supported by EIGRP.

    • E.

      If multiple paths with different metrics to a destinations exist, the router cannot support load balancing.

    Correct Answer(s)
    C. Load balancing allows a router to forward packets over multiple paths to the same destination network.
    D. Unequal cost load balancing is supported by EIGRP.
  • 18. 

    What information about the router and its startup process can be gathered from the output of the show version command? (Choose three.)

    • A.

      The last restart method

    • B.

      The command buffer contents

    • C.

      The amount of NVRAM and FLASH used

    • D.

      The configuration register settings

    • E.

      The location from where the IOS loaded

    Correct Answer(s)
    A. The last restart method
    D. The configuration register settings
    E. The location from where the IOS loaded
  • 19. 

    Which interfaces in the exhibit could be used for a leased line WAN connection? (Choose two.)

    • A.

      1

    • B.

      3

    • C.

      4

    • D.

      5

    • E.

      6

    Correct Answer(s)
    A. 1
    C. 4
  • 20. 

    From what location can a router load the Cisco IOS during the boot process? (Choose two.)

    • A.

      RAM

    • B.

      TFTP server

    • C.

      NVRAM

    • D.

      Setup routine

    • E.

      Flash memory

    Correct Answer(s)
    B. TFTP server
    E. Flash memory
  • 21. 

    A network administrator has just entered new configurations into Router1. Which command should be executed to save configuration changes to NVRAM?

    • A.

      Router1# copy running-config flash

    • B.

      Router1(config)# copy running-config flash

    • C.

      Router1# copy running-config startup-config

    • D.

      Router1(config)# copy running-config startup-config

    • E.

      Router1# copy startup-config running-config

    Correct Answer
    D. Router1(config)# copy running-config startup-config
  • 22. 

    What is the default sequence for loading the configuration file?

    • A.

      NVRAM, FLASH, ROM

    • B.

      FLASH, TFTP,CONSOLE

    • C.

      NVRAM, TFTP, CONSOLE

    • D.

      FLASH, TFTP, ROM

    Correct Answer
    C. NVRAM, TFTP, CONSOLE
  • 23. 

     What header address information does a router change in the information it receives from an attached Ethernet interface before information is transmitted out another interface?

    • A.

      Only the Layer 2 source address

    • B.

      Only the Layer 2 destination address

    • C.

      Only the Layer 3 source address

    • D.

      Only the Layer 3 destination address

    • E.

      The Layer 2 source and destination address

    Correct Answer
    E. The Layer 2 source and destination address

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jul 30, 2011
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 24, 2010
    Quiz Created by
    Alqubaity
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.