Master the 100 105 icnd1 v3 0 Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) content and be ready for exam day success quickly with this Ucertify icnd1 100 105 pdf torrent. We guarantee it!We make it a reality and give you real cisco 100 105 questions in our Cisco ccent ccna icnd1 100 105 pdf braindumps.Latest 100% VALID Cisco 100 105 exam Exam Questions Dumps at below page. You can use our Cisco icnd1 100 105 braindumps and pass your exam.


2026 New 100-105 Exam Dumps with PDF and VCE Free: https://www.2passeasy.com/dumps/100-105/

Q1. - (Topic 3) 

A router has learned three possible routes that could be used to reach a destination network. One route is from EIGRP and has a composite metric of 20514560. Another route is from OSPF with a metric of 782. The last is from RIPv2 and has a metric of 4. Which route or routes will the router install in the routing table? 

A. the OSPF route 

B. the EIGRP route 

C. the RIPv2 route 

D. all three routes 

E. the OSPF and RIPv2 routes 

Answer:

Explanation: 

When one route is advertised by more than one routing protocol, the router will choose to use the routing protocol which has lowest Administrative Distance. The Administrative Distances of popular routing protocols are listed below: 

Q2. - (Topic 3) 

Scenario 

Refer to the topology. Your company has decided to connect the main office with three other remote branch offices using point-to-point serial links. 

You are required to troubleshoot and resolve OSPF neighbor adjacency issues between the main office and the routers located in the remote branch offices. 

An OSPF neighbor adjacency is not formed between R3 in the main office and R6 in the Branch3 office. What is causing the problem? 

A. There is an area ID mismatch. 

B. There is a PPP authentication issue; the username is not configured on R3 and R6. 

C. There is an OSPF hello and dead interval mismatch. 

D. The R3 router ID is configured on R6. 

Answer:

Explanation: 

Using the show running-config command we see that R6 has been incorrectly configured with the same router ID as R3 under the router OSPF process. 

Q3. - (Topic 1) 

Which of the following are types of flow control? (Choose three.) 

A. buffering 

B. cut-through 

C. windowing 

D. congestion avoidance 

E. load balancing 

Answer: A,C,D 

Explanation: 

During Transfer of data, a high speed computer is generating data traffic a lot faster than the network device can handle in transferring to destination, so single gateway or destination device cannot handle much amount of traffic that is called "Congestion". 

Buffering The Technie is used to control the data transfer when we have congestion, when a network device receive a data it stores in memory section and then transfer to next destination this process called "Buffering". Windowing Whereas Windowing is used for flow control by the Transport layer. Say the sender device is sending segments and the receiver device can accommodate only a fixed number of segments before it can accept more, the two devices negotiate the window size during the connection setup. This is done so that the sending device doesn't overflow the receiving device's buffer. Also the receiving device can send a single acknowledgement for the segments it has received instead of sending an acknowledgement after every segment received. Also, this window size is dynamic meaning, the devices can negotiate and change the window size in the middle of a session. So if initially the window size is three and the receiving device thinks that it can accept more number of segments in its buffer it can negotiate with the sending device and it increases it to say 5 for example. Windowing is used only by TCP since UDP doesn't use or allow flow control. 

Reference: http://www.info-it.net/cisco/ccna/exam-tips/flow-control.php 

Q4. - (Topic 1) 

What must occur before a workstation can exchange HTTP packets with a web server? 

A. A UDP connection must be established between the workstation and its default gateway. 

B. A UDP connection must be established between the workstation and the web server. 

C. A TCP connection must be established between the workstation and its default gateway. 

D. A TCP connection must be established between the workstation and the web server. 

E. An ICMP connection must be established between the workstation and its default gateway. 

F. An ICMP connection must be established between the workstation and the web server. 

Answer:

Explanation: 

HTTP uses TCP port 80, and a TCP port 80 connection must be established for HTTP communication to occur. http://pentestlab.wordpress.com/2012/03/05/common-tcpip-ports/ 

Q5. DRAG DROP - (Topic 4) 

Various protocols are listed on the left. On the right are applications for the use of those protocols. Drag the protocol on the left to an associated function for that protocol on the right. (Not all options are used.) 

Answer:  

Q6. - (Topic 3) 

What is the purpose of assigning an IP address to a switch? 

A. provides local hosts with a default gateway address 

B. allows remote management of the switch 

C. allows the switch to respond to ARP requests between two hosts 

D. ensures that hosts on the same LAN can communicate with each other 

Answer:

Explanation: 

A switch is a layer 2 device and doesn’t use network layer for packet forwarding. The IP 

address may be used only for administrative purposes such as Telnet access or for network management purposes. 

Q7. - (Topic 3) 

An administrator must assign static IP addresses to the servers in a network. For network 192.168.20.24/29, the router is assigned the first usable host address while the sales server is given the last usable host address. 

Which of the following should be entered into the IP properties box for the sales server? 

A. IP address: 192.168.20.14 Subnet Mask: 255.255.255.248 Default Gateway: 192.168.20.9 

B. IP address: 192.168.20.254 Subnet Mask: 255.255.255.0 Default Gateway: 192.168.20.1 

C. IP address: 192.168.20.30 Subnet Mask: 255.255.255.248 Default Gateway: 192.168.20.25 

D. IP address: 192.168.20.30 Subnet Mask: 255.255.255.240 Default Gateway: 192.168.20.17 

E. IP address: 192.168.20.30 Subnet Mask: 255.255.255.240 Default Gateway: 192.168.20.25 

Answer:

Explanation: 

With network 192.168.20.24/29 we have: 

Increment: 8 (/29 = 255.255.255.248 = 11111000 for the last octet) 

Network address: 192.168.20.24 (because 24 = 8 * 3) 

Broadcast address: 192.168.20.31 (because 31 = 24 + 8 – 1) 

Therefore the first usable IP address is 192.168.20.25 (assigned to the router) and the last usable IP address is 192.168.20.30 (assigned to the sales server). The IP address of the router is also the default gateway of the sales server. 

Q8. - (Topic 5) 

What is the bandwidth on the WAN interface of Router 1? 

A. 16 Kbit/sec 

B. 32 Kbit/sec 

C. 64 Kbit/sec 

D. 128 Kbit/sec 

E. 512 Kbit/sec 

F. 1544 Kbit/sec 

Answer:

Explanation: 

Use the “show interface s0/0” to see the bandwidth set at 16 Kbit/sec. The show interface s0/0 command results will look something like this and the bandwidth will be represented by the "BW" on the fourth line as seen below where BW equals 1544 Kbits/sec. R2#show interface serial 0/0 Serial0/0 is up, line protocol is down Hardware is GT96K Serial Internet address is 10.1.1.5/30 MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 uses. 

Q9. - (Topic 1) 

Refer to the exhibit. 

What kind of cable should be used to make each connection that is identified by the numbers shown? 

A. 1 - Ethernet Crossover cable 2 - Ethernet straight-through cable 3 - Fiber Optic cable 4 - Rollover cable 

B. 1 - Ethernet straight-through cable 2 - Ethernet straight-through cable 3 - Serial cable 4 - Rollover cable 

C. 1 - Ethernet rollover cable 2 - Ethernet crossover cable 3 - Serial cable 4 - Null-modem cable 

D. 1 - Ethernet straight-through cable 2 - Ethernet Crossover cable 3 - Serial cable 4 - Rollover cable 

E. 1 - Ethernet straight-through cable 2 - Ethernet Crossover cable 3 - Serial cable 4 - Ethernet Straight-through cable 

Answer:

Explanation: 

When connecting a PC to a switch, a standard Ethernet straight through cable should be used. This same cable should also be used for switch to router connections. Generally 

speaking, crossover cables are only needed when connecting two like devices (PC-PC, 

switch-switch, router-router, etc). 

Routers connect to frame relay and other WAN networks using serial cables. 

Rollover cables are special cables used for connecting to the console ports of Cisco 

devices. 

Q10. - (Topic 5) 

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 Host 2 fails, but the technician is able to ping the S0/0 interface of R2 from Host 1. The configurations of the hosts have been verified as correct. What could be 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:

Explanation: 

Without a static route pointing to the host 2 network the router R1 is unaware of the path to take to reach that network and reply traffic cannot be sent.