ICND1 – Protocols & Services
[am4show have=’p2;’]
Premium Member: You can test your knowledge with these questions first via this link.
[/am4show]
Question 1
[am4show have=’p2;’]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[/am4show]
Explanation
File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host to another host over TCP-based network, such as the Internet.
Question 2
[am4show have=’p2;’]On a Cisco switch, which protocol determines if an attached VoIP phone is from Cisco or from another vendor?
A. RTP
B. TCP
C. CDP
D. UDP
Answer: C[/am4show]
Explanation
Cisco Discovery Protocol (CDP) is a proprietary protocol of Cisco so if you can see the VoIP phone via the “show cdp neighbors” command on a Cisco switch then that phone is from Cisco.
Question 3
[am4show have=’p2;’]Which transport layer protocol provides best-effort delivery service with no acknowledgment receipt required?
A. HTTP
B. IP
C. TCP
D. Telnet
E. UDP
Answer: E[/am4show]
Explanation
User Datagram Protocol (UDP) provides a connectionless datagram service that offers best-effort delivery, which means that UDP does not guarantee delivery or verify sequencing for any datagrams. UDP is typically used by programs that transmit small amounts of data at one time or have real-time requirements (voice, for example).
Question 4
[am4show have=’p2;’]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[/am4show]
Explanation
CDP is a device discovery protocol that runs over Layer 2. We can view the CDP information with the show cdp neighbors command (thus the provided information is at layer 2), notice this command only shows information about directly connected devices. The output of the show cdp neighbors command is shown below:
There are 3 columns you must pay attention to:
* Local interface: type & ID of the local interface on which CDP information of the neighbor were received.
* Device platform: the neighboring device model.
* Port ID: the connected interface of the neighbor.
Question 5
[am4show have=’p2;’]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
Answer: E[/am4show]
Explanation
After resolving a browser URL to an IP address (via DNS server), the workstation must learn the MAC address of the server so that it can create a complete packet (a complete packet requires destination MAC and IP address, source MAC and IP address). Therefore the workstation must use ARP to find out the MAC address from the IP address.
Question 6
[am4show have=’p2;’]How does TCP differ from UDP? (Choose two)
A. TCP provides best effort delivery.
B. TCP provides synchronized communication.
C. TCP segments are essentially datagrams.
D. TCP provides sequence numbering of packets.
E. TCP uses broadcast delivery.
Answer: B D[/am4show]
Explanation
Before two computers can communicate over TCP, they must synchronize their initial sequence numbers (ISN) -> B is correct.
TCP uses a sequence number to identify each byte of data. The sequence number identifies the order of the bytes sent from each computer so that the data can be reconstructed in order, regardless of any fragmentation, disordering, or packet loss that may occur during transmission -> D is correct.
Question 7
[am4show have=’p2;’]Refer to the exhibit. The two routers have had their startup configurations cleared and have been restarted. At a minimum, what must the administrator do to enable CDP to exchange information between R1 and R2?
A. Configure the router with the cdp enable command.
B. Enter no shutdown commands on the R1 and R2 fa0/1 interfaces.
C. Configure IP addressing and no shutdown commands on both the R1 and R2 fa0/1 interfaces.
D. Configure IP addressing and no shutdown commands on either of the R1 or R2 fa0/1 interfaces.
Answer: B[/am4show]
Explanation
By default CDP is enabled on Cisco routers -> A is not correct.
CDP runs at Layer 2 in the OSI model and it does not need an IP address to run -> C & D are not correct.
Question 8
[am4show have=’p2;’]Which statements are true regarding ICMP packets? (Choose two)
A. They acknowledge receipt of TCP segments.
B. They guarantee datagram delivery
C. TRACERT uses ICMP packets.
D. They are encapsulated within IP datagrams.
E. They are encapsulated within UDP datagrams
Answer: C D[/am4show]
Explanation
Tracert (or traceroute) is used to trace the path between the sender and the destination host. Traceroute works by sending packets with gradually increasing Time-to-Live (TTL) value, starting with TTL value = 1. The first router receives the packet, decrements the TTL value and drops the packet because it then has TTL value zero. The router sends an ICMP Time Exceeded message back to the source. The next set of packets are given a TTL value of 2, so the first router forwards the packets, but the second router drops them and replies with ICMP Time Exceeded. Proceeding in this way, traceroute uses the returned ICMP Time Exceeded messages to build a list of routers that packets traverse, until the destination is reached and returns an ICMP Echo Reply message -> C is correct.
ICMP is encapsulated in an IP packet. In particular, the ICMP message is encapsulated in the IP payload part of an IP datagram -> D is correct.
Note: The TRACERT command on Windows Operating System uses ICMP while MAC OS X and Linux TRACEROUTE use UDP.
Question 9
[am4show have=’p2;’]The network administrator is using a Windows PC application that is called putty.exe for remote communication to a switch for network troubleshooting. Which two protocols could be used during this communication? (Choose two)
A. SNMP
B. HTTP
C. Telnet
D. RMON
E. SSH
Answer: C E[/am4show]
Question 10
[am4show have=’p2;’]Which protocol verifies connectivity between two switches that are configured with IP addresses in the same network?
A. ICMP
B. STP
C. VTP
D. HSRP
Answer: A[/am4show]
Exact questions. I have latest pass4sure and all the questions are same.
FREE CISCO TRAINING VIDEOS
http://www.youtube.com/user/CiscoTrainingVideos
i’ve licenses for pass4sure engines. i bought them for 126 and would sell for 50. just wanna share my cost. if anyone interested email me at zatia10@yahoo.com
I took the ICND1 exam today and passed. Most of the questions on the exam are on 9tut.net, so if you study all the questions you should have no trouble passing the exam.
lmw, please confirm what are lab simulations on the new ICND1 exam.
thanks.
Anyone,
I plan on taking exam next week. What other sims/labs did you get besides the OSPF 6 router?
Thanks in Advance!
Question 9
D. R1, S1, S2, and R3
Ithink that should be correct answer.
(tested only on packet tracer).
No C. R3 and S2 is the correct answer because only those 2 devices are directly connected to R2. I think you may have connected the diagram wrong. Sorry.
Or you have been mistaken by OSPF neighbor which sees all the devices in the same area, but this is CDP.
Passed my 100-101 exam today and question 4,6,7 and 8 were there. all the best.
congrats.
will have my exam on friday 😀
Got 986/1000 Marks, {5/16/2014} 50 Questions, Ospf Sim, Security simlet, and Router and switch Simlet Was also there…..All questions From 9tut. and Examcollections…..Now Heading For Icnd2 And Blogging…..
For Any Help.
Manohar Tn
Website: http://www.techlinko.com
G+ : https://plus.google.com/u/0/+ManoharTN9/
Hi Manohar Tn
I am taking ICND1 exam next week. I need help. which material/tips/9tut./study guide/Pass4sure engines? I should forcus one? how do I study? Any kind of help I appreciate? I do not have study guide or Pass4sure engines. Currenly I am out of job.
Thank you
If any8ne can give more info on PT/ sim questions, it would be greatpy appreciated, test comin in 5 days, thanks!
Prashant Naik
Hi everyone,
I will have my exam in 2 weeks Please send send me the dumps ICND1 gfedejko@yahoo.com
much appreciated
Question 9 answer is C. CDP shows directly connected devices only therefore R3 and S2 assuming R3 and R2 have ip assigned to the serial link since Routers are layer 3
Just passed ICND1/ lots of questions from 9tut, lots of subnetting questions. I got 67% in subnetting. I know it well but did maybe I just did not understand the questions. One for instance:
(Not verbatim but you get the gist)
you have been given network 192.168.4.0 / 26 which addresses below can be used for hosts?
Choose two.
A. 192.168.4.61
B. 192.168.4.63
C. 192.168.4.191
D. 192.168.4.161
E. 192.168.4.128
I chose A and B. I know B is a broadcast but it is the only other address that fell in the 192.168.4.0/26 subnetwork. I even commented explaining I know it isn’t a host address but I am sure it won’t be changed. However, I think they wanted all the possible host addresses for the entire 4 blocks. In this case the answer would have been A and D. Remember, this is not verbatim. So, I don’t know actual addresses or network. Hope this helps. I had a lot of questions on subnetting. I had (I think) 4 simlets(??) where I had to do show commands and answer four questions. Other than that, I had no drag and drop, configuration problems or IPv6.
Question 9 were in exam on 20/11/2014, more than 45 questions were from 9tut !
Took the exam on 22/11/2014. Only scored 722 and needed 804 so didn’t pass this time. There are a lot of questions on here from the actual ICND1 exam, I wish Id have found this site prior to taking my exam!
Jonathan are the lab sims accurate?
@ICND1Finally:
answer could be D and E for your question. /26 means increment 64. So (0,64,128,192) as subnet addresses. So (63, 127, 191 and 255) as BC.
128 and 161 fit in third subnet. I know 128 is subnetaddress… I am not sure, any ideas?
Can any one please send me the latest dumps to mukulbakshi67@yahoo.in
@ICND1Finally and dudu. The subnet sizes are 64, correct. However, unless ip subnet 0 has been enabled and he did not say it was, than 61 is not a valid address, 63 is broadcast, 191 is broadcast. 128 is network.
The only actual valid IP is D, but assuming ip subnet 0 is enabled, then A and D.
If you are subnetting – Remember the following Items.
128 64 32 16 8 4 2 1
If you are going from the left to the right then you are taking bits for the network
If you are going from the right to the left then you are taking bits for hosts.
For Example – If I need 16 hosts per subnet – My subnet mask would be 255.255.255.x
Remember 2^n – 2 = 16 would equal 5
Since we are talking about HOSTS we would go right to left – that would take the 16 8 4 2 1 and leave 128+64+32 = 224
Therefore the subnet mask would be 255.255.255.224
i am going to take ICDN1 soon, can someone send me the latest dumps? nnnnika@yahoo.com
There was also a question below:
Which protocol uses the output of the command: sh cdp neighbor
1.TCP
2.UDP
3.(Iforget)
4.RTP
How do you think? What was the answer?
@Reta The one you forgot may have been the correct answer, but CDP works with SNMP. However it is important to know that CDP works without other protocols and media while operating at Layer 2. You could plug two Cisco routers in, connect them with an Ethernet cable, configure “no shut” on the interfaces that have the Ethernet cable plugged in and CDP will work. Typically CDP questions involve something to the effect of “What layer does CDP operate at?” but with a potential rewording of the question to “What protocol does CDP work with?” I would say it is referring to SNMP.
Please send dumps to jamaic@rocketmail.com
Hi, can anyone send me icnd1 dump file @rudzani.roger@outlook.com
please send me the dump im taking this exam in 2 weeks mas.lazaro@yahoo.com
Hey guys ….. I’d really appreciate it if someone could spare the ICND1 and the ICND2 dumps. I’m going in for my ICND1 test in the next week or two and I have done tons of study but the question layout seems to be tripping me up a bit …. would be great to see what the real question structure looks like.
Don’t mind throwing a starbucks your way or something for the help …. Thanks guys!
EMAIL: gam35guru@live.com
Hey can anyone e give me info on whether or not the test will change the 2nd time I take it?
Hi guys. I am taking the test in the next week and would really appreciate if someone could send me the dumps. Thanks a lot for the help!!
Hey Guys,
Please send me the latest dumps @ email_tf1@yahoo.ca
I have studied and would like to go through with dumps as a final step.
Really appreciate it.
Thanks
Questions 2, 4, 6, 7 and 9 were on the exams I took. I remember it well.
I think answer should be hide then we can recognize
Taking the ICDN1 soon, can someone send me the latest dumps? kountrystarr@yahoo.com
q2, 5, 9 in icnd1 exam
q 4,6,7 and 8 in exam
Q 4,5,7 is were in the exam, i take it the last friday 🙂
Latest Dumps please! I have exam tomorrow! salman.abdullahi@alfalah-technology.com
dunps!!! dumps!! please to gmboya12@yahoo.com
ICND1 in 2 weeks. Can someone send me dumps please!! Very much appreciated.
Can someone please share the latest dumps, thnx c.paez@wyrenettechnologies.com
What’s with everyone asking for dumps? What are those anyways?
thx
guys i got the dumps from this link
wurl. cc/dumps
Hello guys
i am starting preparation for ccna so pls tell me what i should prerfer Pls sugeest me.
@all: We had to move all the questions and answers out of 9tut. We can only keep the explanation. You can download the questions and answers at: https://mega.co.nz/#!oIdESYbD!yyu33vygrfKPy4rcmcbV6qW2fxINNoTokuDM3CjA_og
Hi 9 tut team. I have exam on 21st July. I am member and started checking questions just last week. What can be done?
@9 tut
I answered my question after logging in.
Thanks for your immediate response.
I will share my experience on 24th July.
Thanks again for creating such a wonderful site.
what happened to the composite quiz that i paid for i cannot access any longer
@chris: Could you please take a screenshot of your problem and send to support@9tut.net so that we can help you?
HI! Could someone PLEASE send me the latest ICND1 dumps? THANKS newsletterm@arcor.de
I’m taking ICDN1 in on the 27th of August can someone please send me the latest dumps?
who took icnd1 2015 people
please update if you may, thnx
hi can some one send me icnd1 dump files {email not allowed}
Hi INCD1Finally please see the answer to your question below.
A = Valid Address
B = Broadcast Address – Cannot be used
C = Broadcast Address – Cannot be used
D = Valid Address
E = Network Address – Cannot be used
So the answer your question is both A & D.
Hope this information helps you.
visit this link and get free 100-101 exam questions for free https://www.dumps4download.us/free-100-101/cisco-question-answers.html
Can anybody send me the latest dump at {email not allowed}? Please.. It will be a huge help.
If anyone can send me the latest dump at {email not allowed}, I will be really grateful
If anyone can send me the latest dump at {{email not allowed}}, I will be really grateful
If anyone can send me the latest dump at emerald.yusef at yahoo dot com, I will be really grateful
I want to write ICND1 please anyone send me latest dumps
Please requested to provide the latest dumps for ICND1 :/
hi guys,
can someone send me the dumps according the answers of this site for ICND1???? please please please. I really neeeeeeeeeeeeeeeed it. my email address is jane_woken52 at yahoo dot com . It will be big help. Pleeeeeeeeeeeeeeeease .
my email address is jane_woken52 @ yahoo . com
Hi 9tut team, I’m appearing for ICND 1 exam on 11 august, just would like to know that 9tut question and answers are still valid or not. I’m a premium member. Is there any other dumps that I should do as well in order to pass ? Kindly reply.
I think it should still work. cox the course is same.
Found this VCE with the CCNA questions, can anyone confirm if this are valid https://www.9tut.net/icnd1-100-105/new-icnd1-basic-questions-2 post from Irina
hi can some one send me the latest dumps for ICND1, ICND2. here my Email: {email not allowed}
Passed, if you go the exam study the 353q dumps.
hi can someone send me a 353q dumps… please I am going to take the ICND1 exam this coming february 1st week… please… please dj_jhondz @ yahoo . com
Please hi can someone send me a 353q dumps at {email not allowed}
hello guys, where can i find the 353q dumps, please my exam on Feb 17th
Would some on send me the 353q dumps ralston 40 at g m a i l dot com. Thank you
y al questions are from june
what is 353q? please some 1 guide