Free 2014 Latest Cisco 200-120 Dump (51-60) Download!

QUESTION 51
On a corporate network, hosts on the same VLAN can communicate with each other, but they are unable to communicate with hosts on different VLANs. What is needed to allow communication between the VLANs?

A.    a router with subinterfaces configured on the physical interface that is connected to the switch
B.    a router with an IP address on the physical interface connected to the switch
C.    a switch with an access link that is configured between the switches
D.    a switch with a trunk link that is configured between the switches

Answer: A
Explanation:
Different VLANs can’t communicate with each other , they can communicate with the help of Layer3 router. Hence , it is needed to connect a router to a switch , then make the sub-interface on the router to connect to the switch, establishing Trunking links to achieve communications of devices which belong to different VLANs.
When using VLANs in networks that have multiple interconnected switches, you need to use VLAN trunking between the switches. With VLAN trunking, the switches tag each frame sent between switches so that the receiving switch knows to what VLAN the frame belongs. End user devices connect to switch ports that provide simple connectivity to a single VLAN each. The attached devices are unaware of any VLAN structure.
By default, only hosts that are members of the same VLAN can communicate. To change this and allow inter-VLAN communication, you need a router or a layer 3 switch.
Here is the example of configuring the router for inter-vlan communication RouterA(config)#int f0/0.1
RouterA(config-subif)#encapsulation ?
dot1Q IEEE 802.1Q Virtual LAN
RouterA(config-subif)#encapsulation dot1Q or isl VLAN ID RouterA(config-subif)# ip address x.x.x.x y.y.y.y

QUESTION 52
Which command displays CPU utilization?

A.    show protocols
B.    show process
C.    show system
D.    show version

Answer: B
Explanation:
The “show process” (in fact, the full command is “show processes”) command gives us lots of information about each process but in fact it is not easy to read. Below shows the output of this command (some next pages are omitted)

clip_image002
A more friendly way to check the CPU utilization is the command “show processes cpu history”, in which the total CPU usage on the router over a period of time: one minute, one hour, and 72 hours are clearly shown:

clip_image002[4]
+ The Y-axis of the graph is the CPU utilization.+ The X-axis of the graph is the increment within the period displayed in the graph
For example, from the last graph (last 72 hours) we learn that the highest CPU utilization within 72 hours is 37% about six hours ago.

QUESTION 53
What two things will a router do when running a distance vector routing protocol? (Choose two.)

A.    Send periodic updates regardless of topology changes.
B.    Send entire routing table to all routers in the routing domain.
C.    Use the shortest-path algorithm to the determine best path.
D.    Update the routing table based on updates from their neighbors.
E.    Maintain the topology of the entire network in its database.

Answer: AD
Explanation:
Distance means how far and Vector means in which direction. Distance Vector routing protocols pass periodic copies of routing table to neighbor routers and accumulate distance vectors. In distance vector routing protocols, routers discover the best path to destination from each neighbor. The routing updates proceed step by step from router to router.

QUESTION 54
Which command is used to display the collection of OSPF link states?

A.    show ip ospf link-state
B.    show ip ospf lsa database
C.    show ip ospf neighbors
D.    show ip ospf database

Answer: D
Explanation:
The “show ip ospf database” command displays the link states. Here is an example:
Here is the lsa database on R2.
R2#show ip ospf database
OSPF Router with ID (2.2.2.2) (Process ID 1)
Router Link States (Area 0)
Link ID ADV Router Age Seq# Checksum Link count2.2.2.2 2.2.2.2 793 0x80000003 0x004F85 210.4.4.4 10.4.4.4 776 0x80000004 0x005643 1111.111.111.111 111.111.111.111 755 0x80000005 0x0059CA 2133.133.133.133 133.133.133.133 775 0x80000005 0x00B5B1 2 Net Link States (Area 0)
Link ID ADV Router Age Seq# Checksum10.1.1.1 111.111.111.111 794 0x80000001 0x001E8B10.2.2.3 133.133.133.133 812 0x80000001 0x004BA910.4.4.1 111.111.111.111 755 0x80000001 0x007F1610.4.4.3 133.133.133.133 775 0x80000001 0x00C31F

QUESTION 55
If IP routing is enabled, which two commands set the gateway of last resort to the default gateway? (Choose two.)

A.    ip default-gateway 0.0.0.0
B.    ip route 172.16.2.1 0.0.0.0 0.0.0.0
C.    ip default-network 0.0.0.0
D.    ip default-route 0.0.0.0 0.0.0.0 172.16.2.1
E.    ip route 0.0.0.0 0.0.0.0 172.16.2.1

Answer: CE
Explanation:
Both the “ip default-network” and “ip route 0.0.0.0 0.0.0.0 (next hop)” commands can be used to set the default gateway in a Cisco router.

QUESTION 56
Which parameter would you tune to affect the selection of a static route as a backup, when a dynamic protocol is also being used?

A.    hop count
B.    administrative distance
C.    link bandwidth
D.    link delay
E.    link cost

Answer: B
Explanation:
By default the administrative distance of a static route is 1, meaning it will be preferred over all dynamic routing protocols. If you want to have the dynamic routing protocol used and have the static route be used only as a backup, you need to increase the AD of the static route so that it is higher than the dynamic routing protocol.

QUESTION 57
Before installing a new, upgraded version of the IOS, what should be checked on the router, and which command should be used to gather this information? (Choose two.)

A.    the amount of available ROM
B.    the amount of available flash and RAM memory
C.    the version of the bootstrap software present on the router
D.    show version
E.    show processes
F.    show running-config

Answer: BD
Explanation:
When upgrading new version of the IOS we need to copy the IOS to the Flash so first we have to check if the Flash has enough memory or not. Also running the new IOS may require more RAM than the older one so we should check the available RAM too. We can check both with the “show version” command.

QUESTION 58
Which command reveals the last method used to powercycle a router?

A.    show reload
B.    show boot
C.    show running-config
D.    show version

Answer: D
Explanation:
The “show version” command can be used to show the last method to powercycle (reset) a router

clip_image001

QUESTION 59
Which command would you use on a Cisco router to verify the Layer 3 path to a host?

A.    tracert address
B.    traceroute address
C.    telnet address
D.    ssh address

Answer: B
Explanation:
In computing, traceroute is a computer network diagnostic tool for displaying the route (path) and
measuring transit delays of packets across an Internet Protocol (IP) network. The history of the route is recorded as the round-trip times of the packets received from each successive host (remote node) in the route (path); the sum of the mean times in each hop indicates the total time spent to establish the connection. Traceroute proceeds unless all (three) sent packets are lost more than twice, then the connection is lost and the route cannot be evaluated. Ping, on the other hand, only computes the final round-trip times from the destination point.

QUESTION 60
What information does a router running a link-state protocol use to build and maintain its topological database? (Choose two.)

A.    hello packets
B.    SAP messages sent by other routers
C.    LSAs from other routers
D.    beacons received on point-to-point links
E.    routing tables received from other link-state routers
F.    TTL packets from designated routers

Answer: AC
Explanation:
Neighbor discovery is the first step in getting a link state environment up and running. In keeping with the friendly neighbor terminology, a Hello protocol is used for this step. The protocol will define a Hello packet format and a procedure for exchanging the packets and processing the information the packets contain.
After the adjacencies are established, the routers may begin sending out LSAs. As the term flooding implies, the advertisements are sent to every neighbor. In turn, each received LSA is copied and forwarded to every neighbor except the one that sent the LSA.

If you want to pass the Cisco 200-120 Exam sucessfully, recommend to read latest Cisco 200-120 Dump full version.

clip_image001