CCNA Questions And Answers


Computer Tutorials
Earn Money From Internet
Cheap Freelancers
Ask An Expert
Register Cheap Domain
Data Recovery
Best Mutual Funds
Trading Forex Online
Cheap Web Hosting
Ajax Tutorials
Cheap Cell Phone Plans
Free Mobile Learning
Job Portal
Photoshop Tutorials
Cheap Jewelry
Cheapest Air Travel

Chapter: 2


65. How do you load a new version of Cisco IOS into the router?
A. Boot system <new IOS version>
B. copy tftp startup-<ios version>
C. copy flash tftp D. copy tftp flash

Answer: D
In order to load a new Cisco IOS, you must put the new IOS version on a TFTP host, then run the copy tftp
flash command at the router. The router will then step you through the steps to load the new IOS.
Chapter: 2


66. The "boot system tftp" command must be followed by what parameters?
(choose 2) A. IOS file name
B. Configuration register setting
C. IP address of tftp host D. Boot rom command
Answer: A, C
Typing boot system tftp <Cisco ios filename> <ip address of tftp host> is the correct parameters.
Chapter: 2


67. Which of the following is true about the Network layer?
(Choose all that apply)
A. Establishes network addresses
B. Uses acknowledgements C. Selects the best path through an internetwork
D. Is responsible for setting up and tearing down a session E. Uses windowing
F. Uses a routed protocol to carry user packets
Answer: A, C, F

The Network layer of the OSI Reference model establishes network addresses, selects the best path through an internetwork, can use routing protocol between routers, can also use a routed protocol to carry user
packets (IP). The Network layer also uses two-part addresses, sets up and maintains routing tables,
discovers networks, adapts to internetwork topology changes and contains broadcasts.
Chapter: 2