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

certleader.com

Q1. - (Topic 3) 

Given an IP address of 192.168.1.42 255.255.255.248, what is the subnet address? 

A. 192.168.1.8/29 

B. 192.168.1.32/27 

C. 192.168.1.40/29 

D. 192.168.1.16/28 

E. 192.168.1.48/29 

Answer:

Explanation: 

248 mask uses 5 bits (1111 1000) 

42 IP in binary is (0010 1010) 

The base subnet therefore is the lowest binary value that can be written without changing 

the output of an AND operation of the subnet mask and IP... 

1111 1000 AND 

0010 1010 equals 

0010 1000 - which is .40 

/24 is standard class C mask. 

Adding the 5 bits from the .248 mask gives /29 

Q2. CORRECT TEXT - (Topic 6) 

There are three locations in a school district of a large city: ROUTER -M, ROUTER -W and ROUTER -U. The network connection between two of these locations has already functioned. Configure the ROUTER -M router IP addresses on the E0 and S0 interfaces so that the E0 receives the first usable subnet while the S0 receives the second usable subnet from the network 192.168.160.0/28. Both interfaces would receive the last available ip address on the proper subnet. 

NotE. The OSPF process must be configured to allow interfaces in specific subnets to participate in the routing process. 

Answer: ROUTER-M> enable PassworD. Cisco ROUTER-M# config t ROUTER-M(config)# interface e0 ROUTER-M(config-if)# ip address 192.168.160.14 255.255.255.240 

ROUTER-M(config-if)# no shutdown ROUTER -M(config-if)# exit ROUTER -M(config)# interface s0 ROUTER-M(config-if)# ip address 192.168.160.30 255.255.255.240 ROUTER-M(config-if)# no shutdown ROUTER-M(config-if)# end ROUTER-M# copy run start 

Q3. - (Topic 3) 

To allow or prevent load balancing to network 172.16.3.0/24, which of the following commands could be used in R2? (Choose two.) 

A. R2(config-if)#clock rate 

B. R2(config-if)#bandwidth 

C. R2(config-if)#ip ospf cost 

D. R2(config-if)#ip ospf priority 

E. R2(config-router)#distance ospf 

Answer: B,C 

Explanation: 

http://www.cisco.com/en/US/tech/tk365/technologies_white_paper09186a0080094e9e.sht ml#t6 

The cost (also called metric) of an interface in OSPF is an indication of the overhead required to send packets across a certain interface. The cost of an interface is inversely proportional to the bandwidth of that interface. A higher bandwidth indicates a lower cost. There is more overhead (higher cost) and time delays involved in crossing a 56k serial line than crossing a 10M Ethernet line. The formula used to calculate the cost is: Cost = 10000 0000/bandwidth in bps For example, it will cost 10 EXP8/10 EXP7 = 10 to cross a 10M Ethernet line and will cost 10 EXP8/1544000 =64 to cross a T1 line. By default, the cost of an interface is calculated based on the bandwidth; you can force the cost of an interface with the ip ospf cost <value> interface subconfiguration mode command. 

Q4. - (Topic 1) 

Which network device functions only at Layer 1 of the OSI model? A. Option A 

B. Option B 

C. Option C 

D. Option D 

E. Option E 

Answer:

Explanation: 

Most hubs are amplifying the electrical signal; therefore, they are really repeaters with several ports. Hubs and repeaters are Layer 1 (physical layer) devices. 

Q5. - (Topic 3) 

A network administrator is trying to add a new router into an established OSPF network. The networks attached to the new router do not appear in the routing tables of the other OSPF routers. Given the information in the partial configuration shown below, what configuration error is causing this problem? 

Router(config)# router ospf 1 

Router(config-router)# network 10.0.0.0 255.0.0.0 area 0 

A. The process id is configured improperly. 

B. The OSPF area is configured improperly. 

C. The network wildcard mask is configured improperly. 

D. The network number is configured improperly. 

E. The AS is configured improperly. 

F. The network subnet mask is configured improperly. 

Answer:

Explanation: 

When configuring OSPF, the mask used for the network statement is a wildcard mask similar to an access list. In this specific example, the correct syntax would have been “network 10.0.0.0 0.0.0.255 area 0.” 

Q6. - (Topic 4) 

What does the "Inside Global" address represent in the configuration of NAT? 

A. the summarized address for all of the internal subnetted addresses 

B. the MAC address of the router used by inside hosts to connect to the Internet 

C. a globally unique, private IP address assigned to a host on the inside network 

D. a registered address that represents an inside host to an outside network 

Answer:

Explanation: 

NAT: Local and Global Definitions http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094837. shtml Cisco defines these terms as: Inside local address—The IP address assigned to a host on the inside network. This is the address configured as a parameter of the computer OS or received via dynamic address allocation protocols such as DHCP. The address is likely not a legitimate IP address assigned by the Network Information Center (NIC) or service provider. Inside global address—A legitimate IP address assigned by the NIC or service provider that represents one or more inside local IP addresses to the outside world. Outside local address—The IP address of an outside host as it appears to the inside network. Not necessarily a legitimate address, it is allocated from an address space routable on the inside. Outside global address—The IP address assigned to a host on the outside network by the host owner. The address is allocated from a globally routable address or network space. These definitions still leave a lot to be interpreted. For this example, this document redefines these terms by first defining local address and global address. Keep in mind that the terms inside and outside are NAT definitions. Interfaces on a NAT router are defined as inside or outside with the NAT configuration commands, ip nat inside destination and ip nat outside source . Networks to which these interfaces connect can then be thought of as inside networks or outside networks, respectively. Local address—A local address is any address that appears on the inside portion of the network. Global address—A global address is any address that appears on the outside portion of the network. 

Q7. DRAG DROP - (Topic 1) 

On the left are various network protocols. On the right are the layers of the TCP/IP model. Assuming a reliable connection is required, move the protocols on the left to the TCP/IP layers on the right to show the proper encapsulation for an email message sent by a host on a LAN. (Not all options are used.) 

Answer:  

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

Q9. - (Topic 3) 

An administrator is working with the 192.168.4.0 network, which has been subnetted with a /26 mask. Which two addresses can be assigned to hosts within the same subnet? (Choose two.) 

A. 192.168.4.61 

B. 192.168.4.63 

C. 192.168.4.67 

D. 192.168.4.125 

E. 192.168.4.128 

F. 192.168.4.132 

Answer: C,D 

Explanation: 

Increment: 64 (/26 = 11111111.11111111.11111111.11000000) 

The IP 192.168.4.0 belongs to class C. The default subnet mask of class C is /24 and it has 

been subnetted with a /26 mask so we have 2(26-24).= 22.= 4 sub-networks: 

1st subnet: 192.168.4.0 (to 192.168.4.63) 

2nd subnet: 192.168.4.64 (to 192.168.4.127) 

3rd subnet: 192.168.4.128 (to 192.168.4.191) 

4th subnet: 192.168.4.192 (to 192.168.4.225) 

In all the answers above, only answer C and D are in the same subnet. 

Therefore only IPs in this range can be assigned to hosts. 

Q10. - (Topic 7) 

Which option is a valid hostname for a switch? 

A. Switch-Cisco 

B. Switch-Cisco! 

C. SwitchCisco 

D. SwitchCisc0 

Answer: