Menu

Skip to content
New Updated Lead2pass ExamCollection

New Updated Lead2pass ExamCollection

100% pass by training Lead2pass latest exam dumps

2016 New 200-105 Exam PDF Ensure 200-105 Certification Exam Pass 100%

Posted on July 11, 2016 by admin

2016 July Cisco Official New Released 200-105 Q&As in Lead2pass.com!

100% Free Download! 100% Pass Guaranteed!

Lead2pass is ready to provide Cisco candidates with 200-105 exam dumps which can be very helpful for getting Cisco certification, which means that candidates can easily get access to the services of Cisco 200-105 exam dumps, which will assure them 100% passing success rate. With Lead2pass 200-105 exam dumps, it will be easy to pass your 200-105 exam at your first time.

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

QUESTION 1
Refer to the exhibit. Why has this switch not been elected the root bridge for VLAN1?

A.    It has more than one interface that is connected to the root network segment.
B.    It is running RSTP while the elected root bridge is running 802.1d spanning tree.
C.    It has a higher MAC address than the elected root bridge.
D.    It has a higher bridge ID than the elected root bridge.

Answer: D
Explanation:
http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a008009482f.s.html
When a switch receives a BPDU, it first compares priority, the lower number wins. If a tie, compare MAC, the smaller one wins. Here Switch has 32769 priority which is greater than 20481 so switch will not elect for root bridge. It says the bridge priority for Switch is 32769, and the root priority is 20481. Which means that some other switch has the lower priority and won the election for VLAN 1.

QUESTION 2
Which two of these statements regarding RSTP are correct? (Choose two.)

A.    RSTP cannot operate with PVST+.
B.    RSTP defines new port roles.
C.    RSTP defines no new port states.
D.    RSTP is a proprietary implementation of IEEE 802.1D STP.
E.    RSTP is compatible with the original IEEE 802.1D STP.

Answer: BE
Explanation:
http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfa.shtml
Port Roles
The role is now a variable assigned to a given port. The root port and designated port roles remain, while the blocking port role is split into the backup and alternate port roles. The Spanning Tree Algorithm (STA) determines the role of a port based on Bridge Protocol Data Units (BPDUs). In order to simplify matters, the thing to remember about a BPDU is there is always a method to compare any two of them and decide whether one is more useful than the other. This is based on the value stored in the BPDU and occasionally on the port on which they are received. This considered, the information in this section explains practical approaches to port roles.
Compatibility with 802.1D
RSTP is able to interoperate with legacy STP protocols. However, it is important to note that the inherent fast convergence benefits of 802.1w are lost when it interacts with legacy bridges.

QUESTION 3
Drag and Drop Question
Drat the Frame Relay acronym on the left to match its definition on the right. (Not all acronyms are used)

Answer:

Explanation:
Enhanced Interior Gateway Routing Protocol (EIGRP) is a Cisco proprietary routing protocol, so it is vendor-specific. By default, EIGRP internal routes have an administrative distance value of 90. OSPF uses cost as its metric. By default, the cost of an interface is calculated based on bandwidth with the formula cost= 10000 0000/bandwidth (in bps). OSPF elects a DR on each broadcast and nonbroadcast multiaccess networks (like Ethernet and Frame Relay environments, respectively). It doesn’t elect a DR on point-to-point link (like a serial WAN).

QUESTION 4
Refer to the exhibit. Which switch provides the spanning-tree designated port role for the network segment that services the printers?

A.    Switch1
B.    Switch2
C.    Switch3
D.    Switch4

Answer: C
Explanation:
First, the question asks what switch services the printers, so it can be Switch 3 or Switch 4
which is connected directly to the Printers.
Designated port is a port that is in the forwarding state. All ports of the root bridge are designated ports.
Switch 3 and Switch 4 has same priority so it will see on lowest MAC address and here switch 3 has lowest MAC address. So switch 3 segment will play a Designated port role. By comparing the MAC address of Switch 3 and Switch 4 we found that the MAC of Switch 3 is smaller. Therefore the interface connected to the Printers of Switch 3 will become designated interface and the interface of Switch 4 will be blocked.

QUESTION 5
Refer to the exhibit. Given the output shown from this Cisco Catalyst 2950, what is the reasons that interface FastEthernet 0/10 is not the root port for VLAN 2?

A.    This switch has more than one interface connected to the root network segment in VLAN 2.
B.    This switch is running RSTP while the elected designated switch is running 802.1d Spanning
Tree.
C.    This switch interface has a higher path cost to the root bridge than another in the topology.
D.    This switch has a lower bridge ID for VLAN 2 than the elected designated switch.

Answer: C
Explanation:
These four parameters are examined in order to make root bridge , root port , designated port. Other switch has lowest Sending Bridge ID or Sending Port ID so vlan 2 is not the root port.
1. A lower Root Bridge ID
2. A lower path cost to the Root
3. A lower Sending Bridge ID
4. A lower Sending Port ID

QUESTION 6
Refer to the exhibit. At the end of an RSTP election process, which access layer switch port will assume the discarding role?

A.    Switch3, port fa0/1
B.    Switch3, port fa0/12
C.    Switch4, port fa0/11
D.    Switch4, port fa0/2
E.    Switch3, port Gi0/1
F.    Switch3, port Gi0/2

Answer: C
Explanation:
In this question, we only care about the Access Layer switches (Switch3 & 4). Switch 3 has a lower bridge ID than Switch 4 (because the MAC of Switch3 is smaller than thatof Switch4) so both ports of Switch3 will be in forwarding state. The alternative port will surely belong to Switch4.
Switch4 will need to block one of its ports to avoid a bridging loop between the two switches.
But how does Switch4 select its blocked port?
Well, the answer is based on the BPDUs it receives from Switch3.
A BPDU is superior than another if it has:
1. A lower Root Bridge ID
2. A lower path cost to the Root
3. A lower Sending Bridge ID
4. A lower Sending Port ID
These four parameters are examined in order. In this specific case, all the BPDUs sent by Switch3 have the same Root Bridge ID, the same path cost to the Root and the same Sending Bridge ID. The only parameter left to select the best one is the Sending Port ID (Port ID = port priority + port index). In this case the port priorities are equal because they use the default value, so Switch4 will compare port index values, which are unique to each port on the switch, and because Fa0/12 is inferior to Fa0/1, Switch4 will select the port connected with Fa0/1 (of Switch3) as its root port and block the other port -> Port fa0/11 of Switch4 will be blocked (discarding role)

QUESTION 7
Which port state is introduced by Rapid-PVST?

A.    learning
B.    listening
C.    discarding
D.    forwarding

Answer: C
Explanation:
Spanning Tree from PVST+ to Rapid-PVST Migration Configuration Example
Reference 1:
http://www.cisco.com/en/US/products/hw/switches/ps708/products_configuration_example09186a00807b0670.shtml
Reference 2:
http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfa.shtml
PVST+ is based on IEEE802.1D Spanning Tree Protocol (STP). But PVST+ has only 3 port states (discarding, learning and forwarding) while STP has 5 port states (blocking, listening, learning, forwarding and disabled). So discarding is a new port state in PVST+.
Background Information
802.1D Spanning Tree Protocol (STP) has a drawback of slow convergence. Cisco Catalyst switches support three types of STPs, which are PVST+, rapid-PVST+ and MST.
PVST+ is based on IEEE802.1D standard and includes Cisco proprietary extensions such as BackboneFast, UplinkFast, and PortFast. Rapid-PVST+ is based on IEEE 802.1w standard and has a faster convergence than 802.1D. RSTP (IEEE 802.1w) natively includes most of the Cisco proprietary enhancements to the 802.1D Spanning Tree, such as BackboneFast and UplinkFast. Rapid-PVST+ has these unique features:
Uses Bridge Protocol Data Unit (BPDU) version 2 which is backward compatible with the 802.1D STP, which uses BPDU version 0.
All the switches generate BPDUs and send out on all the ports every 2 seconds, whereas in 802.1D STP only the root bridge sends the configuration BPDUs.
Port Roles–Root port, designated port, alternate port and backup port.
Port States–Discarding, Learning, and Forwarding.
Port Types–Edge Port (PortFast), Point-to-Point and Shared port.
Rapid-PVST uses RSTP to provide faster convergence. When any RSTP port receives legacy 802.1D BPDU, it falls back to legacy STP and the inherent fast convergence benefits of 802.1w are lost when it interacts with legacy bridges.

QUESTION 8
A network administrator is troubleshooting an EIGRP problem on a router and needs to confirm the IP addresses of the devices with which the router has established adjacency.
The retransmit interval and the queue counts for the adjacent routers also need to be checked.
What command will display the required information?

A.    Router# show ip eigrp adjacency
B.    Router# show ip eigrp topology
C.    Router#show ip eigrp interfaces
D.    Router#show ip eigrp neighbors

Answer: D
Explanation:
Implementing EIGRP
http://www.ciscopress.com/articles/article.asp?p=1171169&seqNum=3
Below is an example of the show ip eigrp neighbors command. The retransmit interval (Smooth Round Trip Timer SRTT) and the queue counts (Q count, which shows the number of queued EIGRP packets) for the adjacent routers are listed:
R1#show ip eigrp neighbors
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num
0 10.10.10.2 Fa0/0 12 00:00:39 1282 5000 0 3
QUESTION 9
Refer to the exhibit. Each of these four switches has been configured with a hostname, as well as being configured to run RSTP. No other configuration changes have been made.
Which three of these show the correct RSTP port roles for the indicated switches and interfaces? (Choose three.)

A.    SwitchA, Fa0/2, designated
B.    SwitchA, Fa0/1, root
C.    SwitchB, Gi0/2, root
D.    SwitchB, Gi0/1, designated
E.    SwitchC, Fa0/2, root
F.    SwitchD, Gi0/2, root

Answer: ABF
Explanation:
The question says "no other configuration changes have been made" so we can understand these switches have the same bridge priority. SwitchC has lowest MAC address so, it will become root bridge and 2 of its ports (Fa0/1 & Fa0/2) will be designated ports (DP). Because SwitchC is the root bridge the 2 ports nearest SwitchC on SwitchA (Fa0/1) and SwitchD (Gi0/2) will be root ports (RP) -> B and F are correct.
SwitchB must have a root port so which port will it choose? To answer this question we need to know about STP cost and port cost.
In general, "cost" is calculated based on bandwidth of the link. The higher the bandwidth on a link, the lower the value of its cost. Below are the cost values you should memorize:
Link speed Cost SwitchB will choose the interface with lower cost to the root bridge as the root port so we must calculate the cost on interface Gi0/1 & Gi0/2 of SwitchB to the root bridge. This can be calculated from the "cost to the root bridge" of each switch because a switch always advertises its cost to the root bridge in its BPDU. The receiving switch will add its local port cost value to the cost in the BPDU.
SwitchC advertises its cost to the root bridge with a value of 0. Switch D adds 4 (the cost value of 1Gbps link) and advertises this value (4) to SwitchB. SwitchB adds another 4 and learns that it can reach SwitchC via Gi0/1 port with a total cost of 8. The same process happens for SwitchA and SwitchB learns that it can reach SwitchC via Gi0/2 with a total cost of 23 -> Switch B chooses Gi0/1 as its root port.
Now our last task is to identify the port roles of the ports between SwitchA & SwitchB. It is rather easy as the MAC address of SwitchA is lower than that of SwitchB so Fa0/2 of SwitchA will be designated port while Gi0/2 of SwitchB will be alternative port.

QUESTION 10
Which two states are the port states when RSTP has converged? (Choose two.)

A.    discarding
B.    listening
C.    learning
D.    forwarding
E.    disabled

Answer: AD
Explanation:
Understanding Rapid Spanning Tree Protocol (802.1w)
http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfa.shtml
Port States
There are only three port states left in RSTP that correspond to the three possible operational states. The 802.1D disabled, blocking, and listening states are merged into a unique 802.1w discarding state.
RSTP only has 3 port states which are discarding, learning and forwarding. When RSTP has converged there are only 2 port states left: discarding and forwarding.

QUESTION 11
Which three statements about RSTP are true? (Choose three.)

A.    RSTP significantly reduces topology reconverging time after a link failure.
B.    RSTP expands the STP port roles by adding the alternate and backup roles.
C.    RSTP port states are blocking, discarding, learning, or forwarding.
D.    RSTP provides a faster transition to the forwarding state on point-to-point links than STP does.
E.    RSTP also uses the STP proposal-agreement sequence.
F.    RSTP uses the same timer-based process as STP on point-to-point links.

Answer: ABD
Explanation:
http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cfa.shtml
Convergence
Cisco enhanced the original 802.1D specification with features such as Uplink Fast, Backbone Fast, and Port Fast to speed up the convergence time of a bridged network. The drawback is that these mechanisms are proprietary and need additional configuration.
Alternate and Backup Port Roles
These two port roles correspond to the blocking state of 802.1D. A blocked port is defined as not being the designated or root port. A blocked port receives a more useful BPDU than the one it sends out on its segment.
Remember that a port absolutely needs to receive BPDUs in order to stay blocked. RSTP introduces these two roles for this purpose.
Rapid Transition to Forwarding State
Rapid transition is the most important feature introduced by 802.1w. The legacy STA passively waited for the network to converge before it turned a port into the forwarding state. The achievement of faster convergence was a matter of tuning the conservative default parameters (forward delay and max_age timers) and often put the stability of the network at stake. The new rapid STP is able to actively confirm that a port can safely transition to the forwarding state without having to rely on any timer configuration. There is now a real feedback mechanism that takes place between RSTP-compliant bridges. In order to achieve fast convergence on a port, the protocol relies upon two new variables: edge ports and link type.

QUESTION 12
Which commands are required to properly configure a router to run OSPF and to add network 192.168.16.0/24 to OSPF area 0? (Choose two.)

A.    Router(config)# router ospf 0
B.    Router(config)# router ospf 1
C.    Router(config)# router ospf area 0
D.    Router(config-router)# network 192.168.16.0 0.0.0.255 0
E.    Router(config-router)# network 192.168.16.0 0.0.0.255 area 0
F.    Router(config-router)# network 192.168.16.0 255.255.255.0 area 0

Answer: BE
Explanation:
In the router ospf
command, theranges from 1 to 65535 so o is an invalid number – B is correct but A is not correct. To configure OSPF, we need a wildcard in the "network" statement, not a subnet mask. We also need to assgin an area to this process – E is correct.

Lead2pass are committed on providing you with the latest and most accurate 200-105 exam preparation material. Our 200-105 dump is rich in variety. We offer 200-105 PDF dumps, 200-105 practice test and 200-105 VCE dumps. We ensure you can pass the 200-105 easily. Welcome to Lead2pass.com.

2016 Cisco 200-105 exam dumps (All 165 Q&As) from Lead2pass:

http://www.lead2pass.com/200-105.html [100% Exam Pass Guaranteed!!!]

Posted in 200-105 Dumps 200-105 Exam Questions 200-105 New Questions 200-105 PDF 200-105 VCE Cisco | Tagged 200-105 braindumps 200-105 exam dumps 200-105 exam question 200-105 pdf dumps 200-105 practice test 200-105 study guide 200-105 vce dumps

Categories

Test Engine

VCE Exam Simulator for Mobile

Take exams on your mobile device the same way you do on your desktop. iPhone, iPad and Android devices are supported.

Microsoft Dumps

PDF & VCEMicrosoft 70-243 Dumps
PDF & VCEMicrosoft 70-246 Dumps
PDF & VCEMicrosoft 70-247 Dumps
PDF & VCEMicrosoft 70-331 Dumps
PDF & VCEMicrosoft 70-332 Dumps
PDF & VCEMicrosoft 70-333 Dumps
PDF & VCEMicrosoft 70-341 Dumps
PDF & VCEMicrosoft 70-342 Dumps
PDF & VCEMicrosoft 70-346 Dumps
PDF & VCEMicrosoft 70-347 Dumps
PDF & VCEMicrosoft 70-410 Dumps
PDF & VCEMicrosoft 70-411 Dumps
PDF & VCEMicrosoft 70-412 Dumps
PDF & VCEMicrosoft 70-413 Dumps
PDF & VCEMicrosoft 70-414 Dumps
PDF & VCEMicrosoft 70-417 Dumps
PDF & VCEMicrosoft 70-457 Dumps
PDF & VCEMicrosoft 70-458 Dumps
PDF & VCEMicrosoft 70-461 Dumps
PDF & VCEMicrosoft 70-462 Dumps
PDF & VCEMicrosoft 70-463 Dumps
PDF & VCEMicrosoft 70-464 Dumps
PDF & VCEMicrosoft 70-465 Dumps
PDF & VCEMicrosoft 70-466 Dumps
PDF & VCEMicrosoft 70-467 Dumps
PDF & VCEMicrosoft 70-469 Dumps
PDF & VCEMicrosoft 70-480 Dumps
PDF & VCEMicrosoft 70-481 Dumps
PDF & VCEMicrosoft 70-482 Dumps
PDF & VCEMicrosoft 70-483 Dumps
PDF & VCEMicrosoft 70-486 Dumps
PDF & VCEMicrosoft 70-487 Dumps
PDF & VCEMicrosoft 70-488 Dumps
PDF & VCEMicrosoft 70-489 Dumps
PDF & VCEMicrosoft 70-511 Dumps
PDF & VCEMicrosoft 70-513 Dumps
PDF & VCEMicrosoft 70-515 Dumps
PDF & VCEMicrosoft 70-532 Dumps
PDF & VCEMicrosoft 70-533 Dumps
PDF & VCEMicrosoft 70-534 Dumps
PDF & VCEMicrosoft 70-640 Dumps
PDF & VCEMicrosoft 70-642 Dumps
PDF & VCEMicrosoft 70-646 Dumps
PDF & VCEMicrosoft 70-687 Dumps
PDF & VCEMicrosoft 70-688 Dumps
PDF & VCEMicrosoft 70-689 Dumps
PDF & VCEMicrosoft 70-692 Dumps
PDF & VCEMicrosoft 70-695 Dumps
PDF & VCEMicrosoft 70-696 Dumps
PDF & VCEMicrosoft 70-697 Dumps
PDF & VCEMicrosoft 74-335 Dumps
PDF & VCEMicrosoft 74-338 Dumps
PDF & VCEMicrosoft 74-343 Dumps
PDF & VCEMicrosoft 74-344 Dumps
PDF & VCEMicrosoft 74-409 Dumps
PDF & VCEMicrosoft 98-361 Dumps
PDF & VCEMicrosoft 98-367 Dumps
PDF & VCEMB2-700 Dumps
PDF & VCEMB2-701 Dumps
PDF & VCEMB2-702 Dumps
PDF & VCEMB2-703 Dumps
GetAll List Of Microsoft Dumps NOW

Cisco Dumps

PDF & VCECisco 200-120 Dumps
PDF & VCECisco 100-101 Dumps
PDF & VCECisco 200-101 Dumps
PDF & VCECisco 200-310 Dumps
PDF & VCECisco 200-355 Dumps
PDF & VCECisco 200-401 Dumps
PDF & VCECisco 210-260 Dumps
PDF & VCECisco 210-060 Dumps
PDF & VCECisco 210-065 Dumps
PDF & VCECisco 300-101 Dumps
PDF & VCECisco 300-115 Dumps
PDF & VCECisco 300-135 Dumps
PDF & VCECisco 300-206 Dumps
PDF & VCECisco 300-207 Dumps
PDF & VCECisco 300-208 Dumps
PDF & VCECisco 300-209 Dumps
PDF & VCECisco 300-070 Dumps
PDF & VCECisco 300-075 Dumps
PDF & VCECisco 300-080 Dumps
PDF & VCECisco 300-085 Dumps
PDF & VCECisco 400-101 Dumps
PDF & VCECisco 400-201 Dumps
PDF & VCECisco 400-051 Dumps
PDF & VCECisco 350-018 Dumps
PDF & VCECisco 642-035 Dumps

CompTIA Dumps

PDF & VCESY0-401 Dumps
PDF & VCEN10-006 Dumps
PDF & VCE220-901 Dumps
PDF & VCE220-902 Dumps
PDF & VCESG0-001 Dumps
PDF & VCECAS-002 Dumps
PDF & VCESK0-004 Dumps

Hottest Exam

PDF & VCEVMware VCP550 Dumps
PDF & VCEVMware VCP550D Dumps
PDF & VCEVMware 1V0-601 Dumps
PDF & VCEVMware 2V0-620 Dumps
PDF & VCEVCP5-DCV Dumps
PDF & VCEISC CISSP Dumps
PDF & VCEPMI PMP Dumps
PDF & VCEOracle 1Z0-051 Dumps
PDF & VCEOracle 1Z0-052 Dumps
PDF & VCEOracle 1Z0-060 Dumps
PDF & VCEOracle 1Z0-061 Dumps
PDF & VCECitrix 1Y0-201 Dumps
PDF & VCECitrix 1Y0-301 Dumps
PDF & VCECitrix 1Y0-401 Dumps
PDF & VCE312-50v9 Dumps
PDF & VCERHCSA EX200 Dumps
PDF & VCERHCE EX300 Dumps

Archives

Categories

200-125 Dumps 200-125 Exam Questions 200-125 New Questions 200-125 PDF 200-125 VCE 300-075 Dumps 300-075 Exam Questions 300-320 Dumps 300-320 Exam Questions 300-320 New Questions 300-320 PDF 300-320 VCE 400-101 Dumps 400-101 Exam Questions 400-101 New Questions 400-101 PDF 400-101 VCE 400-251 Dumps Amazon AWS-SysOps Exam Questions Cisco C_BOCR_11 Dumps C_BOCR_11 Exam Questions C_BOCR_11 New Questions C_BOCR_11 PDF C_BOCR_11 VCE C_HANAIMP151 Dumps C_HANAIMP151 Exam Questions C_HANAIMP151 New Questions C_HANAIMP151 PDF C_HANAIMP151 VCE C_TFIN22_66 Dumps C_TFIN22_66 Exam Questions C_TFIN22_66 New Questions C_TFIN22_66 PDF C_TFIN22_66 VCE C_TSCM52_67 Dumps C_TSCM52_67 Exam Questions C_TSCM52_67 New Questions C_TSCM52_67 PDF C_TSCM52_67 VCE HP Microsoft Oracle SAP
Proudly powered by WordPress
Theme: Flint by Star Verte LLC