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

2021 Jan 100-105 sample question

Q51. - (Topic 2) 

Refer to the exhibit. 

The MAC address table is shown in its entirety. The Ethernet frame that is shown arrives at 

the switch. 

What two operations will the switch perform when it receives this frame? (Choose two.) 

A. The switch will not forward a frame with this destination MAC address. 

B. The MAC address of 0000.00aa.aaaa will be added to the MAC Address Table. 

C. The MAC address of ffff.ffff.ffff will be added to the MAC address table. 

D. The frame will be forwarded out of all the active switch ports except for port fa0/0. 

E. The frame will be forwarded out of fa0/0 and fa0/1 only. 

F. The frame will be forwarded out of all the ports on the switch. 

Answer: B,D 

Explanation: 

If the switch already has the MAC address in its table for the destination, it will forward the frame directly to the destination port. If it was not already in its MAC table, then they frame would have been flooded out all ports except for the port that it came from. 


Q52. - (Topic 3) 

Which three approaches can be used while migrating from an IPv4 addressing scheme to an IPv6 scheme? (Choose three) 

A. static mapping of IPv4 address to IPv6 addresses 

B. configuring IPv4 tunnels between IPv6 islands 

C. use DHCPv6 to map IPv4 addresses to IPv6 addresses 

D. use proxying and translation (NAT-PT) to translate IPv6 packets into IPv4 packets 

E. configure IPv6 directly 

F. enable dual-stack routing 

Answer: B,D,F 

Explanation: 

Connecting IPv6 islands with tunnels An IPv6 island is a network made of IPv6 links directly connected by IPv6 routers. In the early days of IPv6 deployment, there are many IPv6 islands. IPv6 in IPv4 tunnels are used to connect those islands together. In each island, one (or more) dual stack routers are designated to encapsulate and decapsulate IPv6 packets within IPv4 packets. Different mechanisms have been developed to manage tunnels: automatic tunnels3, configured tunnels3, tunnel brokers3, 6over43, 6to43,... Reference 2: http://www.petri.co.il/ipv6-transition.htm Network Address Translation - Protocol Translation (NAT-PT) The NAT-PT method enables the ability to either statically or dynamically configure a translation of a IPv4 network address into an IPv6 network address and vice versa. For those familiar with more typically NAT implementations, the operation is very similar but includes a protocol translation function. NAT-PT also ties in an Application Layer Gateway (ALG) functionality that converts Domain Name System (DNS) mappings between protocols. 

Dual Stack The simplest approach when transitioning to IPv6 is to run IPv6 on all of the devices that are currently running IPv4. If this is something that is possible within the organizational network, it is very easy to implement. However, for many organizations, IPv6 is not supported on all of the IPv4 devices; in these situations other methods must be considered. 

Reference: http://www.opus1.com/ipv6/howdoitransitiontoipv6.html 


Q53. - (Topic 3) 

Refer to the exhibit. 

What is the simplest way to configure routing between the regional office network 10.89.0.0/20 and the corporate network? 

A. router1(config)#ip route 10.89.0.0 255.255.240.0 10.89.16.2 

B. router2(config)#ip route 10.89.3.0 255.255.0.0 10.89.16.2 

C. router1(config)#ip route 10.89.0.0 255.255.240.0 10.89.16.1 

D. router2(config)#ip route 0.0.0.0 0.0.0.0 10.89.16.1 

Answer:

Explanation: 

The next hop of the static route should be 10.89.16.1, which is the IP address for router R1 in this example. Since this router is a stub router with only a single connection to the WAN, the simplest thing to do is to configure a single static default route back to the HQ network. 


Q54. - (Topic 3) 

Why do large OSPF networks use a hierarchical design? (Choose three.) 

A. to decrease latency by increasing bandwidth 

B. to reduce routing overhead 

C. to speed up convergence 

D. to confine network instability to single areas of the network 

E. to reduce the complexity of router configuration 

F. to lower costs by replacing routers with distribution layer switches 

Answer: B,C,D 

Explanation: 

OSPF implements a two-tier hierarchical routing model that uses a core or backbone tier known as area zero (0). Attached to that backbone via area border routers (ABRs) are a number of secondary tier areas. 

The hierarchical approach is used to achieve the following: 

. Rapid convergence because of link and/or switch failures 

. Deterministic traffic recovery 

. Scalable and manageable routing hierarchy, reduced routing overhead. 


Q55. - (Topic 3) 

R1 is configured with the default configuration of OSPF. From the following list of IP addresses configured on R1, which address will the OSPF process select as the router ID? 

A. 192.168.0.1 

B. 172.16.1.1 

C. 172.16.2.1 

D. 172.16.2.225 

Answer:

Explanation: 

The Router ID (RID) is an IP address used to identify the router and is chosen using the following sequencE. 

+

 The highest IP address assigned to a loopback (logical) interface. + If a loopback interface is not defined, the highest IP address of all active router's physical interfaces will be chosen. 

+

 The router ID can be manually assigned In this case, because a loopback interface is not configured so the highest active IP address 192.168.0.1 is chosen as the router ID. 


Improved 100-105 real exam:

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


Q57. - (Topic 7) 

Which method does a connected trunk port use to tag VLAN traffic? 

A. IEEE 802 1w 

B. IEEE 802 1D 

C. IEEE 802 1Q 

D. IEEE 802 1p 

Answer:

Explanation: 

http://www.cisco.com/c/en/us/support/docs/lan-switching/8021q/17056-741-4.html 


Q58. - (Topic 5) 

Refer to the exhibit. 

A network technician is asked to design a small network with redundancy. The exhibit represents this design, with all hosts configured in the same VLAN. What conclusions can be made about this design? 

A. This design will function as intended. 

B. Spanning-tree will need to be used. 

C. The router will not accept the addressing scheme. 

D. The connection between switches should be a trunk. 

E. The router interfaces must be encapsulated with the 802.1Q protocol. 

Answer:

Explanation: 

The proposed addressing scheme is on the same network. Cisco routers will not allow you to assign two different interfaces to be on the same IP subnet. 


Q59. - (Topic 4) 

How many addresses will be available for dynamic NAT translation when a router is configured with the following commands? 

Router(config)#ip nat pool TAME 209.165.201.23 209.165.201.30 netmask 

255.255.255.224 

Router(config)#ip nat inside source list 9 pool TAME 

A. 7 

B. 8 

C. 9 

D. 10 

E. 24 

F. 32 

Answer:

Explanation: 

209.165.201.23 to 209.165.201.30 provides for 8 addresses. 


Q60. DRAG DROP - (Topic 4) 

Move the protocol or service on the left to a situation on the right where it would be used. (Not all options are used.) 

Answer: