[PDF&VCE] 300-101 Exam Dump Free Updation Availabe In Lead2pass (51-60)

2016 October Cisco Official New Released 300-101 Dumps in Lead2pass.com!

100% Free Download! 100% Pass Guaranteed!

Lead2pass is constantly updating 300-101 exam dumps. We will provide our customers with the latest and the most accurate exam questions and answers that cover a comprehensive knowledge point, which will help you easily prepare for 300-101 exam and successfully pass your exam. You just need to spend 20-30 hours on studying the exam dumps.

Following questions and answers are all new published by Cisco Official Exam Center: http://www.lead2pass.com/300-101.html

QUESTION 51
Scenario:
You have been asked to evaluate an OSPF network setup in a test lab and to answer questions a customer has about its operation. The customer has disabled your access to the show running-config command.

511
Which of the following statements is true about the serial links that terminate in R3

A.    The R1-R3 link needs the neighbor command for the adjacency to stay up
B.    The R2-R3 link OSPF timer values are 30, 120, 120
C.    The R1-R3 link OSPF timer values should be 10,40,40
D.    R3 is responsible for flooding LSUs to all the routers on the network.

Answer: B
Explanation:
We can see the configured timers using the following command:

QUESTION 52
Scenario:
You have been asked to evaluate an OSPF network setup in a test lab and to answer questions a customer has about its operation. The customer has disabled your access to the show running-config command.
521
How many times was SPF algorithm executed on R4 for Area 1?

A.    1
B.    5
C.    9
D.    20
E.    54
F.    224

Answer: C
Explanation:
This can be found using the "show ip ospf" command on R4.
Look for the Area 1 stats which shows this:

QUESTION 53
Scenario:
You have been asked to evaluate an OSPF network setup in a test lab and to answer questions a customer has about its operation. The customer has disabled your access to the show running-config command.
531
Areas of Router 5 and 6 are not normal areas, inspect their routing tables and determine which statement is true?

A.    R5’s Loopback and R6’s Loopback are both present in R5’s Routing table
B.    R5’s Loopback and R6’s Loopback are both present in R6’s Routing table
C.    Only R5’s loopback is present in R5’s Routing table
D.    Only R6’s loopback is present in R5’s Routing table
E.    Only R5’s loopback is present in R6’s Routing table

Answer: A
Explanation:
Here are the routing tables of R5 and R6:

QUESTION 54
Drag and Drop Question
541
Answer:
542

QUESTION 55
Drag and Drop Question
551
Answer:
552

QUESTION 56
Refer to the exhibit. Based on this FIB table, which statement is correct?
561

A.    There is no default gateway.
B.    The IP address of the router on FastEthernet is 209.168.201.1.
C.    The gateway of last resort is 192.168.201.1.
D.    The router will listen for all multicast traffic.

Answer: C
Explanation:
The 0.0.0.0/0 route is the default route and is listed as the first CEF entry. Here we see the next hop for this default route lists 192.168.201.1 as the default router (gateway of last resort).

QUESTION 57
Refer to the exhibit. A network administrator checks this adjacency table on a router.
What is a possible cause for the incomplete marking?
571

A.    incomplete ARP information
B.    incorrect ACL
C.    dynamic routing protocol failure
D.    serial link congestion

Answer: A
Explanation:
To display information about the Cisco Express Forwarding adjacency table or the hardware Layer 3-switching adjacency table, use the show adjacency command.
Reasons for Incomplete Adjacencies
There are two known reasons for an incomplete adjacency:
The router cannot use ARP successfully for the next-hop interface.
After a clear ip arp or a clear adjacency command, the router marks the adjacency as incomplete. Then it fails to clear the entry.
In an MPLS environment, IP CEF should be enabeled for Label Switching. Interface level command ip route-cache cef
No ARP Entry
When CEF cannot locate a valid adjacency for a destination prefix, it punts the packets to the CPU for ARP resolution and, in turn, for completion of the adjacency.
http://www.cisco.com/c/en/us/support/docs/ip/express-forwarding-cef/17812-cef-incomp.html#t4

QUESTION 58
A network engineer notices that transmission rates of senders of TCP traffic sharply increase and decrease simultaneously during periods of congestion. Which condition causes this?

A.    global synchronization
B.    tail drop
C.    random early detection
D.    queue management algorithm

Answer: A
Explanation:
TCP global synchronization in computer networks can happen to TCP/IP flows during periods of congestion because each sender will reduce their transmission rate at the same time when packet loss occurs.
Routers on the Internet normally have packet queues, to allow them to hold packets when the network is busy, rather than discarding them.
Because routers have limited resources, the size of these queues is also limited. The simplest technique to limit queue size is known as tail drop. The queue is allowed to fill to its maximum size, and then any new packets are simply discarded, until there is space in the queue again. This causes problems when used on TCP/IP routers handling multiple TCP streams, especially when bursty traffic is present. While the network is stable, the queue is constantly full, and there are no problems except that the full queue results in high latency. However, the introduction of a sudden burst of traffic may cause large numbers of established, steady streams to lose packets simultaneously.
http://en.wikipedia.org/wiki/TCP_global_synchronization

QUESTION 59
Which three problems result from application mixing of UDP and TCP streams within a network with no QoS? (Choose three.)

A.    starvation
B.    jitter
C.    latency
D.    windowing
E.    lower throughput

Answer: ACE
Explanation:
It is a general best practice not to mix TCP-based traffic with UDP-based traffic (especially streaming video) within a single service provider class due to the behaviors of these protocols during periods of congestion. Specifically, TCP transmitters will throttle-back flows when drops have been detected. Although some UDP applications have application-level windowing, flow control, and retransmission capabilities, most UDP transmitters are completely oblivious to drops and thus never lower transmission rates due to dropping. When TCP flows are combined with UDP flows in a single service provider class and the class experiences congestion, then TCP flows will continually lower their rates, potentially giving up their bandwidth to drop-oblivious UDP flows. This effect is called TCP-starvation/UDP-dominance. This can increase latency and lower the overall throughput.
TCP-starvation/UDP-dominance likely occurs if (TCP-based) mission-critical data is assigned to the same service provider class as (UDP-based) streaming video and the class experiences sustained congestion. Even if WRED is enabled on the service provider class, the same behavior would be observed, as WRED (for the most part) only affects TCP-based flows.
Granted, it is not always possible to separate TCP-based flows from UDP-based flows, but it is beneficial to be aware of this behavior when making such application-mixing decisions.
http://www.cisco.com/warp/public/cc/so/neso/vpn/vpnsp/spqsd_wp.htm

QUESTION 60
Which method allows IPv4 and IPv6 to work together without requiring both to be used for a single connection during the migration process?

A.    dual-stack method
B.    6to4 tunneling
C.    GRE tunneling
D.    NAT-PT

Answer: A
Explanation:
Dual stack means that devices are able to run IPv4 and IPv6 in parallel. It allows hosts to simultaneously reach IPv4 and IPv6 content, so it offers a very flexible coexistence strategy. For sessions that support IPv6, IPv6 is used on a dual stack endpoint. If both endpoints support Ipv4 only, then IPv4 is used.
Benefits:
Native dual stack does not require any tunneling mechanisms on internal networks ?Both IPv4 and IPv6 run independent of each other
Dual stack supports gradual migration of endpoints, networks, and applications.
http://www.cisco.com/web/strategy/docs/gov/IPV6at_a_glance_c45-625859.pdf

Lead2pass is no doubt your best choice. Using the Cisco 300-101 exam dumps can let you improve the efficiency of your studying so that it can help you save much more time.

300-101 new questions on Google Drive: https://drive.google.com/open?id=0B3Syig5i8gpDeXZ6R3kxS05wV0E

2016 Cisco 300-101 exam dumps (All 183 Q&As) from Lead2pass:

http://www.lead2pass.com/300-101.html [100% Exam Pass Guaranteed]