Want to know Examcollection ccna routing and switching icnd2 200 105 official cert guide Exam practice test features? Want to lear more about Cisco Interconnecting Cisco Networking Devices Part 2 (ICND2 v3.0) certification experience? Study Breathing Cisco icnd2 200 105 answers to Up to date cisco 200 105 questions at Examcollection. Gat a success with an absolute guarantee to pass Cisco 200 105 icnd2 (Interconnecting Cisco Networking Devices Part 2 (ICND2 v3.0)) test on your first attempt.
2026 New 200-105 Exam Dumps with PDF and VCE Free: https://www.2passeasy.com/dumps/200-105/
Q1. - (Topic 2)
Which two statements about the OSPF Router ID are true? (Choose two.)
A. It identifies the source of a Type 1 LSA.
B. It should be the same on all routers in an OSPF routing instance.
C. By default, the lowest IP address on the router becomes the OSPF Router ID.
D. The router automatically chooses the IP address of a loopback as the OSPF Router ID.
E. It is created using the MAC Address of the loopback interface.
Answer: A,D
Explanation:
From the output of the “show ip ospf database”: r120#show ip ospf data
OSPF Router with ID (10.0.0.120) (Process ID 1)
Next, who are the other routers in our area? Router Link States (Area 1) Link ID.ADV Router.Age.Seq#.Checksum Link count
10.0.0.111.10.0.0.111.600.0x8000023A 0x0092B3 1
10.0.0.112.10.0.0.112.1246.0x80000234 0x009CAC 1
10.0.0.113.10.0.0.113.148.0x8000022C 0x004399 3
10.0.0.120.10.0.0.120.152.0x80000240 0x0046CB 1 This tells us there are four routers in Area 1. The router with RID 10.0.0.113 has 3 links in Area 1, every one else has only 1 link. Also the router will chose the highest loopback interface as its OSPF router ID (if available).
Q2. - (Topic 3)
Refer to the exhibit.
What is the meaning of the term dynamic as displayed in the output of the show frame-relay map command shown?
A. The Serial0/0 interface is passing traffic.
B. The DLCI 100 was dynamically allocated by the router
C. The Serial0/0 interface acquired the IP address of 172.16.3.1 from a DHCP server
D. The DLCI 100 will be dynamically changed as required to adapt to changes in the Frame Relay cloud
E. The mapping between DLCI 100 and the end station IP address 172.16.3.1 was learned through Inverse ARP
Answer: E
Explanation:
The term dynamic indicates that the DLCI number and the remote router IP address
172.16.3.1 are learned via the Inverse ARP process.
Inverse ARP is a technique by which dynamic mappings are constructed in a network, allowing a device such as a router to locate the logical network address and associate it with a permanent virtual circuit (PVC).
Q3. - (Topic 2)
Which parameter or parameters are used to calculate OSPF cost in Cisco routers?
A. Bandwidth
B. Bandwidth and Delay
C. Bandwidth, Delay, and MTU
D. Bandwidth, MTU, Reliability, Delay, and Load
Answer: A
Explanation:
http://www.cisco.com/en/US/tech/tk365/technologies_white_paper09186a0080094e9e.sht ml#t6
OSPF Cost
The cost (also called metric) of an interface in OSPF is an indication of the overhead required to send packets across a certain interface. The cost of an interface is inversely proportional to the bandwidth of that interface. A higher bandwidth indicates a lower cost. There is more overhead (higher cost) and time delays involved in crossing a 56k serial line than crossing a 10M Ethernet line. The formula used to calculate the cost is: Cost= 10000 0000/bandwidth in bps
For example, it will cost 10 EXP8/10 EXP7 = 10 to cross a 10M Ethernet line and will cost 10 EXP8/1544000 =64 to cross a T1 line. By default, the cost of an interface is calculated based on the bandwidth; you can force the cost of an interface with the ip ospf cost <value> interface sub configuration mode command.
Q4. - (Topic 2)
Refer to the exhibit.
From R1, a network administrator is able to ping the serial interface of R2 but, unable to ping any of the subnets attached to RouterB. Based on the partial outputs in the exhibit, what could be the problem?
A. EIGRP does not support VLSM.
B. The EIGRP network statements are incorrectly configured.
C. The IP addressing on the serial interface of RouterA is incorrect.
D. The routing protocol has summarized on the classful boundary.
E. EIGRP has been configured with an invalid autonomous system number.
Answer: D
Explanation:
CCNA - EIGRP Common Question Reference:
http://www.orbitco-ccna-pastquestions.com/CCNA---EIGRP-Common-Question.php
Explanation:
If you look carefully at the R2 ip route, you will discover that the R2 does not learn any network from R1; this is because the routing protocol used here (EIGRP) performs auto summary when advertising routes to peers across a network. So in this case the address 172.17.0.0/16 is a summarized address. If the router was configured with no auto summary command, R2 LAN addresses would have been advertised and reached.
Q5. - (Topic 3)
Refer to the exhibit.
A technician pastes the configurations in the exhibit into the two new routers shown. Otherwise, the routers are configured with their default configurations. A ping from Host1 to Host2 fails, but the technician is able to ping the S0/0 interface of R2 from Host1. The configurations of the hosts have been verified as correct. What is the cause of the problem?
A. The serial cable on R1 needs to be replaced.
B. The interfaces on R2 are not configured properly.
C. R1 has no route to the 192.168.1.128 network.
D. The IP addressing scheme has overlapping subnetworks.
E. The ip subnet-zero command must be configured on both routers.
Answer: C
Explanation:
Whenever a node needs to send data to another node on a network, it must first know where to send it. If the node cannot directly connect to the destination node, it has to send it via other nodes along a proper route to the destination node. A remote network is a network that can only be reached by sending the packet to another router. Remote networks are added to the routing table using either a dynamic routing protocol or by configuring static routes. Static routes are routes to networks that a network administrator manually configured.So R should have static route for the 192.168.1.128.
Q6. - (Topic 2)
Refer to the exhibit.
The network associate is configuring OSPF on the Core router. All the connections to the branches should be participating in OSPF. The link to the ISP should NOT participate in OSPF and should only be advertised as the default route. What set of commands will properly configure the Core router?
A. Core(config-router)# default-information originate Core(config-router)# network 10.0.0.0 0.255.255.255 area 0 Core(config-router)# exit Core(config)# ip route 0.0.0.0 0.0.0.0 10.10.2.14
B. Core(config-router)# default-information originate Core(config-router)# network 10.10.2.13 0.0.0.242 area 0 Core(config-router)# exit Core(config)# ip route 0.0.0.0 0.0.0.0 10.10.2.14
C. Core(config-router)# default-information originate Core(config-router)# network 10.10.2.16 0.0.0.15 area 0 Core(config-router)# exit Core(config)# ip route 0.0.0.0 0.0.0.0 10.10.2.14
D. Core(config-router)# default-information originate Core(config-router)# network 10.10.2.32 0.0.0.31 area 0 Core(config-router)# exit Core(config)# ip route 0.0.0.0 0.0.0.0 10.10.2.14
Answer: C
Explanation:
There are two ways to inject a default route into a normal area.1. If the ASBR already has the default route in its routing table, you can advertise theexisting 0.0.0.0/0 into the OSPF domain with the default-information originate router configuration command.2. If the ASBR doesn’t have a default route, you can add the keyword always to the default-information originate command (default-information originate always).This command will advertise a default route into the OSPF domain, regardless of whether it has a route to 0.0.0.0. Another benefit of adding always keyword is that it can add stability to the internetwork. For example, if the ASBR is learning a default route from another routing domain such as RIP and this route is flapping, then without the always keyword, each time the route flaps, the ASBR will send a new Type 5 LSA into the OSPF domain causing some instability inside the OSPF domain. With the always keyword, the ASBR will advertise the default inside the OSPF domain always, In the example shown here, only choice C is correct as the wildcard mask correctly specifies the 10.10.2.16 0.0.0.15 networks, which include all IP addresses in the 10.10.2.16-10.10.2.31 range. In this question we were told that the ISP link should NOT be configured for OSPF, making choice A incorrect. http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a00801 ec9f0.shtml
Q7. - (Topic 3)
What are three reasons that an organization with multiple branch offices and roaming users might implement a Cisco VPN solution instead of point-to-point WAN links? (Choose three.)
A. reduced cost
B. better throughput
C. broadband incompatibility
D. increased security
E. scalability
F. reduced latency
Answer: A,D,E
Explanation: Cisco VPN solutions provide exceptional security through encryption and authentication technologies that protect data in transit from unauthorized access and attacks. A Cisco VPN helps you: Use highly secure communications, with access rights tailored to individual users Quickly add new sites or users, without significantly expanding your existing infrastructure Improve productivity by extending corporate networks, applications, and collaboration tools Reduce communications costs while increasing flexibility
Q8. - (Topic 2)
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:
http://www.cisco.com/en/US/docs/ios/iproute_ospf/command/reference/iro_osp3.html#wp1 01217 Examples The following is sample output from the show ip ospf database command when no arguments or keywords are used: Router# show ip ospf database OSPF Router with id(192.168.239.66) (Process ID 300)
Q9. - (Topic 3)
Refer to the exhibit.
Which WAN protocol is being used?
A. ATM
B. HDLC
C. Frame Relay
D. PPP
Answer: C
Explanation:
"Show interface pos8/0/0" command showing LMI enq sent which show frame-relay encapsulation enabled on this interface. Cisco supports three different Local Management Interface (LMI) types for Frame Relay: Cisco, ANSI Annex D, and Q933-A Annex A http://www.ciscopress.com/articles/article.asp?p=170741&seqNum=3
Q10. - (Topic 2)
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: A,C
Explanation:
Link State Routing Protocols http://www.ciscopress.com/articles/article.asp?p=24090&seqNum=4
Link state protocols, sometimes called shortest path first or distributed database protocols, are built around a well-known algorithm from graph theory, E. W. Dijkstra'a shortest path algorithm. Examples of link state routing protocols are: Open Shortest Path First (OSPF) for IP The ISO's Intermediate System to Intermediate System (IS-IS) for CLNS and IP DEC's DNA Phase V Novell's NetWare Link Services Protocol (NLSP) Although link state protocols are rightly considered more complex than distance vector protocols, the basic functionality is not complex at all:
1. Each router establishes a relationship—an adjacency—with each of its neighbors.
2. Each router sends link state advertisements (LSAs), some
3. Each router stores a copy of all the LSAs it has seen in a database. If all works well, the databases in all routers should be identical.
4. The completed topological database, also called the link state database, describes a graph of the internetwork. Using the Dijkstra algorithm, each router calculates the shortest path to each network and enters this information into the route table.