ICND1 – Basic Questions
[am4show have=’p2;’]
Premium Member: You can test your knowledge with these questions first via this link.
[/am4show]
Question 1
[am4show have=’p2;’]Which two statements describe the operation of the CSMA/CD access method? (Choose two)
A. In a CSMA/CD collision domain, multiple stations can successfully transmit data simultaneously.
B. In a CSMA/CD collision domain, stations must wait until the media is not in use before transmitting.
C. The use of hubs to enlarge the size of collision domains is one way to improve the operation of the CSMA/CD access method.
D. After a collision, the station that detected the collision has first priority to resend the lost data.
E. After a collision, all stations run a random backoff algorithm. When the backoff delay period has expired, all stations have equal priority to transmit data.
F. After a collision, all stations involved run an identical backoff algorithm and then synchronize with each other prior to transmitting data.
Answer: B E[/am4show]
Explanation
CSMA/CD stands for Carrier Sense Multiple Access with Collision Detection. In an Ethernet LAN, before transmitting, a computer first listens to the network media. If the media is idle, the computer sends its data. If the media is not idle (another station is talking), the computer must wait for some time.
When a station transmits, the signal is referred to as a carrier. Carrier Sense means that before a station can send data onto an Ethernet wire, it have to listen to see if another “carrier” (of another station) is present. If another station is talking, this station will wait until there is no carrier present.
Multiple Access means that stations can access the network at any time. It is opposed to Token-Ring network where a station must have the “token” so that it can send data.
Although Carrier Sense help two stations not send data at the same time but sometimes two stations still send data at the same time! This is because two stations listen for network traffic, hear none, and transmit simultaneously -> a collision occurs and both stations must retransmit at some later time. Collision Detection is the ability of the media to detect collisions to know that they must retransmit.
Basically, the CSMA/CD algorithm can be summarized as follows:
+ A device that wants to send a frame must wait until the LAN is silent (no one is “talking”)
+ If a collision still occurs, the devices that caused the collision wait a random amount of time and then try to send data again.
Note: A switch separates each station into its own collision domain. It means that station can send data without worrying its data is collided with the data of other stations. It is as opposed to a hub which can cause collision between stations connected to it.
Question 2
[am4show have=’p2;’]On a live network, which commands will verify the operational status of router interfaces? (Choose two)
A. Router#show interfaces
B. Router#show ip protocols
C. Router#debug interface
D. Router#show ip interface brief
E. Router#show start
Answer: A D[/am4show]
Explanation
Only two commands “show interfaces” and “show ip interface brief” reveal the status of router interfaces (up/up, for example).
The outputs of two commands are shown below:
Question 3
[am4show have=’p2;’]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 sewer.
Answer: D[/am4show]
Explanation
HTTP is based on TCP connection so a TCP connection must be established first between the workstation and the web server.
Question 4
[am4show have=’p2;’]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[/am4show]
Explanation
Hubs do not separate collision domains so if hub is used in the topology above, we will have only 1 collision domain. Switches do separate collision domains so if hubs are replaced by switches, we would have 22 collision domains (19 collision domains for hosts and 3 collision domains among three switches. Please notice that the WAN (serial) connection is not counted as a collision (or broadcast) domain.
Question 5
[am4show have=’p2;’]If a host experiences intermittent issues that relate to congestion within a network while remaining connected, what could cause congestion on this LAN?
A. half-duplex operation
B. broadcast storms
C. network segmentation
D. multicasting
Answer: B[/am4show]
Explanation
A broadcast storm can cause congestion within a network. For more information about broadcast storm please read my STP tutorial.
Question 6
[am4show have=’p2;’]Refer to the exhibit. The network administrator is testing connectivity from the branch router to the newly installed application server. What is the most likely reason for the first ping having a success rate of only 60 percent?
Branch# ping 192.168.2.167 Branch# ping 192.168.2.167 |
A. The network is likely to be congested, with the result that packets are being intermittently dropped.
B. The branch router had to resolve the application server MAC address.
C. There is a short delay while NAT translates the server IP address.
D. A routing table lookup delayed forwarding on the first two ping packets.
E. The branch router LAN interface should be upgraded to FastEthernet.
Answer: B[/am4show]
Explanation
Before a host can send ICMP (ping) packets to another device, it needs to learn the MAC address of the destination device so it first sends out an ARP Request. In fact, the first ping packet is dropped because the router cannot create a complete packet without learning the destination MAC address.
Question 7
[am4show have=’p2;’]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: C[/am4show]
Explanation
The “show running-config” command displays active configuration in memory.
Question 8
[am4show have=’p2;’]What does a host on an Ethernet network do when it is creating a frame and it does not have the destination address?
A. drops the frame
B. sends out a Layer 3 broadcast message
C. sends a message to the router requesting the address
D. sends out an ARP request with the destination IP address
Answer: D[/am4show]
Question 9
[am4show have=’p2;’]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[/am4show]
Question 10
[am4show have=’p2;’]Which three statements are true about the operation of a full-duplex Ethernet network? (Choose three)
A. There are no collisions in full-duplex mode.
B. A dedicated switch port is required for each full-duplex node.
C. Ethernet hub ports are preconfigured for full-duplex mode.
D. In a full-duplex environment, the host network card must check for the availability of the network media before transmitting.
E. The host network card and the switch port must be capable of operating in full-duplex mode.
Answer: A B E[/am4show]
Explanation
Full-duplex communication allows both sending and receiving of data simultaneously. Switches provide full-duplex communication capability. Half-duplex communication only allows data transmission in only one direction at a time (either sending or receiving).
Hello friends. can some body help me to give me the valid sumps for ICND-1 I have my exam next week please.
tariqmohammad dot icc at gmail dot com
Hi anyone hook me up please? clashingsnow@gmdotcom
from where can i see the list of questions. Im able to see only the answers and explanations here in this website. Pl help
Hi anyone please send question file to {email not allowed}
Hello everyone can someone send me the latest ICND 1and 2 dumps thank you {email not allowed}
Can someone send me the ICND-1 and 2 at {email not allowed}
Can someone send me the ICND-1 and 2 real Q&A at mark.coleman1975(at)gmail.com
Passed 9xx
All questions were from the 203 q dump.
You can find it here http://alturl.com/brdg4
Good luck
Hey guys I can’t see the questions here only the answers? Can you please provide me with the link to the right page, or do I have to be premium member to see the questions ?
Thank you
plese , i don’t find question
Try this website: http://www.e-training.pro/en/quizzes?q=ICND1
You can train online on dumps.
Guys you can still view the questions. Theres an android app that has both questions and answers still, it’s called Networking Exam.
https://web.archive.org/web/20131201022903/https://www.9tut.net/icnd1-100-101/new-icnd1-basic-questions
guyzplease can any1 send me the icnd 100-101 valid dump …!!
{email not allowed}
You need to be a premium member to see the questions, and to also use the simulations.
For anyone that takes the exam in the next few days or weeks:
Learn all sims by heart! I had the same 4 sims except for one question, where the only difference was that packets from R1 to R5 took both R2 and R3 paths instead of only the R2 path. All I had to do is issue show ip route on R1.
Also spend the last few days to study past papers. I had about 40 theoretical questions and I swear I met at least 35 of them a few days before the exam. Everything you need can be found in the Watson pdf you can google search or find in 9tut.
can someone send me the Watson pdf? I can’t seem to find it anywhere. Stnobody2413 @ gmail .com
I have exam in next two days.. Any idea any suggestion.. any help.. Please
Hi guys. Any ACL questions on ICND1?
You can study the PDF from 9Tut online with Vce Trainer.
There you can upload the PDF and then simulate the actual exam.
just PASSED ICND1 903 thanks this site hellped a lot
Hello can anyone send me question for CCNA test 200-120 please . Thank you : jozko1111 @ gmail .com
HI
I paid the fee and i still dont see the questions, just the explanation.
Can anyone advise????????????
@Liam: If your problem still exists, please send an email to support@9tut.net.
@Omar need latest icnd1 dump as I’m soon having my test in just over a week … mail is o a r o u s h d y @ g m a I l . Com
can someone sent me the latest dump. i’m taking my exam this week. {email not allowed}
can someone sent me the latest dump. i’m taking my exam this week. rami.droubi@hot
can someone sent me the latest dump. i’m taking my exam this week. rami.droubi@hot…
Hi Friends, I am going to take ISDN1 in couple of days. Can you please send me the helpful questions for ISDN 1 that I can pass
Hi Friends, I am going to take ISDN1 in couple of days. Can you please send me the helpful questions for ISDN 1 that I can pass at {email not allowed}
Hi Friends, I am going to take ISDN1 in couple of days. Can you please send me the helpful questions for ISDN 1 that I can pass at a z s h a u k a t @g m a i l . com
pls can any one send recent exams to {email not allowed}
Thanks you, guys.
Hi Friends,Please can any one send me the latest {email not allowed}
s h a m i . a l a a @ g m a i a l . c o m
i cant see the q plz send the link from where i can see the questions
thanks
@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
<- July 2015 message, still vaild
the defferent between swich and router?
Pass today with 919/1000 with two drags and Drop all questions from 9tut
Did anyone take the new icnd1 100-105? Are questions same?
I second the 100-105 question, anyone have any info on it? thanks
I am looking for the ICDN1 100-105 too, please. My email: {email not allowed}
Hi everypone i need the test 100-105 any info please thanks guys
{email not allowed}
Hi Please send ICND1 and ICND2 to my email {email not allowed}
i really appreciated looking to pass exam in one week
Where can I get the latest exam material? 100-105
Hello guys, I am going to take the 100-105, can someone please tell me or send me the latest dump for the exam?
hi guys I am going to take the 100-105 can someone please tell me or send me the latest dumps for the exam?
hi i am taking 100-105 soon need the latest dump in regards to this exam.
warp.jump.2011 at gmail dot com
Hello Folks!
Could someone please send me dumps for 100-101 or 100-105 ICND1 – CCENT? I would be very grateful.
EMAIL: Schirass @ seznam . cz
Thank you so much!
Need Dupms for ICND1 100-105. Please Help
need ICND1 100-105
Send to {email not allowed}
Appreciating the time and energy you put into your blog and in depth information you provide. It’s good to come across a blog every once in a while that isn’t the same unwanted rehashed information. Excellent read! I’ve saved your site and I’m adding your RSS feeds to my Google account. ceageefeefaeccbe
Get Latest new dumps at only 10usd now. Valid material at below page with labs in packet tracer
remove asteriks
icnd1-2.b*l*o*g*s*p*o*t*.*c*o*m
question on spanning-tree protocol
Hi
If anyone have the recent dumps for ICND1, 100-105, please be kind to share to {email not allowed}.
Thanks
Hi,
Can any one share the latest dumps for icnd1 100-105 please. I am planning to appear in it, in the end of this month.
Thanks,
mhaseebsiddiqui @ hotmail . com
Hi,
I am looking for the ICDN1 100-105 too.
Please be kind to share to my email:{email not allowed}
Thanks
Hi,
I am looking for the ICDN1 100-105 too.
Please be kind to share to my email:mhassan_qnb @ gmail . com
Thanks
Hi,
I am looking for the ICDN1 100-105 too.
Please be kind to share to my email:{email not allowed}
Thanks
Hi,
I am looking for the ICDN1 100-105 too.
Please be kind to share to my email:ahmedalibaig @ gmail.com
Thanks
Download Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) 100-105 exam questions from https://www.dumps4download.us/free-100-105/cisco-question-answers.html
I am looking for the ICDN1 100-105 too.
deepforest at tutamail dot com
I have premium dumps for 100-101 and for 100-105. are the tests exactly the same because the dumps are the same.
Hi guys,
Does anyone have the new ICDB1 100-105 dumps? I’d really appreciate if someone could share theirs: mikefed17 @ gmail.com
Thanks 🙂
Which address type does a switch use to make selective forwarding decisions?
A. Source IP address
B. Destination IP address
C. Source and destination IP address
D. Source MAC address
E. Destination MAC address
Answer: E
Download Complete Free Cisco 100-105 Exam
http://www.dumps4download.com/100-105-dumps.html
Prepare Free Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) Exam http://www.dumps4download.com/100-105-dumps.html
I would like some dumps for 100-105 to test my knowledge. brandontraining5 at gmail dot com
I am planning to take the exam this month end. I will appreciate if someone can share the latest dumps with me at sholly04 at yahoo dot com… Thanks in anticipation
Hi,
I am looking for the ICDN1 100-105 too.
Please be kind to share to my email: andres.php @ gmail.com
Thanks
I am looking for the ICDN1 100-105 I have an exam soon email to sipho.the1 @ gmail.com
…. Nobody is going to email you dumps. Study by doing labs and understanding concepts cause if you dont then even if you pass…. it will show that you know nothing when you are on the job
Can you send me dumps and labs for new ICDN1-v3, please?
send me for {email not allowed}
Tks
Can you send me dumps and labs for new ICDN1-v3, please?
send me for paulo.cisco.2016 @ gmail.com
Tks
where are the questions I see the explanation but no question
Can you send me dumps and labs for new ICDN1-v3, please? I have an exam coming, email me at javatrons @ yahoo.com
Can someone send me the dumps for ICND1-v3 please?
save.ferrous.bueller @ gmail.com
Much appreciated!
Please guys, I have my ICND1 100-105 exam schedule for tomorrow. I will appreciate if anyone can send me the latest dumps and labs for ICND1v3.
Please team, help me. please my info below.
sholly04 at yahoo doc com
Please guys, I have my ICND1 100-105 exam schedule for tomorrow. I will appreciate if anyone can send me the latest dumps and labs for ICND1v3.
Please team, help me. please my info below.
sholly04 at yahoo dot com
Hi guys i am looking for latest dumps for ICND1 100-105 my mail address {email not allowed} i haveexam coming .
Does anyone have the new ICDB1 100-105 dumps? I’d really appreciate if someone could share theirs: ccorporal1@ gmail.com
Thanks
Hello,
I would like the questions to these ICND1 prep answers please.
Many thanks!
drumloop at gmail dot com
Can someone please send me INCD1 dumps?
poorboybe at yahoo dot com
{email not allowed} is my email
thanks
warlord199180 at gmail.com is my email
thanks
Hi anyone who has the valid dumps for (icnd1) pleas send them through my email {email not allowed}
How can l get the valid dumps to icnd 1
How many questions will l find in icnd1
Hi anyone who has the valid dumps for (icnd1) pleas send them through my email {email not allowed}
hhawa03@
{email not allowed}
hhawa03@gmail
Would love for anyone to send me a dump for 100-105 {email not allowed}
what adverse condition can occur if an ethernet cable is too long?
Passed today, a few new questions.
Used the 285 dump, 45/50 were cover in the dump.
Good Luck all !
What is the 285 dump and where did you get it?
Everyone, please read this.
I’m really sick of these test dump sites that charges you $50 for wrong answers! They all say “Pass or money back” but if you read the fine print, that will never happen.
So, I have compiled my test dump with the user ANSWERS to make 1 big document. You will see a lot of repetitive questions and some that have different answers.. that’s because I couldnt find the definitive answer. All I can tell you is that I pass with a 900/1000 just by studying this file. This mean that I DO have some wrong answers.
Here is the link to your free test dump!
http://www.filedropper.com/100-105updatedasofmarch2017
Thanks Rob for the link. Are you sure that these are valid dumps? I am appearing for exam next week
@Ch ..its the best I could do.. I tried to correct all the wrong answers from DUMPS4DOWNLOAD.. I got 900 by using this which means there are some wrong answers
Hi Guys can you please send me ICND1 dump {email not allowed}
{email not allowed}