Proper study guides for Avant-garde Cisco Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) certified begins with Cisco 100-105 preparation products which designed to deliver the Verified 100-105 questions by making you pass the 100-105 test at your first time. Try the free 100-105 demo right now.

2021 Apr 100-105 torrent

Q101. - (Topic 3) 

Which statement about IPv6 is true? 

A. Addresses are not hierarchical and are assigned at random. 

B. Only one IPv6 address can exist on a given interface. 

C. There are 2.7 billion addresses available. 

D. Broadcasts have been eliminated and replaced with multicasts. 

Answer:

Explanation: 

IPv6 has three types of addresses, which can be categorized by type and scope: 

Unicast addresses. A packet is delivered to one interface. 

Multicast addresses. A packet is delivered to multiple interfaces. 

Anycast addresses. A packet is delivered to the nearest of multiple interfaces (in terms of 

routing distance). 

IPv6 does not use broadcast messages. 

Unicast and anycast addresses in IPv6 have the following scopes (for multicast addresses, 

the scope are built into the address structure): 

Link-local. The scope is the local link (nodes on the same subnet). 

Site-local. The scope is the organization (private site addressing). 

Global. The scope is global (IPv6 Internet addresses). 

In addition, IPv6 has special addresses such as the loopback address. The scope of a 

special address depends on the type of special address. 

Much of the IPv6 address space is unassigned. 

http://technet.microsoft.com/en-us/library/cc757359(v=ws.10).aspx 


Q102. - (Topic 3) 

Which two statements describe the process identifier that is used in the command to configure OSPF on a router? (Choose two.) 

Router(config)# router ospf 1 

A. All OSPF routers in an area must have the same process ID. 

B. Only one process number can be used on the same router. 

C. Different process identifiers can be used to run multiple OSPF processes 

D. The process number can be any number from 1 to 65,535. 

E. Hello packets are sent to each neighbor to determine the processor identifier. 

Answer: C,D 

Explanation: 

Multiple OSPF processes can be configured on a router using multiple process ID’s. 

The valid process ID’s are shown below: Edge-B(config)#router ospf <1-65535> Process ID 


Q103. - (Topic 3) 

An administrator is in the process of changing the configuration of a router. What command will allow the administrator to check the changes that have been made prior to saving the new configuration? 

A. Router# show startup-config 

B. Router# show current-config 

C. Router# show running-config 

D. Router# show memory 

E. Router# show flash 

F. Router# show processes 

Answer:

Explanation: 

This command followed by the appropriate parameter will show the running config hence the admin will be able to see what changes have been made, and then they can be saved. 


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


Q105. - (Topic 1) 

Which of the following are types of flow control? (Choose three.) 

A. buffering 

B. cut-through 

C. windowing 

D. congestion avoidance 

E. load balancing 

Answer: A,C,D 

Explanation: 

During Transfer of data, a high speed computer is generating data traffic a lot faster than the network device can handle in transferring to destination, so single gateway or destination device cannot handle much amount of traffic that is called "Congestion". 

Buffering The Technie is used to control the data transfer when we have congestion, when a network device receive a data it stores in memory section and then transfer to next destination this process called "Buffering". Windowing Whereas Windowing is used for flow control by the Transport layer. Say the sender device is sending segments and the receiver device can accommodate only a fixed number of segments before it can accept more, the two devices negotiate the window size during the connection setup. This is done so that the sending device doesn't overflow the receiving device's buffer. Also the receiving device can send a single acknowledgement for the segments it has received instead of sending an acknowledgement after every segment received. Also, this window size is dynamic meaning, the devices can negotiate and change the window size in the middle of a session. So if initially the window size is three and the receiving device thinks that it can accept more number of segments in its buffer it can negotiate with the sending device and it increases it to say 5 for example. Windowing is used only by TCP since UDP doesn't use or allow flow control. 

Reference: http://www.info-it.net/cisco/ccna/exam-tips/flow-control.php 


Up to the immediate present 100-105 exam answers:

Q106. - (Topic 1) 

Refer to the exhibit. 

A network has been planned as shown. Which three statements accurately describe the areas and devices in the network plan? (Choose three.) 

A. Network Device A is a switch. 

B. Network Device B is a switch. 

C. Network Device A is a hub. 

D. Network Device B is a hub. 

E. Area 1 contains a Layer 2 device. 

F. Area 2 contains a Layer 2 device. 

Answer: A,D,E 

Explanation: 

Switches use a separate collision domain for each port, so device A must be a switch. Hubs, however, place all ports in the same collision domain so device B is a hub. Switches reside in layer 2 while hubs are layer 1 devices. 


Q107. - (Topic 7) 

Which statement about static routes is true? 

A. The source interface can be configured to make routing decisions. 

B. A subnet mask is entered for the next-hop address. 

C. The subnet mask is 255.255 255.0 by default 

D. The exit interface can be specified to indicate where the packets will be routed. 

Answer:

Explanation: 

Static routing can be used to define an exit point from a router when no other routes are available or necessary. This is called a default route. 


Q108. - (Topic 7) 

What is the default lease time for a DHCP binding? 

A. 24 hours 

B. 12 hours 

C. 48 hours 

D. 36 hours 

Answer:

Explanation: By default, each IP address assigned by a DHCP Server comes with a one-day lease, which is the amount of time that the address is valid. To change the lease value for an IP address, use the following command in DHCP pool configuration mode: 


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


Q110. - (Topic 5) 

The following commands are entered on the router: 

Burbank(config)# enable secret fortress 

Burbank(config)# line con 0 

Burbank(config-line)# login 

Burbank(config-line)# password n0way1n 

Burbank(config-line)# exit 

Burbank(config)# service password-encryption 

What is the purpose of the last command entered? 

A. to require the user to enter an encrypted password during the login process 

B. to prevent the vty, console, and enable passwords from being displayed in plain text in the configuration files 

C. to encrypt the enable secret password 

D. to provide login encryption services between hosts attached to the router 

Answer:

Explanation: 

Certain types of passwords, such as Line passwords, by default appear in clear text in the configuration file. You can use the service password-encryption command to make them more secure. Once this command is entered, each password configured is automatically encrypted and thus rendered illegible inside the configuration file (much as the Enable/Enable Secret passwords are). Securing Line passwords is doubly important in networks on which TFTP servers are used, because TFTP backup entails routinely moving config files across networks—and config files, of course, contain Line passwords.