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).
Rob, you are a legend.
Hey Jerry, how many simulations were in icnd1. Congratulations on your achievements.
Hey @Rob thanks very much for the dump, Did you take the exam recently? and did this dump reflect the questions that were on there.
Por favor compartir examen my email: {email not allowed}
thanks Rob! you r rock
Guys; please send here the link with 284 dumps or any dump with more than 221 questions. this is the only one i find on other free sites
Hi Rob, I am going to be sitting for the exam soon but wanted to know how to get the dump.
Thanks
Rob, disregard my question. I found it. Thanks for your help.
Hi guys i am writting icdn1 sometime this week please help with dump link
I see expanations but no questions. Where can I found the content of the questions ? Sorry but newbie here.
Am gonna write ICND1 on 18th of this April . Any suggestions ? Any of u wrote the exam in this month ?
ospf is not part of icnd1 100-105 as per cisco website…why we have so many questions on ospf in dumps.Are these dumps real?
^Was thinking the same dam thing. Wth is up with all the OSPF?!?!
If any of you guys had the lastest dumps or anything please could you share , I’ve come short twice with this exam (788,813) I really want to just pass π
Just failed the exam today..had 801
Any recent dumps?
taking the exam in May is there a more recent dump?
Hey I will take a test next week. But I need to learn that how to find dumps form link below;
http://www.filedropper.com/100-105updatedasofmarch2017
I haven’t seen this.Do I need to sign in?
I have taken the exam twice and I am falling short 790/810. Where can I find the dump questions?
Rob where can I get this information from I couldn’t download it..
Can anyone that pass the test for 100-105 please email me any dump they have for this exam please… {email not allowed}
my test is next week and need help…
Does any one have any updates to how they did using the info Rob provided? I d/l it am ready to go next week. just looking to see if there are any changes that need to be made.
thanks! oh and Rob, thanks for the great work!
rob you are the best.
Failed on 1-May with 800, retesting 7-June. This time I will incorporate Rob’s dump and see how I do. Only (1) LabSim and it was the DHCP one that is on here which is relatively easy – seemed like there was some new material but don’t remember much..
Hi, this dump posted by Rob is really valid?
@Mr. Alp yes. but some answers needs to be corrected
@rob you ROCK man!! I passed today….slightly tweaked of Rob’s version….moving to ICND 2
Guys are there any simulations question in icnd1 100-105 ?
Guys im writing ICND 1 next month, any dumps?
Hi I just signed up as a premium member and I CAN see all CCNAv3 questions and answers but when I want to see the ICND1 and 2 Q&A it asks me to log in and when I do it says incorrect user name and password. why is that?
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.com . It will be big help. Pleeeeeeeeeeeeeeeease .
my email address is jane_woken52 @ yahoo.com
Anyone has valid 100-105 vce dumps?
If yes – can you please send it? My email is natutota at tutanota.com
And give me your payback email (or different way) to send you my return π
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.com . It will be big help. Pleeeeeeeeeeeeeeeease .
my email address is jane_woken52 @ yahoo.com
hi guys,
can someone send me the dumps according the answers of this site for ICND1???? please please please. I really neeeeeeeeeeeeeeeed it. heeeeelp me please π π .
my email address is jane_woken52 @ yahoo.com (no spaces before and after @ sign)
π π
hi -Anyone has valid ICND1 dumps?Please email alok_gusain @ yahoo.co.nz
HI friends anyone have latest ICND1 100-105 dumps with answer
Hi friends, why do you think that Rob’s dumps are not already valid? how often dumps are changed?
hi gusy >>
I have taken the exam twice and I am falling short 816/825. Where can I find the dump questions?
if any know where i can find valid dumps pls let me know >>>
i will try rob dumps look like good dumps and i find lat of Question in exam matching rob dumps>>
hi guys .I was mocked by the exam today.where can I get valid dumps?
@ MAMITO, hows the exam?
hey Team,
anyone has dumbs for 100-105?
if you have any please reply!!
Guys, probably ROB dumbs are ok. But for sure are not updated. There are too many questions about OSPF which is not on ICND1. So, probably are very old questions from the 100-101 exam. Or maybe are also some valid questions but is hard to say.
hi there, i don’t see any questions for the icnd 1 100-105 test. i only see the answers. Can i downlod the questions and answers as pdf file. Please help
Rob’s dump has a massive amount of OSPF questions. OSPF was not in CCNA1 and CCNA2.
Are there a massive amount of OSPF in the icend1-100-105 exam?
Took the icnd 1 today, only one of the questions in Robs dump was included.
@Anonymous only one simulation or one question at all?
And did you pass?
did anyone take the icnd1/ ccent is this still the same stuff?
hello, Please anyone send me the latest dump of 100-105 ICND1 [hr82bd @ yahoo.com (no spaces before and after @ sign)]
@Rob, thanks a lot for sharing.
i want to sit for exam next month (aug, 2017).
Are these still valid?
am gonna write my ccna exam on monday 10th july, plz guys share me any damp of 200-125
i can’t see any questions can see only answers. whats going on??
anyone with icnd1 latest dumps
Passed today with 848 using ensurepass, but there new questions that weren’t on the PDF.
hello guys. exam is on the 19th. anybody has the most recent dump that I can get ?
Used Jolie’s dump 322q. Still valid.
Hi, is someone able to re-upload dumps from Abram or Jolie? I am going to ICND 105 this month. Thanks a lot.
Can someone please re-upload Jolie’s or Abram’s dump here so that we can download ?
find them in this thread https://www.9tut.net/icnd1-100-105/share-your-icnd1-v3-0-experience
hi Rob do ypu perhaps have for incd2?
http://www.filedropper.com/100-105updatedasofmarch2017
I took the exam today and failed it big time with a 673. I only studied for a week using 322q. I only was able to study the first 90 questions in the dump and saw many of them on the exam. I am sure when I go back in three weeks I will pass it….
Hi Guys can you please send me ICND1 dump manrique . nazly @ gm ail at com. Thanks
Are the links on this page that download dumps equal to the 322q one that is said to be like the current exam
Hello guys, why ospf in the ICND1 dumps?
Hello guys, anyone has a dump for 210-060 CISCO CICD exam? If you do, send it to email:
{email not allowed}
Thank you
Hi, please help with icnd1 to godlipt at gmail dot com
Hi everyone,
Anyone got the latest icnd 1 and 2 test dump available to past along.
please send it to slick351mustang4u AT hot mail com
Many thanks
anyone have the 100-105 dump file of the real exam q&a? or know where i can get it for free i take the test 2 days from now please email me
{email not allowed}
email is overdoseoffical outlook
@ .com
thanks man . its helpfull.
regard to Q8, it is a bit funny,
the question says “it does not have the destination address”.
but the correct answer is :
“Send out an ARP request with the destination IP address.”
the only explanation is: the destination address in the question is the destination’s MAC address”
Please send me the ICND1 brain dump at {email not allowed} . I have exam this weekend please.
Please send me the ICND1 brain dump to me at sam.aryee @ gmail.com please. I have exam this weekend.
Could someone please send me the latest dumps please?
Thanks
Phcoyotes2011@yahoo.c o m
please send latest dumps to ibuyforyou1996
@ gmail. c o m
I had the exam ICND 1 yesterday and I had a DHCP lab that totally threw me off. I could’nt get it working ,they had changed all the IP addresses and even though I carefully checked my IPs I could’nt fix the problem. I had used dumps from various sites. Lesson learnt is dumps are really good but never too rely totally on em. I will go in a month again but this time more practice. GL
hi Rob, could kindly help me out. I’m desperate for icnd1 dump to help with my preparation. I will be taking the exam this week. could u kindly send me a link to download the most recent icnd1 dump. pls, I would appreciate this. Many thanks
Hi, can someone pls help with the most recent icnd1 dump. Thanks so much… {email not allowed}.
Hi everybody,
Can someone (maybe Rob π help with the recent icnd1 dump. Thanks!
Thesadjoker @ gmail com
Guys ima newbie where is the questions or dumps please email – {email not allowed}
Hi everybody – Newbie – Please email questions or dump to hishamojee @ gmail.com
Here engineers . any one with the lates ICND 1 DUMP
HELLO ENGINEERS HELP ME WITH THE LATEST ICND 1 DUMP
Hi everyone Im taking the exam first week of next month, can anyone send me a dump please. my email: kenny2438@yahoo.c o m
dump for ICND1
taking ICND1 next weekend can someone please share the latest dump for this exam, appreciate it..
{email not allowed}
taking ICND1 next weekend can someone please share the latest dump for this exam, appreciate it.. RosarioAcosta@ g m a i l . c o m
About to write ICND1 next week can someone please share the latest dump for this exam, appreciate it on {email not allowed}
Hi everyone taking the ICND1 next week and looking for the lastest dump for the exam. Appreciate it…. {email not allowed}
t.genesse @ gmail.com
Hi everyone taking the ICND1 next week and looking for the lastest dump for the exam
{email not allowed}
@Dary all questions are the same? how about the questions here in 9tut? did some of them appeared in the exam? are the questions here in 9tut are kinda the same in dumpsforsure?
Hi guy can u please send me the latest ICND 1 DUMP i’m writing next week please help…
Hi guy can u please send me the latest ICND 1 DUMP iβm writing next week please helpβ¦My E-mail address is {email not allowed}
Hi guy can u please send me the latest ICND 1 DUMP iβm writing next week please helpβ¦My E-mail address is skosanalucia @ ymail.com
Hi i am carlos, can yours please send me the latest ICND 1 DUMP.
mail {email not allowed} Thanks
Guy can you send me dumps for ICND1? my exam is next week, thanks. mrrccode @ gmail . com
hi everyone, can someone post questions for 9tut for ICND1 please? i only see the Explanations
anybody who had a good heart. can anyone send me the dumps of icnd1 100-105. advance thanks… {email not allowed}
i want last dumps because i have exam after one week