Wednesday, 20 December 2017

Cisco 100-105 Exam Dumps Questions

Question: 15

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

A. ARP
B. RARP
C. DNS
D. DHCP
E. HTTP

Answer: A

Questoin: 16

What is the default lease time for a DHCP binding?

A. 24 hours
B. 12 hours
C. 48 hours
D. 36 hours

Answer: A

Question: 17

When a router makes a routing decision for a packet that is received from one network and destined to another, which portion of the packet does it replace?

A. Layer 2 frame header and trailer
B. Layer 3 IP address
C. Layer 5 session
D. Layer 4 protocol

Answer: A

Download Complete Cisco 100-105 Study Guide Here

Tuesday, 15 August 2017

Cisco 100-105 Braindumps

Question: 11

Which Layer 1 devices can be used to enlarge the area covered by a single LAN segment? (Choose two.)

A. switch
B. router
C. NIC
D. hub
E. repeater
F. RJ-45 transceiver

Answer: D,E

Question: 12

What is the effect of using the service password-encryption command?

A. Only the enable password will be encrypted.
B. Only the enable secret password will be encrypted.
C. Only passwords configured after the command has been entered will be encrypted.
D. It will encrypt the secret password and remove the enable secret password from the configuration.
E. It will encrypt all current and future passwords.

Answer: E

Question: 13

What must be configured to establish a successful connection from Host A to switch SW-A through router RT-A?

A. VLAN 1 on RT-A
B. IP routing on SW-A
C. default gateway on SW-A
D. crossover

Answer: C


Question: 14

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


Download Cisco 100-105 (ICND1 v3.0) Exam Questions Answers

Wednesday, 19 July 2017

100-105 Sample Question

Question: 9

Which IOS command is used to initiate a login into a VTY port on a remote router?

A. router# login
B. router# telnet
C. router# trace
D. router# ping
E. router(config)# line vty 0 5
F. router(config-line)# login

Answer: B

Question: 10

Which commands display information about the Cisco IOS software version currently running on a router? (Choose three)

A. show running-config
B. show stacks
C. show version
D. show flash
E. show protocols
F. show IOS

Answer: A,C,D

Monday, 5 June 2017

100-105 Sample Questions

Question: 5

Which two statements are true about the loopback address that is configured on RouterB? (Choose two.)

A. It ensures that data will be forwarded by RouterB.
B. It provides stability for the OSPF process on RouterB.
C. It specifies that the router ID for RouterB should be 10.0.0.1.
D. It decreases the metric for routes that are advertised from RouterB.
E. It indicates that RouterB should be elected the DR for the LAN.

Answer: B,C

Question: 6

What is the default administrative distance of the OSPF routing protocol?

A. 90
B. 100
C. 110
D. 120
E. 130
F. 170

Answer: C

Question: 7


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

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

Question: 8

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

Cisco 100-105 Cisco Networking Devices Part 1 Practice Exam

 

http://www.dumpspdf.com/100-105.html

Friday, 7 April 2017

100-105 Questions Answers

Question:4

Which statements accurately describe CDP? (Choose three.)

A. CDP is an IEEE standard protocol.
B. CDP is a Cisco proprietary protocol.
C. CDP is a datalink layer protocol.
D. CDP is a network layer protocol.
E. CDP can discover directly connected neighboring Cisco devices.
F. CDP can discover Cisco devices that are not directly connected.

Answer: B,C,E

100-105 Questions Answers

Question: 3

Which statements accurately describe CDP? (Choose three.)

A. CDP is an IEEE standard protocol.
B. CDP is a Cisco proprietary protocol.
C. CDP is a datalink layer protocol.
D. CDP is a network layer protocol.
E. CDP can discover directly connected neighboring Cisco devices.
F. CDP can discover Cisco devices that are not directly connected.

Answer: B,C,E

Tuesday, 7 March 2017

100-105 Questions Answers

Question: 2

Which protocol uses a connection-oriented service to deliver files between end systems?

A. TFTP
B. DNS
C. FTP
D. SNMP
E. RIP

Answer: C

Explanation:

TCP is an example of a connection-oriented protocol. It requires a logical connection to be established between the two processes before data is exchanged. The connection must be maintained during the entire time that communication is taking place, then released afterwards. The process is much like a telephone call, where a virtual circuit is established the caller must know the person's telephone number and the phone must be answered before the message can be delivered.

TCP/IP is also a connection-oriented transport with orderly release. With orderly release, any data remaining in the buffer is sent before the connection is terminated. The release is accomplished in a three-way handshake between client and server processes. The connection-oriented protocols in the OSI protocol suite, on the other hand, do not support orderly release. Applications perform any handshake necessary for ensuring orderly release. Examples of services that use connection-oriented transport services are telnet, rlogin, and ftp.