It is impossible to pass Cisco icnd1 100 105 exam without any help in the short term. Come to Testking soon and find the most advanced, correct and guaranteed Cisco 105 100 practice questions. You will get a surprising result by our Most up-to-date Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) practice guides.

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


Q42. - (Topic 3) 

What OSPF command, when configured, will include all interfaces into area 0? 

A. network 0.0.0.0 255.255.255.255 area 0 

B. network 0.0.0.0 0.0.0.0 area 0 

C. network 255.255.255.255 0.0.0.0 area 0 

D. network all-interfaces area 0 

Answer:

Explanation: 

Example 3-1 displays OSPF with a process ID of 1 and places all interfaces configured with an IP address in area 0. The network command.network 0.0.0.0 255.255.255.255 area 0.dictates that you do not care (255.255.255.255) what the IP address is, but if an IP address is enabled on any interface, place it in area 0. 

Example 3-1.Configuring OSPF in a Single Area 

router ospf 1 network 0.0.0.0 255.255.255.255 area 0 

Reference: http://www.ciscopress.com/articles/article.asp?p=26919&seqNum=3 


Q43. - (Topic 3) 

What is the default maximum number of equal-cost paths that can be placed into the routing table of a Cisco OSPF router? 

A. 2 

B. 8 

C. 16 

D. unlimited 

Answer:

Explanation: 

Maximum-paths (OSPF) 

To control the maximum number of parallel routes that Open Shortest Path First (OSPF) 

can support, use the maximum-paths command. 

Syntax Description 

maximum 

Maximum number of parallel routes that OSPF can install in a routing table. The range is from 1 to 16 routes. 

Command Default 

8 paths 


Q44. - (Topic 3) 

Which commands are required to properly configure a router to run OSPF and to add network 192.168.16.0/24 to OSPF area 0? (Choose two.) 

A. Router(config)# router ospf 0 

B. Router(config)# router ospf 1 

C. Router(config)# router ospf area 0 

D. Router(config-router)# network 192.168.16.0 0.0.0.255 0 

E. Router(config-router)# network 192.168.16.0 0.0.0.255 area 0 

F. Router(config-router)# network 192.168.16.0 255.255.255.0 area 0 

Answer: B,E 

Explanation: 

In the router ospf command, the ranges from 1 to 65535 so o is an invalid number -> but To configure OSPF, we need a wildcard in the “network” statement, not a subnet mask. We also need to assgin an area to this process. 


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


Q46. - (Topic 3) 

Some routers have been configured with default routes. What are some of the advantages 

of using default routes? (Choose two) 

A. They establish routes that will never go down. 

B. They keep routing tables small. 

C. They require a great deal of CPU power. 

D. They allow connectivity to remote networks that are not in the routing table 

E. They direct traffic from the internet into corporate networks. 

Answer: B,D 

Explanation: 

Cisco administration 101: What you need to know about default routes Reference: 

http://www.techrepublic.com/article/cisco-administration-101-what-you-need-to-know-about-default-routes/ 


Q47. - (Topic 3) 

Refer to the exhibit. 

Given the output for this command, if the router ID has not been manually set, what router ID will OSPF use for this router? 

A. 10.1.1.2 

B. 10.154.154.1 

C. 172.16.5.1 

D. 192.168.5.3 

Answer:

Explanation: 

The highest IP address of all loopback interfaces will be chosen -> Loopback 0 will be chosen as the router ID. 


Q48. - (Topic 1) 

Refer to the exhibit. 

Which option describes how SwitchA will handle the frame just received? 

A. It will drop the frame. 

B. It will forward the frame out of port Fa0/3 only. 

C. It will flood the frame out all ports. 

D. It will flood the frame out of all the ports except Fa0/3. 

Answer:


Q49. - (Topic 1) 

Which two characteristics apply to Layer 2 switches? (Choose two.) 

A. Increases the number of collision domains 

B. Decreases the number of collision domains 

C. Implements VLAN 

D. Decreases the number of broadcast domains 

E. Uses the IP address to make decisions for forwarding data packets 

Answer: A,C 

Explanation: 

Layer 2 switches offer a number of benefits to hubs, such as the use of VLANs and each switch port is in its own separate collision domain, thus eliminating collisions on the segment. 


Q50. - (Topic 1) 

Refer to the exhibit. 

HostX is transferring a file to the FTP server. Point A represents the frame as it goes toward the Toronto router. What will the Layer 2 destination address be at this point? 

A. abcd.1123.0045 

B. 192.168.7.17 

C. aabb.5555.2222 

D. 192.168.1.1 

E. abcd.2246.0035 

Answer:

Explanation: 

For packets destined to a host on another IP network, the destination MAC address will be the LAN interface of the router. Since the FTP server lies on a different network, the host will know to send the frame to its default gateway, which is Toronto.