Tactics to icnd1 100 105 pdf

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


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for Cisco 100-105 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 100-105 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/100-105-exam-dumps.html

Q111. - (Topic 1) 

Which transport layer protocol provides best-effort delivery service with no acknowledgment receipt required? 

A. HTTP 

B. IP 

C. TCP 

D. Telnet 

E. UDP 

Answer:

Explanation: 

UDP provides a connectionless datagram service that offers best-effort delivery, which means that UDP does not guarantee delivery or verify sequencing for any datagrams. A source host that needs reliable communication must use either TCP or a program that provides its own sequencing and acknowledgment services. 


Q112. - (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 R5 in the Branch2 office. What is causing the problem? 

A. There is an area ID mismatch. 

B. There is a PPP authentication issue; a password mismatch. 

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

D. There is a missing network command in the OSPF process on R5. 

Answer:

Explanation: 

The “show ip ospf interface command on R3 and R5 shows that the hello and dead intervals do not match. They are 50 and 200 on R3 and 10 and 40 on R5. 

Topic 4, Infrastructure Services 


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


Q114. - (Topic 1) 

Which OSI layer header contains the address of a destination host that is on another network? 

A. application 

B. session 

C. transport 

D. network 

E. data link 

F. physical 

Answer:

Explanation: 

Only network address contains this information. To transmit the packets the sender uses network address and datalink address. But the layer 2 address represents just the address of the next hop device on the way to the sender. It is changed on each hop. Network address remains the same. 


Q115. - (Topic 7) 

When a router makes a routing decision for a packet that is received from one network and destined to another, which portion of the packet does if replace? 

A. Layer 2 frame header and trailer 

B. Layer 3 IP address 

C. Layer 5 session 

D. Layer 4 protocol 

Answer:

Explanation: 

Router Switching Function (1.2.1.1)A primary function of a router is to forward packets toward their destination. This is accomplished by using a switching function, which is the process used by a router to accept a packet on one interface and forward it out of another interface. A key responsibility of the switching function is to encapsulate packets in the appropriate data link frame type for the outgoing data link. NOTE In this context, the term “switching” literally means moving packets from source to destination and should not be confused with the function of a Layer 2 switch. After the router has determined the exit interface using the path determination function, the router must encapsulate the packet into the data link frame of the outgoing interface. What does a router do with a packet received from one network and destined for another network? The router performs the following three major steps: 

. Step 1. De-encapsulates the Layer 3 packet by removing the Layer 2 frame header and trailer. . Step 2. Examines the destination IP address of the IP packet to find the best path in the routing table. . Step 3. If the router finds a path to the destination, it encapsulates the Layer 3 packet into a new Layer 2 frame and forwards the frame out the exit interface. 


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


Q117. - (Topic 7) 

Which statement about native VLAN traffic is true? 

A. Cisco Discovery Protocol traffic travels on the native VLAN by default 

B. Traffic on the native VLAN is tagged with 1 by default 

C. Control plane traffic is blocked on the native VLAN. 

D. The native VLAN is typically disabled for security reasons 

Answer:


Q118. - (Topic 3) 

What is the subnet address of 172.16.159.159/22? 

A. 172.16.0.0 

B. 172.16.128.0 

C. 172.16.156.0 

D. 172.16.159.0 

E. 172.16.159.128 

F. 172.16.192.0 

Answer:

Explanation: 

Converting to binary format it comes to 11111111.11111111.11111100.00000000 or 

255.255.252.0 Starting with 172.16.0.0 and having increment of 4 we get. 


Q119. - (Topic 5) 

What is the purpose of the switchport command? 

Switch(config-if)# switchport port-security maximum 1 

Switch(config-if)# switchport port-security mac-address 0018.DE8B.4BF8 

A. It ensures that only the device with the MAC address 0018.DE8B.4BF8 will be able to connect to the port that is being configured. 

B. It informs the switch that traffic destined for MAC address 0018.DE8B.4BF8 should only be sent to the port that is being configured. 

C. It will act like an access list and the port will filter packets that have a source or destination MAC of 0018.DE8B.4BF8. 

D. The switch will shut down the port of any traffic with source MAC address of 0018.DE8B.4BF8. 

Answer:

Explanation: 

The first command configurs the maximum number of secure MAC addresses on a port to one. The next command specifies that MAC addresses that are allowed with port security; in this case it is just the one single device MAC. If any other device connects on that port the port will be shut down by the port security feature. 


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