Get instant access to 200-301 Practice Tests 2021 Free Updated Today!
Welcome to download the newest PassLeader 200-301 PDF dumps ( 216 Q&As)
NEW QUESTION 74
Which statements describe the routing protocol OSPF? (Choose three.)
- A. It increases routing overhead on the network.
- B. It allows extensive control of routing updates.
- C. It supports VLSM.
- D. It is simpler to configure than RIP v2.
- E. It is used to route between autonomous systems.
- F. It confines network instability to one area of the network.
Answer: B,C,F
Explanation:
The OSPF protocol is based on link-state technology, which is a departure from the Bellman-Ford vector based algorithms used in traditional Internet routing protocols such as RIP. OSPF has introduced new concepts such as authentication of routing updates, Variable Length Subnet Masks (VLSM), route summarization, and so forth.
OSPF uses flooding to exchange link-state updates between routers. Any change in routing information is flooded to all routers in the network. Areas are introduced to put a boundary on the explosion of link-state updates. Flooding and calculation of the Dijkstra algorithm on a router is limited to changes within an area.
NEW QUESTION 75
Refer to the exhibit.
Which statement describes the effect of this configuration?
- A. VLAN 10 is added to the VLAN database
- B. The VLAN 10 VTP configuration is displayed
- C. The VLAN 10 configuration is saved when the router exits VLAN configuration mode
- D. VLAN 10 spanning-tree output is displayed
Answer: C
NEW QUESTION 76
A frame that enters a switch fails the Frame Check Sequence. Which two interface counters are incremented?
(Choose two)
- A. frame
- B. input errors
- C. runts
- D. CRC
- E. giants
Answer: B,D
Explanation:
Explanation
Whenever the physical transmission has problems, the receiving device might receive a frame whose bits have changed values. These frames do not pass the error detection logic as implemented in the FCS field in the Ethernet trailer. The receiving device discards the frame and counts it as some kind of input error.
Cisco switches list this error as a CRC error. Cyclic redundancy check (CRC) is a term related to how the FCS math detects an error.
The "input errors" includes runts, giants, no buffer, CRC, frame, overrun, and ignored counts.
The output below show the interface counters with the "show interface s0/0/0" command:
NEW QUESTION 77
Refer to the exhibit.
Which route does R1 select for traffic that is destined to 192 168.16.2?
- A. 192.168 26.0/26
- B. 192.168.16.0/21
- C. 192.168.16.0/27
- D. 192.168.16.0/24
Answer: C
Explanation:
Explanation
The destination IP addresses match all four entries in the routing table but the 192.168.16.0/27 has the longest prefix so it will be chosen. This is called the "longest prefix match" rule.
NEW QUESTION 78
Refer to the exhibit.
PC1 is trying to ping PC3 for the first time and sends out an ARP to S1 Which action is taken by S1?
- A. It forwards it out interface G0/2 only.
- B. It is flooded out every port except G0/0.
- C. It drops the frame.
- D. It forwards it out G0/3 only
Answer: B
NEW QUESTION 79
Which IPv6 address type provides communication between subnets and cannot route on the Internet?
- A. unique local
- B. global unicast
- C. link-local
- D. multicast
Answer: A
Explanation:
A IPv6 Unique Local Address is an IPv6 address in the block FC00::/7. It is the approximate IPv6 counterpart of the IPv4 private address. It is not routable on the global Internet. Note: In the past, Site-local addresses (FEC0::/10) are equivalent to private IP addresses in IPv4 but now they are deprecated. Link-local addresses only used for communications within the local subnet. It is usually created dynamically using a link-local prefix of FE80::/10 and a 64-bit interface identifier (based on 48-bit MAC address).
NEW QUESTION 80
How to configure RIPv2? (Choose Two.)
- A. Enable no auto-summary
- B. Enable authentication E
- C. Enable RIP
- D. Connect RIP to WAN interface
Answer: A,C
NEW QUESTION 81
Refer to the exhibit.
Which switch in this configuration will be elected as the root bridge?
- A. SW2
- B. SW3
- C. SW1
- D. SW4
Answer: C
NEW QUESTION 82
Refer to the exhibit.
An administrator must configure interfaces Gi1/1 and Gi1/3 on switch SW11 PC-1 and PC-2 must be placed in the Data VLAN and Phone-1 must be placed in the Voice VLAN Which configuration meets these requirements?
- A. Option D
- B. Option C
- C. Option A
- D. Option B
Answer: B
NEW QUESTION 83
Refer to the exhibit.
How does the router manage traffic to 192.168.12.16?
- A. it load-balances traffic between all three routes
- B. It chooses the OSPF route because it has the longest prefix inclusive of the destination address.
- C. It chooses the EIGRP route because it has the lowest administrative distance
- D. It selects the RIP route because it has the longest prefix inclusive of the destination address.
Answer: D
NEW QUESTION 84
Which two statements about IPv4 multicast traffic are true? (Choose two.)
- A. It burdens the source host without affecting remote hosts.
- B. It is bandwidth-intensive.
- C. It is the most efficient way to deliver data to multiple receivers.
- D. It simultaneously delivers multiple streams of data.
- E. It uses a minimum amount of network bandwidth.
Answer: C,E
NEW QUESTION 85
Drag and drop the application protocols from the left onto the transport protocols that it uses on the right
Answer:
Explanation:

NEW QUESTION 86
Which option is the default switch port port-security violation mode?
- A. shutdown vlan
- B. protect
- C. restrict
- D. shutdown
Answer: D
NEW QUESTION 87
What is a DHCP client?
- A. a server that dynamically assigns IP addresses to hosts.
- B. a workstation that requests a domain name associated with its IP address
- C. a host that is configured to request an IP address automatically
- D. a router that statically assigns IP addresses to hosts.
Answer: C
NEW QUESTION 88
Drag and drop the IPv4 network subnets from the left onto the correct usable host ranges on the right
Answer:
Explanation:

NEW QUESTION 89
Which two statements about stateful firewalls in an enterprise network are true? (choose two)
- A. They can filter HTTP and HTTPS traffic in the inbound direction only
- B. They are most effective when placed in front of the router connected to the internet
- C. They can use information about previous packets to make decisions about future packets
- D. They are more susceptible to DoS attacks than stateless firewalls
- E. They can track the number of active TCP connections
Answer: C,E
NEW QUESTION 90
Refer to the exhibit.
What is the effect of this configuration?
- A. Egress traffic is passed only if the destination is a DHCP server.
- B. All ARP packets are dropped by the switch.
- C. All ingress and egress traffic is dropped because the interface is untrusted.
- D. The switch discards all ingress ARP traffic with invalid MAC-to-IP address bindings.
Answer: D
NEW QUESTION 91
Which statemnet about ACLs is true?
- A. ACLs will check the packet against all entries looking for a match.
- B. An ACL have must at least one permit action, else it just blocks all traffic.
- C. An ACL has a an implicit permit at the end of ACL.
- D. ACLs go bottom-up through the entries looking for a match
Answer: B
NEW QUESTION 92
How is provided master redundancy on a stacked switches?
- A. 1:1
- B. N:1
- C. 1+N
- D. 1: N
Answer: D
NEW QUESTION 93
Which output displays a JSON data representation?
- A. Option D
- B. Option C
- C. Option A
- D. Option B
Answer: B
Explanation:
Explanation
JSON data is written as name/value pairs.A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a value:"name":"Mark"JSON can use arrays. Array values must be of type string, number, object, array, boolean or null.For example:{"name":"John","age":30,"cars":[ "Ford", "BMW",
"Fiat" ]}JSON can have empty object like "taskId":{}
NEW QUESTION 94
Refer to the exhibit.
An engineer is configuring the router to provide static NAT for the webserver Drag and drop the configuration commands from the left onto the letters that correspond to its position in the configuration on the right.
Answer:
Explanation:

NEW QUESTION 95
Drag and drop the attack-mitigation techniques from the left onto the Types of attack that they mitigate on the right.
Answer:
Explanation:

NEW QUESTION 96
Refer to the exhibit.
If OSPF is running on this network, how does Router 2 handle traffic from Site B to 10.10.13/25 at Site A?
- A. It sends packets out of interface Fa0/1 only.
- B. It load-balances traffic out of Fa0/1 and Fa0/2
- C. It cannot send packets to 10.10.13 128/25
- D. It sends packets out of interface Fa0/2 only.
Answer: C
Explanation:
Explanation
Router2 does not have an entry for the subnet 10.10.13.128/25. It only has an entry for 10.10.13.0/25, which ranges from 10.10.13.0 to 10.10.13.127.
NEW QUESTION 97
Refer to the exhibit.
After the election process what is the root bridge in the HQ LAN?
- A. Switch 2
- B. Switch 1
- C. Switch 3
- D. Switch 4
Answer: D
NEW QUESTION 98
Refer to the exhibit.
Which of these statements correctly describes the state of the switch once the boot process has been completed?
- A. As FastEthernet0/12 will be the last to come up, it will not be blocked by STP.
- B. More VLANs will need to be created for this switch.
- C. The switch will need a different IOS code in order to support VLANs and STP.
- D. Remote access management of this switch will not be possible without configuration change.
Answer: D
NEW QUESTION 99
......
Oct-2021 Latest Test4Engine 200-301 Exam Dumps with PDF and Exam Engine: https://www.test4engine.com/200-301_exam-latest-braindumps.html
Premium Quality Cisco 200-301 Online dumps: https://drive.google.com/open?id=1uW-e08TRLpWqu6BmL4xBB9BfQG8hCSeD