Exam Code: icnd1 100 105 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0)
Certification Provider: Cisco
Free Today! Guaranteed Training- Pass cisco 100 105 pdf Exam.

Q31. - (Topic 7) 

Which entity assigns IPv6 addresses to end users? 

A. ICANN 

B. APNIC 

C. RIR 

D. ISPs 

Answer:


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


Q33. - (Topic 4) 

Which of the following statements are TRUE regarding Cisco access lists? (Choose two.) 

A. In an inbound access list, packets are filtered as they enter an interface. 

B. In an inbound access list, packets are filtered before they exit an interface. 

C. Extended access lists are used to filter protocol-specific packets. 

D. You must specify a deny statement at the end of each access list to filter unwanted traffic. 

E. When a line is added to an existing access list, it is inserted at the beginning of the access list. 

Answer: A,C 

Explanation: 

In an inbound access list, packets are filtered as they enter an interface. Extended access lists are used to filter protocol specific packets. Access lists can be used in a variety of situations when the router needs to be given guidelines for decision-making. These situations include: Filtering traffic as it passes through the router To control access to the VTY lines (Telnet) To identify "interesting" traffic to invoke Demand Dial Routing (DDR) calls To filter and control routing updates from one router to another There are two types of access lists, standard and extended. Standard access lists are applied as close to the destination as possible (outbound), and can only base their filtering criteria on the source IP address. The number used while creating an access list specifies the type of access list created. The range used for standard access lists is 1 to 99 and 1300 to 1999. Extended access lists are applied as close to the source as possible (inbound), and can base their filtering criteria on the source or destination IP address, or on the specific protocol being used. The range used for extended access lists is 100 to 199 and 2000 to 2699. Other features of access lists include: Inbound access lists are processed before the packet is routed. Outbound access lists are processed after the packet has been routed to an exit interface. An "implicit deny" is at the bottom of every access list, which means that if a packet has not matched any preceding access list condition, it will be filtered (dropped). Access lists require at least one permit statement, or all packets will be filtered (dropped). One access list may be configured per direction for each Layer 3 protocol configured on an interface The option stating that in an inbound access list, packets are filtered before they exit an interface is incorrect. 

Packets are filtered as they exit an interface when using an outbound access list. The option stating that a deny statement must be specified at the end of each access list in order to filter unwanted traffic is incorrect. There is an implicit deny at the bottom of every access list. When a line is added to an existing access list, it is not inserted at the beginning of the access list. It is inserted at the end. This should be taken into consideration. For example, given the following access list, executing the command access-list 110 deny tcp 192.168.5.0 0.0.0.255 any eq www would have NO effect on the packets being filtered because it would be inserted at the end of the list, AFTER the line that allows all traffic. 

access-list 110 permit ip host 192.168.5.1 any access-list 110 deny icmp 192.168.5.0 0.0.0.255 any echo access-list 110 permit any any 


Q34. - (Topic 5) 

The network administrator has found the following problem. 

The remote networks 172.16.10.0, 172.16.20.0, and 172.16.30.0 are accessed through the Central router's serial 0/0 interface. No users are able to access 172.16.20.0. After reviewing the command output shown in the graphic, what is the most likely cause of the problem? 

A. no gateway of last resort on Central 

B. Central router's not receiving 172.16.20.0 update 

C. incorrect static route for 172.16.20.0 

D. 172.16.20.0 not located in Central's routing table 

Answer:

Explanation: 

If we use 172.16.20.0 to route to 172.16.150.15, then the packet will route back. To clear this error we have to use.#no ip route 172.16.20.0 255.255.255.0 172.16.150.15

.command in configuration mode. 


Q35. - (Topic 2) 

Refer to the exhibit. 

All devices attached to the network are shown. How many collision domains are present in this network? 

A. 2 

B. 3 

C. 6 

D. 9 

E. 15 

Answer:

Explanation: 

A switch uses a separate collision domain for each port so there are a total of 9 for each device shown. In addition to this, the switch to switch connections (3) are a separate collision domain. Finally, we add the switch to router connections (2) and the router to router connection (1) for a total of 15. 


Q36. - (Topic 1) 

A workstation has just resolved a browser URL to the IP address of a server. What protocol will the workstation now use to determine the destination MAC address to be placed into frames directed toward the server? 

A. HTTP 

B. DNS 

C. DHCP 

D. RARP 

E. ARP 

Answer:

Explanation: 

The RARP protocol is used to translate hardware interface addresses to protocol addresses. The RARP message format is very similar to the ARP format. When the booting computer sends the broadcast ARP request, it places its own hardware address in both the sending and receiving fields in the encapsulated ARP data packet. The RARP server will fill in the correct sending and receiving IP addresses in its response to the message. This way the booting computer will know its IP address when it gets the message from the RARP server 


Q37. - (Topic 3) 

Which command can you use to manually assign a static IPV6 address to a router interface? 

A. ipv6 address PREFIX_1::1/64 

B. ipv6 autoconfig 2001:db8:2222:7272::72/64 

C. ipv6 autoconfig 

D. ipv6 address 2001:db8:2222:7272::72/64 

Answer:

Explanation: 

An example of configuring IPv6 on an interface is shown below: Router(config)# interface fastethernet 0/1 Router(config-if)# ipv6 address 3000::2222:1/64 


Q38. - (Topic 5) 

Two routers named Atlanta and Brevard are connected by their serial interfaces as shown in the exhibit, but there is no data connectivity between them. The Atlanta router is known to have a correct configuration. 

Given the partial configurations shown in the exhibit, what is the problem on the Brevard router that is causing the lack of connectivity? 

A. A loopback is not set. 

B. The IP address is incorrect. 

C. The subnet mask is incorrect. 

D. The serial line encapsulations are incompatible. 

E. The maximum transmission unit (MTU) size is too large. 

F. The bandwidth setting is incompatible with the connected interface. 

Answer:

Explanation: 

The connection between two routers must have IP addresses that belong to the same subnet, but in this case Atlanta is using 192.168.10.1/24 and the other is in 192.168.11.1/24. 


Q39. - (Topic 3) 

OSPF routing uses the concept of areas. What are the characteristics of OSPF areas? (Choose Three.) 

A. Each OSPF area requires a loopback interface to be configured. 

B. Areas may be assigned any number from 0 to 65535. 

C. Area 0 is called the backbone area. 

D. Hierarchical OSPF networks do not require multiple areas. 

E. Multiple OSPF areas must connect to area 0. 

F. Single area OSPF networks must be configured in area 1. 

Answer: B,C,E 

Explanation: 

Definition of OSPF areas: An OSPF network may be structured, or subdivided, into routing areas to simplify administration and optimize traffic and resource utilization. Areas are identified by 32-bit numbers, expressed either simply in decimal, or often in octet-based dot-decimal notation, familiar from IPv4 address notation. 

See discussion following Cisco Learning discussion. 

https://learningnetwork.cisco.com/message/90832 


Q40. - (Topic 3) 

Which two commands will display the current IP address and basic Layer 1 and 2 status of an interface? (Choose two.) 

A. router#show version 

B. router#show ip interface 

C. router#show protocols 

D. router#show controllers 

E. router#show running-config 

Answer: B,C 

Explanation: 

The outputs of “show protocols” and “show ip interface” are shown below: 

Global values:Internet Protocol routing is enabledSerial0/0 is up, line protocol is downInternet address is 10.1.1.1/30Serial0/1 is up, line protocol is downInternet address is 209.65.200.225/30Serial0/2 is up, line protocol is downSerial0/3 is up, line protocol is downNVI0 is up, line protocol is upInterface is unnumbered. Using address of NVI0 (0.0.0.0)Loopback0 is up, line protocol is upInternet address is 10.1.10.1/32Loopback1 is up, line protocol is upInternet address is 10.1.2.1/27Loopback6 is up, line protocol is up 

Serial0/0 is up, line protocol is downInternet address is 10.1.1.1/30Broadcast address is 255.255.255.255Address determined by non-volatile memoryMTU is 1500 bytesHelper address is not setDirected broadcast forwarding is disabledMulticast reserved groups joined: 224.0.0.5Outgoing access list is not setInbound access list is not setProxy ARP is enabledLocal Proxy ARP is disabledSecurity level is defaultSplit horizon is disabledICMP redirects are always sentICMP unreachables are always sentICMP mask replies are never sentIP fast switching is enabledIP fast switching on the same interface is enabledIP Flow switching is disabledIP CEF switching is disabledIP Feature Fast switching turbo vectorIP multicast fast switching is enabledIP multicast distributed fast switching is disabledIP route-cache flags are FastRouter Discovery is disabledIP output packet accounting is disabledIP access violation accounting is disabledTCP/IP header compression is disabledRTP/IP header compression is disabledPolicy routing is disabledNetwork address translation is enabled, interface in domain insideBGP Policy Mapping is disabledWCCP Redirect outbound is disabledWCCP Redirect inbound is disabledWCCP Redirect exclude is disabled 


Q41. - (Topic 7) 

Two hosts are attached to a switch with the default configuration. Which statement about the configuration is true? 

A. IP routing must be enabled to allow the two hosts to communicate. 

B. The two hosts are in the same broadcast domain. 

C. The switch must be configured with a VLAN to allow the two hosts to communicate. 

D. Port security prevents the hosts from connecting to the switch. 

Answer:

Explanation: IP routing must be enables to allow the two hosts to communicate with each other with default configuration. http://www.cisco.com/c/en/us/support/docs/lan-switching/inter-vlan-routing/41860-howto-L3-intervlanrouting.html 


Q42. - (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:


Q43. - (Topic 7) 

Which NTP command configures the local device as an NTP reference clock source? 

A. ntp peer 

B. ntp broadcast 

C. ntp master 

D. ntp server 

Answer:


Q44. - (Topic 7) 

Which dynamic routing protocol uses only the hop count to determine the best path to a destination? 

A. IGRP 

B. RIP 

C. EIGRP 

D. OSPF 

Answer:


Q45. - (Topic 3) 

Refer to the exhibit. 

If CDP is enabled on all devices and interfaces, which devices will appear in the output of a show cdp neighbors command issued from R2? 

A. R2 and R3 

B. R1 and R3 

C. R3 and S2 

D. R1, S1, S2, and R3 

E. R1, S1, S2, R3, and S3 

Answer:

Explanation: 

A Cisco device enabled with CDP sends out periodic interface updates to a multicast address in order to make itself known to neighbors. Since it is a layer two protocol, these packets are not routed. So the devices detected would be immediate connected neighbors.