Examcollection offers free demo for cisco 100 105 exam. "Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0)", also known as 105 100 exam, is a Cisco Certification. This set of posts, Passing the Cisco cisco 100 105 pdf exam, will help you answer those questions. The icnd 100 105 Questions & Answers covers all the knowledge points of the real exam. 100% real Cisco 105 100 exams and revised by experts!


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

Q1. - (Topic 1) 

Which three statements are true about the operation of a full-duplex Ethernet network? (Choose three.) 

A. There are no collisions in full-duplex mode. 

B. A dedicated switch port is required for each full-duplex node. 

C. Ethernet hub ports are preconfigured for full-duplex mode. 

D. In a full-duplex environment, the host network card must check for the availability of the network media before transmitting. 

E. The host network card and the switch port must be capable of operating in full-duplex mode. 

Answer: A,B,E 

Explanation: 

Half-duplex Ethernet is defined in the original 802.3 Ethernet and Cisco says you only use one wire pair with a digital signal running in both directions on the wire. It also uses the CSMA/CD protocol to help prevent collisions and to permit retransmitting if a collision does occur. If a hub is attached to a switch, it must operate in half-duplex mode because the end stations must be able to detect collisions. Half-duplex Ethernet—typically 10BaseT—is only about 30 to 40 percent efficient as Cisco sees it, because a large 10BaseT network will usually only give you 3- to 4Mbps—at most. Full-duplex Ethernet uses two pairs of wires, instead of one wire pair like half duplex. Also, full duplex uses a point-to-point connection between the transmitter of the transmitting device and the receiver of the receiving device, which means that with full-duplex data transfer, you get a faster data transfer compared to half duplex. And because the transmitted data is sent on a different set of wires than the received data, no collisions occur. The reason you don’t need to worry about collisions is because now Full-duplex Ethernet is like a freeway with multiple lanes instead of the single-lane road provided by half duplex. Full-duplex Ethernet is supposed to offer 100 percent efficiency in both directions; this means you can get 20Mbps with a 10Mbps Ethernet running full duplex, or 200Mbps for FastEthernet. 

Q2. - (Topic 1) 

Which statements accurately describe CDP? (Choose three.) 

A. CDP is an IEEE standard protocol. 

B. CDP is a Cisco proprietary protocol. 

C. CDP is a datalink layer protocol. 

D. CDP is a network layer protocol. 

E. CDP can discover directly connected neighboring Cisco devices. 

F. CDP can discover Cisco devices that are not directly connected. 

Answer: B,C,E 

Explanation: 

CDP (Cisco Discovery Protocol) is a proprietary protocol designed by Cisco to help administrators collect information about both locally attached and remote devices. By using CDP, you can gather hardware and protocol information about neighbor devices containing useful info for troubleshooting and documenting the network. 

Q3. - (Topic 3) 

Which address are OSPF hello packets addressed to on point-to-point networks? 

A. 224.0.0.5 

B. 172.16.0.1 

C. 192.168.0.5 

D. 223.0.0.1 

E. 254.255.255.255 

Answer:

Explanation: 

Why does the show ip ospf neighbor Command Reveal Neighbors in the Init State? http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080093f11.shtml OSPF hello packets have a destination address of 224.0.0.5 (the all ospf routers multicast 

address). 

Q4. - (Topic 4) 

What is the best practice when assigning IP addresses in a small office of six hosts? 

A. Use a DHCP server that is located at the headquarters. 

B. Use a DHCP server that is located at the branch office. 

C. Assign the addresses by using the local CDP protocol. 

D. Assign the addresses statically on each node. 

Answer:

Explanation: 

Its best to use static addressing scheme where the number of systems is manageable rather than using a dynamic method such as DHCP as it is easy to operate and manage. 

Q5. - (Topic 7) 

Which RFC was created to alleviate the depletion of IPv4 public addresses? 

A. RFC 4193 

B. RFC 1519 

C. RFC 1518 

D. RFC 1918 

Answer:

Q6. - (Topic 3) 

Which statement describes the process ID that is used to run OSPF on a router? 

A. It is globally significant and is used to represent the AS number. 

B. It is locally significant and is used to identify an instance of the OSPF database. 

C. It is globally significant and is used to identify OSPF stub areas. 

D. It is locally significant and must be the same throughout an area. 

Answer:

Explanation: 

The Process ID for OSPF on a router is only locally significant and you can use the same number on each router, or each router can have a different number-it just doesn't matter. The numbers you can use are from 1 to 65,535. Don't get this confused with area numbers, which can be from 0 to 4.2 billion. 

Q7. - (Topic 7) 

Which network topology allows all traffic to flow through a central hub? 

A. bus 

B. star 

C. mesh 

D. ring 

Answer:

Q8. - (Topic 3) 

Refer to the exhibit. 

Which two statements are true about the loopback address that is configured on RouterB? (Choose two.) 

A. It ensures that data will be forwarded by RouterB. 

B. It provides stability for the OSPF process on RouterB. 

C. It specifies that the router ID for RouterB should be 10.0.0.1. 

D. It decreases the metric for routes that are advertised from RouterB. 

E. It indicates that RouterB should be elected the DR for the LAN. 

Answer: B,C 

Explanation: 

A loopback interface never comes down even if the link is broken so it provides stability for the OSPF process (for example we use that loopback interface as the router-id) -The router-ID is chosen in the order below: 

+

 The highest IP address assigned to a loopback (logical) interface. 

+

 If a loopback interface is not defined, the highest IP address of all active router’s physical interfaces will be chosen. -> The loopback interface will be chosen as the router ID of RouterB -

Q9. - (Topic 5) 

Select two options which are security Issues which need to be modified before RouterA is used? (Choose two.) 

A. unencrypted weak password is configured to protect privilege mode 

B. inappropriate wording in banner message 

C. the virtual terminal lines have a weak password configured 

D. virtual terminal lines have a password, but it will not be used 

E. configuration supports un-secure web server access 

Answer: B,D 

Q10. - (Topic 2) 

Which address type does a switch use to make selective forwarding decisions? 

A. Source IP address 

B. Destination IP address 

C. Source and destination IP address 

D. Source MAC address 

E. Destination MAC address 

Answer:

Explanation: 

Switches analyze the destination MAC to make its forwarding decision since it is a layer 2 device. Routers use the destination IP address to make forwarding decisions.