Act now and download your Cisco icnd1 100 105 pdf test today! Do not waste time for the worthless Cisco 100 105 icnd1 v3 0 tutorials. Download Abreast of the times Cisco ICND1 Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) exam with real questions and answers and begin to learn Cisco 100 105 icnd1 with a classic professional.

P.S. Precise 100-105 vce are available on Google Drive, GET MORE: https://drive.google.com/open?id=10aMCxNhtGaQ1g5X4WURwuSZDkYQMo5JZ


New Cisco 100-105 Exam Dumps Collection (Question 4 - Question 13)

Question No: 4

How can you ensure that only the MAC address of a server is allowed by switch port Fa0/1?

A. Configure port Fa0/1 to accept connections only from the static IP address of the server.

B. Configure the server MAC address as a static entry of port security.

C. Use a proprietary connector type on Fa0/1 that is incomputable with other host connectors.

D. Bind the IP address of the server to its MAC address on the switch to prevent other hosts from spoofing the server IP address.

Answer: B

Explanation:

When the MAC address is configured as static entry, no other address is allowed.



Question No: 5

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: A

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



Question No: 6

Refer to the exhibit.

The DHCP settings have recently been changed on the DHCP server and the client is no longer able to reach network resources. What should be done to correct this situation?

A. Verify that the DNS server address is correct in the DHCP pool.

B. Ping the default gateway to populate the ARP cache.

C. Use the tracert command on the DHCP client to first determine where the problem is located.

D. Clear all DHCP leases on the router to prevent address conflicts.

E. Issue the ipconfig command with the /release and /renew options in a command window.

Answer: E

Explanation:

A PC will retain its DHCP assigned IP address until the lease time expires, which often times is 24 hours or more. When changes are made to the DHCP server, the client should issue the ipconfig/release and then ipconfig/renew commands to obtain a new IP address lease.



Question No: 7

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: B

Explanation:

209.165.201.23 to 209.165.201.30 provides for 8 addresses.



Question No: 8

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.



Question No: 9

Which characteristics are representative of a link-state routing protocol? (Choose three.)

A. provides common view of entire topology

B. exchanges routing tables with neighbors

C. calculates shortest path

D. utilizes event-triggered updates

E. utilizes frequent periodic updates

Answer: A,C,D

Explanation:

Each of routers running link-state routing protocol learns paths to all the destinations in its u201careau201d so we can say although it is a bit unclear.

Link-state routing protocols generate routing updates only (not the whole routing table) when a change occurs in the network topology so

Link-state routing protocol like OSPF uses Dijkstra algorithm to calculate the shortest path -

> .Unlike Distance vector routing protocol (which utilizes frequent periodic updates), link-state routing protocol utilizes event-triggered updates (only sends update when a change occurs)



Question No: 10

Refer to the exhibit.

A problem with network connectivity has been observed. It is suspected that the cable connected to switch port Fa0/9 on Switch1 is disconnected. What would be an effect of this cable being disconnected?

A. Host B would not be able to access the server in VLAN9 until the cable is reconnected.

B. Communication between VLAN3 and the other VLANs would be disabled.

C. The transfer of files from Host B to the server in VLAN9 would be significantly slower.

D. For less than a minute, Host B would not be able to access the server in VLAN9. Then normal network function would resume.

Answer: D

Explanation:

Because Switch1 has multiple redundant links in this network, traffic would not work for less than a minute, and then it would get rerouted along the longer path to the host. The 1 minute outage would be the length of time it takes STP to converge.



Question No: 11

Refer to the exhibit.

The ports that are shown are the only active ports on the switch. 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 MAC address of 0000.00aa.aaaa will be added to the MAC address table.

B. The MAC address of 0000.00dd.dddd will be added to the MAC address table.

C. The frame will be forwarded out of port fa0/3 only.

D. The frame will be forwarded out of fa0/1, fa0/2, and fa0/3.

E. The frame will be forwarded out of all the active ports.

Answer: A,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. It will also add the MAC address of the source device to its MAC address table



Question No: 12

Refer to the exhibit.

The host in Kiev sends a request for an HTML document to the server in Minsk. What will be the source IP address of the packet as it leaves the Kiev router?

A. 10.1.0.1

B. 10.1.0.5

C. 10.1.0.6

D. 10.1.0.14

E. 10.1.1.16

F. 10.1.2.8

Answer: E

Explanation:

Although the source and destination MAC address will change as a packet traverses a network, the source and destination IP address will not unless network address translation (NAT) is being done, which is not the case here.



Question No: 13

Refer to the exhibit.

The network administrator made the entries that are shown and then saved the configuration. From a console connection, what password or password sequence is required for the administrator to access privileged mode on Router1?

A. cisco

B. sanfran

C. sanjose

D. either cisco or sanfran

E. either cisco or sanjose

F. sanjose and sanfran

Answer: B

Explanation:

The enable secret password takes precedence over the enable password, so sanfran will be used.



P.S. Easily pass 100-105 Exam with Thedumpscentre Precise Dumps & pdf vce, Try Free: http://www.thedumpscentre.com/100-105-dumps/ (347 New Questions)