It is impossible to pass Cisco ccent 100 105 pdf exam without any help in the short term. Come to Actualtests soon and find the most advanced, correct and guaranteed Cisco cisco 100 105 pdf practice questions. You will get a surprising result by our Abreast of the times Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) practice guides.


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

Q1. - (Topic 5) 

Refer to the exhibit. 

A network technician is asked to design a small network with redundancy. The exhibit represents this design, with all hosts configured in the same VLAN. What conclusions can be made about this design? 

A. This design will function as intended. 

B. Spanning-tree will need to be used. 

C. The router will not accept the addressing scheme. 

D. The connection between switches should be a trunk. 

E. The router interfaces must be encapsulated with the 802.1Q protocol. 

Answer:

Explanation: 

The proposed addressing scheme is on the same network. Cisco routers will not allow you to assign two different interfaces to be on the same IP subnet. 

Q2. - (Topic 3) 

ROUTER# show ip route 

192.168.12.0/24 is variably subnetted, 9 subnets, 3 masks C 192.168.12.64 /28 is directly connected, Loopback1 C 192.168.12.32 /28 is directly connected, Ethernet0 C 192.168.12.48 /28 is directly connected, Loopback0 O 192.168.12.236 /30 [110/128] via 192.168.12.233, 00:35:36, Serial0 C 192.168.12.232 /30 is directly connected, Serial0 O 192.168.12.245 /30 [110/782] via 192.168.12.233, 00:35:36, Serial0 O 192.168.12.240 /30 [110/128] via 192.168.12.233, 00:35:36, Serial0 O 192.168.12.253 /30 [110/782] via 192.168.12.233, 00:35:37, Serial0 O 192.168.12.249 /30 [110/782] via 192.168.12.233, 00:35:37, Serial0 O 192.168.12.240/30 [110/128] via 192.168.12.233, 00:35:36, Serial 0 

To what does the 128 refer to in the router output above? 

A. OSPF cost 

B. OSPF priority 

C. OSPF hop count 

D. OSPF ID number 

E. OSPF administrative distance 

Answer:

Explanation: 

The first parameter is the Administrative Distance of OSPF (110) while the second parameter is the cost of OSPF. 

Q3. - (Topic 3) 

Refer to the exhibit. 

The network is converged.After link-state advertisements are received from Router_A, what information will Router_E contain in its routing table for the subnets 208.149.23.64 and 208.149.23.96? 

A. 208.149.23.64[110/13] via 190.173.23.10, 00:00:07, FastEthemet0/0 208.149.23.96[110/13] via 190.173.23.10, 00:00:16, FastEthemet0/0 

B. 208.149.23.64[110/1] via 190.172.23.10, 00:00:07, Serial1/0 208.149.23.96[110/3] via 190.173.23.10, 00:00:16, FastEthemet0/0 

C. 208.149.23.64[110/13] via 190.173.23.10, 00:00:07, Serial1/0 208.149.23.96[110/13] via 190.173.23.10, 00:00:16, Serial1/0 208.149.23.96[110/13] via 190.173.23.10, 00:00:16, FastEthemet0/0 

D. 208.149.23.64[110/3] via 190.172.23.10, 00:00:07, Serial1/0 208.149.23.96[110/3] via 190.173.23.10, 00:00:16, Serial1/0 

Answer:

Explanation: 

Router_E learns two subnets subnets 208.149.23.64 and 208.149.23.96 via Router_A 

through FastEthernet interface. The interface cost is calculated with the formula 108 / 

Bandwidth. For FastEthernet it is 108 / 100 Mbps = 108 / 100,000,000 = 1. Therefore the 

cost is 12 (learned from Router_A) + 1 = 13 for both subnets -> 

The cost through T1 link is much higher than through T3 link (T1 cost = 108 / 1.544 Mbps = 

64; T3 cost = 108 / 45 Mbps = 2) so surely OSPF will choose the path through T3 link -> 

Router_E will choose the path from Router_A through FastEthernet0/0, not Serial1/0. 

In fact, we can quickly eliminate answers B, C and D because they contain at least one 

subnet learned from Serial1/0 -> they are surely incorrect. 

Q4. - (Topic 5) 

Refer to the exhibit. 

A network administrator has configured a Catalyst 2950 switch for remote management by pasting into the console the configuration commands that are shown in the exhibit. However, a Telnet session cannot be successfully established from a remote host. What should be done to fix this problem? 

A. Change the first line to interface fastethernet 0/1. 

B. Change the first line to interface vlan 0/1. 

C. Change the fifth line to ip default-gateway 192.168.17.241. 

D. Change the fifth line to ip route 0.0.0.0 0.0.0.0 192.168.17.1. 

E. Change the sixth line to line con 0. 

Answer:

Explanation: 

The default gateway must reside on the same IP subnet as the device. Here, the subnet mask for the VLAN interface is /228. Only choice C will fix this issue, as then the default gateway is on the same subnet as the 2950. 

Q5. - (Topic 3) 

Refer to the exhibit. 

PC1 pings PC2. What three things will CORE router do with the data that is received from PC1? (Choose three.) 

A. The data frames will be forwarded out interface FastEthernet0/1 of CORE router. 

B. The data frames will be forwarded out interface FastEthernet1/0 of CORE router. 

C. CORE router will replace the destination IP address of the packets with the IP address of PC2. 

D. CORE router will replace the MAC address of PC2 in the destination MAC address of the frames. 

E. CORE router will put the IP address of the forwarding FastEthernet interface in the place of the source IP address in the packets. 

F. CORE router will put the MAC address of the forwarding FastEthernet interface in the place of the source MAC address. 

Answer: B,D,F 

Explanation: 

The router will forward the frames out the interface toward the destination – B is correct. Since the router will has the end station already in it’s MAC table as see by the “show arp” command, it will replace the destination MAC address to that of PC2 – D is correct. The router will then replace the source IP address to 172.16.40.1 – E is correct. 

Q6. - (Topic 3) 

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:

Explanation: 

The “show ip ospf database” command displays the link states. Here is an example: 

Here is the lsa database on R2. 

R2#show ip ospf database 

OSPF Router with ID (2.2.2.2) (Process ID 1) 

Router Link States (Area 0) 

Link ID ADV Router Age Seq# Checksum Link count 

2.2.2.2 2.2.2.2 793 0x80000003 0x004F85 2 

10.4.4.4 10.4.4.4 776 0x80000004 0x005643 1 

111.111.111.111 111.111.111.111 755 0x80000005 0x0059CA 2 

133.133.133.133 133.133.133.133 775 0x80000005 0x00B5B1 2 Net Link States (Area 0) Link ID ADV Router Age Seq# Checksum10.1.1.1 111.111.111.111 794 0x80000001 0x001E8B 

10.2.2.3 133.133.133.133 812 0x80000001 0x004BA9 

10.4.4.1 111.111.111.111 755 0x80000001 0x007F16 

10.4.4.3 133.133.133.133 775 0x80000001 0x00C31F 

Q7. - (Topic 1) 

Which network device functions only at Layer 1 of the OSI model? A. Option A 

B. Option B 

C. Option C 

D. Option D 

E. Option E 

Answer:

Explanation: 

Most hubs are amplifying the electrical signal; therefore, they are really repeaters with several ports. Hubs and repeaters are Layer 1 (physical layer) devices. 

Q8. - (Topic 3) 

Which characteristics are representative of a link-state routing protocol? (Choose three.) 

A. provides common view of entire topology 

B. exchanges routing tables with neighbors C. calculates shortest path 

D. utilizes event-triggered updates 

E. utilizes frequent periodic updates 

Answer: A,C,D 

Explanation: 

Each of routers running link-state routing protocol learns paths to all the destinations in its 

“area” so we can say although it is a bit unclear. 

Link-state routing protocols generate routing updates only (not the whole routing table) 

when a change occurs in the network topology so 

Link-state routing protocol like OSPF uses Dijkstra algorithm to calculate the shortest path -> . 

Unlike Distance vector routing protocol (which utilizes frequent periodic updates), link-state 

routing protocol utilizes event-triggered updates (only sends update when a change occurs) 

-> 

Q9. - (Topic 3) 

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:

Explanation: 

The well-known formula to calculate OSPF cost is Cost = 108/ Bandwidth 

Q10. - (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.