Preparing your 100-105 dumps? 100-105, Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) is a proctored exam offered by pass4itsure Cisco. This exam is specially linked with (ICND1) Cisco certified solutions Expert. This exam is available in English, Japanese. Candidates connected with IT field can apply for pass4itsure 100-105 dumps pdf Cisco certification exams, and this is a CCENT, CCNA Routing & Switching, CCDA, CCNA Security, CCNA Wireless certification technology. The exam is closed book and no outside reference materials are allowed.
Interconnecting Cisco Networking Devices Part 1
Exam Number: 100-105 ICND1
Associated Certifications: CCENT, CCNA Routing & Switching, CCDA, CCNA Security, CCNA Wireless
Duration: 90 Minutes (45-55 questions)
Available Languages: English, Japanese
Up to the immediate present 100-105 exam cram(1-13)
Question No : 1 – (Topic 1)
Refer to the exhibit.
Mary is sending an instant message to Robert. The message will be broken into a series of packets that will traverse all network devices. What addresses will populate these packets as they are forwarded from Router1 to Router2?
A. Option A
B. Option B
C. Option C
D. Option D
E. Option E
100-105 exam Answer: B
Explanation:
The Source and Destination IP address is not going to change. Host 1 IP address will stay as being the source IP and the Host 2 IP address will stay the destination IP address. Those two are not going to change. For the MAC address it is going to change each time it goes from one hope to another. (Except switches… they don’t change anything) Frame leaving HOST 1 is going to have a source MAC of Host 1 and a destination MAC of Router 1. Router 1 is going to strip that info off and then will make the source MAC address of Router1’s exiting interface, and making Router2’s interface as the destination MAC address.
Then the same will happen… Router2 is going to change the source/destination info to the
Question No : 2 – (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
100-105 dumps Answer: E
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
Question No : 3 – (Topic 1)
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.
Question No : 4 – (Topic 1)Refer to the exhibit.
If the hubs in the graphic were replaced by switches, what would be virtually eliminated?
A. broadcast domains
B. repeater domains
C. Ethernet collisions
D. signal amplification
E. Ethernet broadcasts
Answer: C
Explanation:
Modern wired networks use a network switch to eliminate collisions. By connecting each device directly to a port on the switch, either each port on a switch becomes its own collision domain (in the case of half duplex links) or the possibility of collisions is eliminated entirely in the case of full duplex links.
Question No : 5 – (Topic 1)
Refer to the exhibit.
Host A is sending a packet to Host B for the first time. What destination MAC address will Host A use in the ARP request?
A. 192.168.0.1
B. 172.16.0.50
C. 00-17-94-61-18-b0
D. 00-19-d3-2d-c3-b2
E. ff-ff-ff-ff-ff-ff
F. 255.255.255.255
100-105 pdf Answer: E
Explanation:
For the initial communication, Host A will send a broadcast ARP (all F’s) to determine the correct address to use to reach the destination. ARP sends an Ethernet frame called an ARP request to every host on the shared link-layer legmen. The Ethernet header includes the source host MAC address and a destination address of all Fs representing a broadcast frame. The ARP request contains the sender’s MAC and IP address and the target (destination) IP address. The target’s MAC address is
set to all 0s. ARP Request
Reference:
Question No : 6 – (Topic 1)
Refer to the exhibit.
What kind of cable should be used to make each connection that is identified by the numbers shown?
A. 1 – Ethernet Crossover cable
2 – Ethernet straight-through cable
3 – Fiber Optic cable
4 – Rollover cable
B. 1 – Ethernet straight-through cable
2 – Ethernet straight-through cable
3 – Serial cable
4 – Rollover cable
C. 1 – Ethernet rollover cable
2 – Ethernet crossover cable
3 – Serial cable
4 – Null-modem cable
D. 1 – Ethernet straight-through cable
2 – Ethernet Crossover cable
3 – Serial cable
4 – Rollover cable
E. 1 – Ethernet straight-through cable
2 – Ethernet Crossover cable
3 – Serial cable
4 – Ethernet Straight-through cable
Answer: B
Explanation:
When connecting a PC to a switch, a standard Ethernet straight through cable should be used. This same cable should also be used for switch to router connections. Generally speaking, crossover cables are only needed when connecting two like devices (PC-PC, switch-switch, router-router, etc). Routers connect to frame relay and other WAN networks using serial cables. Rollover cables are special cables used for connecting to the console ports of Cisco devices.
Question No : 7 – (Topic 1)Refer to the exhibit.
SwitchA receives the frame with the addressing shown. According to the command output also shown in the exhibit, how will SwitchA handle this frame?
A. It will drop the frame.
B. It will forward the frame out port Fa0/6 only.
C. It will flood the frame out all ports.
D. It will flood the frame out all ports except Fa0/3.
100-105 pdf Answer: B
Explanation:
Switches keep the learned MAC addresses in a table, so that when a frame comes in with a destination MAC address that the switch has already learned, it will forward it to that port only. If a frame comes in with a destination MAC that is not already in the MAC address table, then the frame will be flooded to all ports except for the one that it came in on. In this case, Switch A already knows that 00b0.d0da.cb56 resides on port fa0/6, so it will forward the from out that port.
Question No : 8 – (Topic 1)
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
Explanation:
CDP (Cisco Discovery Protocol) is a proprietary protocol designed by Cisco to help administrators collect information about both locally attached and remote devices. By using CDP, you can gather hardware and protocol information about neighbor devices containing useful info for troubleshooting and documenting the network.
Question No : 9 – (Topic 1)
Refer to the exhibit.
A network device needs to be installed in the place of the icon labeled Network Device to accommodate a leased line attachment to the Internet. Which network device and interface configuration meets the minimum requirements for this installation?
A. a router with two Ethernet interfaces
B. a switch with two Ethernet interfaces
C. a router with one Ethernet and one serial interface
D. a switch with one Ethernet and one serial interface
E. a router with one Ethernet and one modem interface
Answer: C
Explanation:
Only a router can terminate a leased line attachment access circuit, and only a router can connect two different IP networks. Here, we will need a router with two interfaces, one serial connection for the line attachment and one Ethernet interface to connect to the switch on the LAN.
Question No : 10 – (Topic 1)
What must occur before a workstation can exchange HTTP packets with a web server?
A. A UDP connection must be established between the workstation and its default gateway.
B. A UDP connection must be established between the workstation and the web server.
C. A TCP connection must be established between the workstation and its default gateway.
D. A TCP connection must be established between the workstation and the web server.
E. An ICMP connection must be established between the workstation and its default gateway.
F. An ICMP connection must be established between the workstation and the web server.
100-105 vce Answer: D
Explanation:
HTTP uses TCP port 80, and a TCP port 80 connection must be established for HTTP communication to occur.
Question No : 11 – (Topic 1)
Refer to the exhibit.
HostX is transferring a file to the FTP server. Point A represents the frame as it goes toward the Toronto router. What will the Layer 2 destination address be at this point?
A. abcd.1123.0045
B. 192.168.7.17
C. aabb.5555.2222
D. 192.168.1.1
E. abcd.2246.0035
Answer: E
Explanation:
For packets destined to a host on another IP network, the destination MAC address will be the LAN interface of the router. Since the FTP server lies on a different network, the host will know to send the frame to its default gateway, which is Toronto.
Question No : 12 – (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.
100-105 exam 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.
Question No : 13 – (Topic 1)
Which layer of the TCP/IP stack combines the OSI model physical and data link layers?
A. Internet layer
B. transport layer
C. application layer
D. network access layer
Answer: D
Explanation:
The Internet Protocol Suite, TCP/IP, is a suite of protocols used for communication over the internet. The TCP/ IP model was created after the OSI 7 layer model for two major reasons. First, the foundation of the Internet was built using the TCP/IP suite and through the spread of the World Wide Web and Internet, TCP/IP has been preferred. Second, a project researched by the Department of Defense (DOD) consisted of creating the TCP/IP protocols. The DOD’s goal was to bring international standards which could not be met by the OSI model. Since the DOD was the largest software consumer and they preferred the TCP/IP suite, most vendors used this model rather than the OSI. Below is a side by side comparison of the TCP/IP and OSI models.
100-105, Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) exam is consists of different types of multiple choice questions and answers. In the pass4itsure 100-105 dumps exam resources, It will be the hot test associated with Cisco 100-105 practice exam qualification and you will cover every field and category in Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) helping to ready you for your successful CCENT, CCNA Routing & Switching, CCDA, CCNA Security, CCNA Wireless Certification.
[2018-4-NEW Pass4itsure 100-105 PDF Dumps Questions From Google Drive]: https://drive.google.com/open?id=0BwxjZr-ZDwwWeVQ5WUxjZG1Idnc
[2018-4-NEW Pass4itsure 200-105 PDF Dumps Questions From Google Drive]: https://drive.google.com/open?id=0BwxjZr-ZDwwWWWw0QXQxY3R1X1E
In most cases pass4itsure 100-105 exam collection may include 80% or so of the real test questions. If you master all questions and answers you will get 80% at least. So spending a small amount of time and money in exchange for such a good result is worthful. Please add pass4itsure 100-105 dumps pdf training tool in your shopping cart now. Pass4itsure’s experienced expert team has developed effective training program a for cisco certification 100-105 dumps, which is very fit for candidates.
I will highly recommend you to try pass4itsure.com for your 100-105 dumps for exam preparation. More important is that pass4itsure 100-105 dumps exam answers are applicable to all the IT exam. They provides you 100% valid and accurate 100-105 dumps with money back guarantee in case of failure.
Pass4itsure Cisco 100-105 Dumps Test Prep, Most Accurate Pass4itsure Cisco 100-105 Dumps Actual Test Covers All Key Points, We Help You Pass Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0). Pass4itsure 100-105 Dumps Exam Youtube Free Online Test Here:
The post [2018-4-NEW] Most Accurate Cisco 100-105 Dumps ICND1 Exam Video Actual Test Covers All Key Points (Question 1 – Question 13) appeared first on IT Certification Success Guaranteed, The Easy Way!.