640 607qaesample
640 607qaesample
Important Note
Please Read Carefully
Study Tips
This product will provide you questions and answers along with detailed explanations carefully compiled and
written by our experts. Try to understand the concepts behind the questions instead of cramming the questions.
Go through the entire document at least twice so that you make sure that you are not missing anything.
Further Material
For this test TestKing also provides:
* Study Guide. Concepts and labs.
* Interactive Test Engine Examinator. Check out an Examinator Demo at
http://www.testking.com/index.cfm?pageid=724
Latest Version
We are constantly reviewing our products. New material is added and old material is revised. Free updates are
available for 90 days after the purchase. You should check your member zone at TestKing an update 3-4 days
before the scheduled exam date.
1. Go to www.testking.com
2. Click on Member zone/Log in
3. The latest versions of all purchased products are downloadable from here. Just click the links.
For most updates, it is enough just to print the new questions at the end of the new version, not the whole
document.
Feedback
Feedback on specific questions should be send to [email protected]. You should state: Exam number and
version, question number, and login ID.
-2-
640 – 607 Sample
QUESTION NO: 1
Which of the following troubleshooting tools use the protocol ICMP? (Choose two)
A. Ping
B. Telnet
C. Configure
D. Trace route
E. Show commands
F. Standard access list
Answer: A, D
Explanation: The two protocol tools that use ICMP messaged to perform their function are ping and trace
route.
Incorrect Answers:
B: Telnet uses TCP.
C: Configure is not a protocol tool.
E: They are not part of ICMP, nor do they use ICMP.
Steve McQuerry. Interconnecting Cisco Network Devices. (Cisco Press: 2000) pages 217-218.
QUESTION NO: 2
Which one of the following is a layer two broadcast?
Answer: D
Explanation: The MAC address for a broadcast is FF-FF-FF-FF-FF-FF.
Incorrect Answers:
A and B: These are IP addresses and 802.3 uses MAC addresses.
C: This is the address used for a multicast.
Steve McQuerry. Interconnecting Cisco Network Devices. (Cisco Press: 2000) pages 149-152.
-3-
640 – 607 Sample
QUESTION NO: 1
Exhibit:
The network administrator of the TestKing1 router adds the following command to the router
configuration: ip route 192.168.12.0 255.255.255.0 172.16.12.1
What are the results of adding this command? (Choose two)
Answer: A, C
Explanation:
IP route command defines static route on a particular router, Traffic from 192.168.12.0 network is forwarded to
172.16.12.1 ( IP address of next hop interface).
Incorrect answers
B: It will not invoke any routing Protocol. It defines static route.
D: Only traffic from 192.168.12.0 network is forwarded to 172.16.12.1.
E: It will not propagate route automatically by using ip route command. Route will be propagated only if you
defined routing protocol configured networks.
QUESTION NO: 2
What does a configuration Register Setting of 0x2105 indicate to the Router?
-4-
640 – 607 Sample
Answer: B
Explanation:
It is stated in the book ICND by Steve McQuerry page 127 that if the configuration register boot field value is
from 0x2 to 0xF, the bootstrap code parses any configuration in NVRAM for boot system commands.
Incorrect Answers:
A: Statement is wrong because IOS code is located in flash not NVRAM (startup-configuration)
C: Register setting of 0x2105 where 5 is the boot field. Boot field value of 0x2 to 0xF will look for startup-
configuration in the NVRAM and won't be bypass.
D: Statement is wrong because IOS code is located in flash not ROM (RxBoot).
E: This register is not for password recovery.
F: This statement is wrong.
QUESTION NO: 3
Exhibit:
After Configuring the router show in the exhibit, the TestKing technician decides to test and document
the network, pings from the technician’s laptop to all of the interface on each router were successful, if a
technician initiates a telnet session to Router TestKing1 and issues the show arp command, which of the
following items will be among the entries displayed in the output?
Answer: B
-5-
640 – 607 Sample
Explanation: Because the question stated that the technician initiated a telnet session to Testking1 not
TestKing2 so the layer 2 destination address will have the TestKing1 MAC address.
Incorrect Answers:
A, C: Serial interfaces don't have layer 2 addresses (MAC addresses)?
D: Telnet initiated from Testking 1. It will not show Mac address of EO on Testking2
QUESTION NO: 4
Exhibit:
*** Out Put Omitted***
Users have been complaining that network applications are running very slowly and responding to input
commands intermittently. While troubleshooting the problem, a TestKing technician issues the slow
interface E0 command on the router attached to the network. Based on the partial output shown in the
exhibit.. Which of the following items indicates that interface E0 is overloaded and causing the network
to perform slowly?
Answer: D
Explanation: Interface E0 is only 50% reliable (128/255) where 255/255 being 100% reliable.
Incorrect Answers:
A, B, C: Because those are default settings and those output are the output readings in normal operation.
-6-
640 – 607 Sample
QUESTION NO: 5
Which of the following correctly describe steps in the OSI data encapsulation process? (Choose two)
A. Transport layer divides a data stream into segments & adds reliability & flow control information
B. Data link layer adds physical source & destination address & an FCS to the segment
C. Packets are created when the network layer encapsulate a frame with source & destination host address
& protocol related control information
D. Packets are created when the network layers adds layers 3 address & control information to a segment
E. The presentation layer translated bits into bits into voltages for transmission across the physical link
Answer: A, D
Explanation:
A: It is the function of Transport layer. TCP and UDP operates in this layer
D: It is the function of the network layer.
Incorrect answers:
B: It will use frames instead of segments.
C: The network layer can not encapsulate frame. It adds Layer 3 address to segment received from transport
layer.
E: It is not the function of Presentation layer. It is function of Physical layer.
-7-