100-105 Exam - Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0)

certleader.com

Q1. DRAG DROP - (Topic 4) 

Drag the definition on the left to the correct term on the right. Not all definitions on the left will be used. 

Answer:  

Q2. - (Topic 1) 

A network administrator is connecting PC hosts A and B directly through their Ethernet interfaces as shown in the graphic. Ping attempts between the hosts are unsuccessful. What can be done to provide connectivity between the hosts? (Choose two.) 

A. A crossover cable should be used in place of the straight-through cable. 

B. A rollover cable should be used in place of the straight-through cable. 

C. The subnet masks should be set to 255.255.255.192 

D. A default gateway needs to be set on each host. 

E. The hosts must be reconfigured to use private IP addresses for direct connections of this type. 

F. The subnet masks should be set to 255.255.255.0 

Answer: A,F 

Explanation: 

If you need to connect two computers but you don't have access to a network and can't set up an ad hoc network, you can use an Ethernet crossover cable to create a direct cable connection. Generally speaking, a crossover cable is constructed by reversing (or crossing over) the order of the wires inside so that it can connect two computers directly. A crossover cable looks almost exactly like a regular Ethernet cable (a straight-through cable), so make sure you have a crossover cable before following these steps. 

Both devices need to be on the same subnet, and since one PC is using 192.1.1.20 and the other is using 192.1.1.201, the subnet mask should be changed to 255.255.255.0. 

Q3. - (Topic 1) 

At which layer of the OSI model does the protocol that provides the information that is displayed by the show cdp neighbors command operate? 

A. application 

B. transport 

C. network 

D. physical 

E. data link 

Answer:

Explanation: 

CDP is a device discovery protocol that runs over Layer 2 (the data link layer) on all Cisco-manufactured devices (routers, bridges, access servers, and switches) and allows network management applications to discover Cisco devices that are neighbors of already known devices. With CDP, network management applications can learn the device type and the Simple Network Management Protocol (SNMP) agent address of neighboring devices running lower-layer, transparent protocols. CDP allows devices to share basic configuration information without even configuring any protocol specific information and is enabled by default on all interfaces. CDP is a Datalink Protocol occurring at Layer 2 of the OSI model. CDP is not routable and can only go over to directly connected devices. CDP is enabled, by default, on all Cisco devices. CDP updates are generated as multicasts every 60 seconds with a hold-down period of 180 seconds for a missing neighbor. The no cdp run command globally disables CDP, while the no cdp enable command disables CDP on an interface. Use show cdp neighbors to list out your directly connected Cisco neighboring devices. Adding the detail parameter will display the layer-3 addressing configured on the neighbor. 

Reference: http://computernetworkingnotes.com/cisco-devices-administration-and-configuration/cisco-discoveryprotocol.html 

Q4. - (Topic 1) 

Refer to the exhibit. 

What must be configured to establish a successful connection from Host A to switch SW-A through router RT-A? 

A. VLAN 1 on RT-A 

B. IP routing on SW-A 

C. default gateway on SW-A 

D. crossover cable connecting SW-A and RT-A 

Answer:

Explanation: 

In order for the switch to reach networks that are not local, such as networks attached to different interfaces of the router, it will need to set its default gateway to be the IP address of the attached router. 

Q5. - (Topic 1) 

Refer to the exhibit. 

The exhibit is showing the topology and the MAC address table. Host A sends a data frame to host D. What will the switch do when it receives the frame from host A? 

A. The switch will add the source address and port to the MAC address table and forward the frame to host D. 

B. The switch will discard the frame and send an error message back to host A. 

C. The switch will flood the frame out of all ports except for port Fa0/3. 

D. The switch will add the destination address of the frame to the MAC address table and forward the frame to host D. 

Answer:

Explanation: 

When switch receives the data frame from the host not having the MAC address already on the MAC table, it will add the MAC address to source port on MAC address table and sends the data frame. 

Q6. - (Topic 2) 

Refer to the exhibit. 

How many collision domains are shown? 

A. one 

B. two 

C. three 

D. four 

E. six 

F. twelve 

Answer:

Explanation: 

Hubs create single collision and broadcast domains, so in this case there will be a single collision domain for each of the two hubs. 

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

Q8. - (Topic 5) 

Which two of the following are true regarding the configuration of RouterA? (Choose two.) 

A. At least 5 simultaneous remote connections are possible 

B. Only telnet protocol connections to RouterA are supported C. Remote connections to RouterA using telnet will succeed 

D. Console line connections will nevertime out due to inactivity 

E. Since DHCP is not used on Fa0/1 there is not a need to use the NAT protocol 

Answer: A,C 

Q9. - (Topic 7) 

Which NAT type is used to translate a single inside address to a single outside address? 

A. dynamic NAT 

B. NAT overload 

C. PAT 

D. static NAT 

Answer:

Explanation: 

Network address translation (NAT) is the process of modifying IP address information in 

IP packet headers while in transit across a traffic routing device. 

There are two different types of NAT: . NAT . PAT 

Q10. - (Topic 3) 

Which two statements describe characteristics of IPv6 unicast addressing? (Choose two.) 

A. Global addresses start with 2000::/3. 

B. Link-local addresses start with FE00:/12. 

C. Link-local addresses start with FF00::/10. 

D. There is only one loopback address and it is ::1. 

E. If a global address is assigned to an interface, then that is the only allowable address for the interface. 

Answer: A,D