We provide real icnd1 100 105 exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass Cisco 100 105 icnd1 v3 0 Exam quickly & easily. The 100 105 icnd1 v3 0 PDF type is available for reading and printing. You can print more and practice many times. With the help of our Cisco 100 105 icnd1 dumps pdf and vce product and material, you can easily pass the cisco 100 105 pdf exam.


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

Q1. - (Topic 3) 

Refer to the exhibit. 

What is the simplest way to configure routing between the regional office network 10.89.0.0/20 and the corporate network? 

A. router1(config)#ip route 10.89.0.0 255.255.240.0 10.89.16.2 

B. router2(config)#ip route 10.89.3.0 255.255.0.0 10.89.16.2 

C. router1(config)#ip route 10.89.0.0 255.255.240.0 10.89.16.1 

D. router2(config)#ip route 0.0.0.0 0.0.0.0 10.89.16.1 

Answer:

Explanation: 

The next hop of the static route should be 10.89.16.1, which is the IP address for router R1 in this example. Since this router is a stub router with only a single connection to the WAN, the simplest thing to do is to configure a single static default route back to the HQ network. 

Q2. - (Topic 3) 

Which two statements describe the IP address 10.16.3.65/23? (Choose two.) 

A. The subnet address is 10.16.3.0 255.255.254.0. 

B. The lowest host address in the subnet is 10.16.2.1 255.255.254.0. 

C. The last valid host address in the subnet is 10.16.2.254 255.255.254.0 

D. The broadcast address of the subnet is 10.16.3.255 255.255.254.0. 

E. The network is not subnetted. 

Answer: B,D 

Explanation: 

The mask 255.255.254.0 (/23) used with a Class A address means that there are 15 subnet bits and 9 host bits. The block size in the third octet is 2 (256 - 254). So this makes the subnets in 0, 2, 4, 6, etc., all the way to 254. The host 10.16.3.65 is in the 2.0 subnet. The next subnet is 4.0, so the broadcast address for the 2.0 subnet is 3.255. The valid host addresses are 2.1 through 3.254 

Q3. - (Topic 4) 

When configuring NAT, the Internet interface is considered to be what? 

A. local 

B. inside 

C. global 

D. outside 

Answer:

Explanation: 

The first step to deploy NAT is to define NAT inside and outside interfaces. You may find it easiest to define your internal network as inside, and the external network as outside. However, the terms internal and external are subject to arbitration as well. This figure shows an example of this. 

2a.gif 

Reference: http://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/13772-12.html#topic2 

Q4. - (Topic 3) 

Which IP addresses are valid for hosts belonging to the 10.1.160.0/20 subnet? (Choose three.) 

A. 10.1.168.0 

B. 10.1.176.1 

C. 10.1.174.255 

D. 10.1.160.255 

E. 10.1.160.0 

F. 10.1.175.255 

Answer: A,C,D 

Explanation: 

All IP address in IP ranges between: 10.1.160.1 and 10.1.175.254 are valid as shown below Address: 10.1.160.0 00001010.00000001.1010 0000.00000000 Netmask: 255.255.240.0 = 20 11111111.11111111.1111 0000.00000000 Wildcard: 0.0.15.255 00000000.00000000.0000 1111.11111111 

Which implies that: Network: 10.1.160.0/20 00001010.00000001.1010 0000.00000000 HostMin: 10.1.160.1 00001010.00000001.1010 0000.00000001 HostMax: 10.1.175.254 00001010.00000001.1010 1111.11111110 Broadcast: 10.1.175.255 00001010.00000001.1010 1111.11111111 

Q5. - (Topic 1) 

Refer to the exhibit. 

Host A is sending a packet to Host B for the first time. What destination MAC address will Host A use in the ARP request? 

A. 192.168.0.1 

B. 172.16.0.50 

C. 00-17-94-61-18-b0 

D. 00-19-d3-2d-c3-b2 

E. ff-ff-ff-ff-ff-ff 

F. 255.255.255.255 

Answer: E Explanation: 

For the initial communication, Host A will send a broadcast ARP (all F's) to determine the correct address to use to reach the destination. ARP sends an Ethernet frame called an ARP request to every host on the shared link-layer legmen. The Ethernet header includes the source host MAC address and a destination address of all Fs representing a broadcast frame. The ARP request contains the sender's MAC and IP address and the target (destination) IP address. The target's MAC address is set to all 0s. ARP Request 

Reference: 

http://www.technicalhowto.com/protocols/arp/arp.html 

Q6. - (Topic 1) 

Refer to the exhibit. 

A network has been planned as shown. Which three statements accurately describe the areas and devices in the network plan? (Choose three.) 

A. Network Device A is a switch. 

B. Network Device B is a switch. 

C. Network Device A is a hub. 

D. Network Device B is a hub. 

E. Area 1 contains a Layer 2 device. 

F. Area 2 contains a Layer 2 device. 

Answer: A,D,E 

Explanation: 

Switches use a separate collision domain for each port, so device A must be a switch. Hubs, however, place all ports in the same collision domain so device B is a hub. Switches reside in layer 2 while hubs are layer 1 devices. 

Q7. - (Topic 3) 

Which router command will configure an interface with the IP address 10.10.80.1/19? 

A. router(config-if)# ip address 10.10.80.1/19 

B. router(config-if)# ip address 10.10.80.1 255.255.0.0 

C. router(config-if)# ip address 10.10.80.1 255.255.255.0 

D. router(config-if)# ip address 10.10.80.1 255.255.224.0 

E. router(config-if)# ip address 10.10.80.1 255.255.240.0 

F. router(config-if)# ip address 10.10.80.1 255.255.255.240 

Answer:

Explanation: 

255.255.224 equal /19 in CIDR format hence the answer 

Q8. - (Topic 2) 

Refer to the exhibit. 

All devices attached to the network are shown. How many collision domains are present in this network? 

A. 2 

B. 3 

C. 6 

D. 9 

E. 15 

Answer:

Explanation: 

A switch uses a separate collision domain for each port so there are a total of 9 for each device shown. In addition to this, the switch to switch connections (3) are a separate collision domain. Finally, we add the switch to router connections (2) and the router to router connection (1) for a total of 15. 

Q9. - (Topic 3) 

The command ip route 192.168.100.160 255.255.255.224 192.168.10.2 was issued on a router. No routing protocols or other static routes are configured on the router. Which statement is true about this command? 

A. The interface with IP address 192.168.10.2 is on this router. 

B. The command sets a gateway of last resort for the router. 

C. Packets that are destined for host 192.168.100.160 will be sent to 192.168.10.2. 

D. The command creates a static route for all IP traffic with the source address 

192.168.100.160. 

Answer:

Explanation: 

With 160 it's actually network address of /27 so any address within the range of .160-.191 network will be sent to 192.168.10.2 

Q10. - (Topic 1) 

Which two characteristics describe the access layer of the hierarchical network design model? (Choose two.) 

A. layer 3 support 

B. port security 

C. redundant components 

D. VLANs 

E. PoE 

Answer: B,D 

Explanation: 

Access layer The main purpose of the access layer is to provide direct connection to devices on the network and controlling which devices are allowed to communicate over it. The access layer interfaces with end devices, such as PCs, printers, and IP phones, to provide access to the rest of the network. The access layer can include routers, switches, bridges, hubs, and wireless access points (AP). 

Switch features in the Access layer: 

...... 

Port security 

VLANs 

Fast Ethernet/Gigabit Ethernet 

Power over Ethernet (PoE) 

Link aggregation 

Quality of Service (QoS) 

References: http://www.ciscopath.com/content/61/ http://www.mcmcse.com/cisco/guides/hierarchical_model.shtml 

Topic 2, LAN Switching Technologies