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).
Taking the exam this Friday, if anybody could forward me the latest dumps as well for ICND 1 I’ll be forever grateful
kevin36050@yahoo.com
@9tut. Thank for yout job.
Fan you Tell me where i can find actuali. lab sim incd 1and incd2 please
.
https://web.archive.org
If you all want to see the questions and answers at the same time use the “way back machine”.
Just make sure the date is before July 1st 2015.
can you please send me the last CCNA dums
cant even spell appreciate, maybe i shouldnt sit the exam!
Hey guys,
could you please provide links or email some ICND1 dumps please?
thanks in advance
goddamn it people stop asking and putting emails, everything you want is here, just spend some time looking for it
ok You all are a bunch of idiots. You dont need a damn pdf file or download anything.
All the answers are right here on 9tut. O.o
But if you want to see the questions with the answers go here ~~~> https://web.archive.org
use the βway back machineβ.
Just make sure the date is before July 1st 2015 and you can see the questions with the answers.
Just checking guys how often does Cisco change their ICND 1 questions? For those who have taken the Exam this September, are the Q&A found in this site still valid? many thanks in advanced. I’m still studying for the certication exam and this site is very helpful π
I have to take the test within a month. Could someone please send me the latest dumps to zaruji@comcast.net
Thank You!
Hello All,
please send me the ICND1 Dumps or questions if you have then on pdf or on another file.. just send them please…
murat@dauti.com
Thank you ,
You can get some good dumps at http://goo.gl/QDy46A .. they are really helpful, just click and download
WHere are the questions?
Hello, can someone send me the lastest dump please mauricioperezv@vtr.net Thanks!
Dear All, please i need the update ICND1 dump on next week i am give the exam, Thank you in advance naveed_loman@live.com
HELP ME GOD. AM OFF FOR CCNA CERTIFICATION NEXT WEEK.
Where can I get the questions?
Hey guys, I am about to take ICDN1 exam next week. Can you please send the latest Dumps. Thanks
Hey guys, I am about to take ICDN1 exam next week. Can you please send the latest Dumps. My Email is h.ar1@rediffmail.com
Thanks
that susan vce has some wrong answers. I wouldn’t use it. 9tut has all correct
membership is the best thing to do
follow 9tut only
Why do i not see the questions. I see the explanation but not the questions. Am i doing something wrong?
Hi
Where do i find the questions for these answers ?
i need examination questions Cisco press
gyz is it possible for Sam one to use your voucher number(no his ) to certify for exam
why can’t I see the questions?
someone please send me dumps ICND 100-101. I will take the test in a few weeks..
Thanks
Can someone please send my the latest dumps please.
Also is it better to take the 200-120 or the two ICND1 and ICND2 for the CCNA ?
i don’t see the question , please help me!
Please can I get the dumps for icnd1 ?
Can I get the Icdn1 and Icdn2 dumps emailed to sullmrsull@aol.com please.
Stop asking for dumps… Read your materials and learn…God Damn it!
Would someone be kind enough to forward me the latest Dumps for ICND1 100-101?
PLEASE β and THANK YOU!!
{email not allowed}
Would someone be kind enough to forward me the latest Dumps for ICND1 100-101?
PLEASE β and THANK YOU!!
wilkins_95@yahoo
questions are still missing. Any updates on this?
In question 4 above, I did not understand the statement: “Please notice that the WAN (serial) connection to switch is not counted as a collision (or broadcast) domain.” Why?
Thanks in advance!
Hey, I am not able to see questions on so many pages how to see questions can somebody tell me please….
Hi, I can only see the explanation not the questions, 9tut Management please fix the problem. Thanks
Would someone be kind enough to forward me the latest Dumps for ICND1 100-101?
PLEASE β and THANK YOU!!
{email not allowed}
Can someone send me the latest ICND 1 & 2 dumps? {email not allowed}
Can someone send me the latest ICND 1 & 2 dumps? nes8(at)uakron.edu
Are these all still good for the latest test in Jan 2016
Can some pls send me the latest dumbs ICND1 in PDF at {email not allowed}
Can some pls send me the latest dumbs ICND1 gaelfabrice(a)iCloud . com
I can’t see the question ? Is normal, only answer is displayed ^^
need to be a premium member
Can you guys send me latest DUMP for ICND1 please, I would appreciate a lot.
Thank You
email {email not allowed}
BTW, any update 9tut on the latest version of the test?
Hi Guys,
I’m new to 9 tut, I have a regarding Question 6 – if the success rate is 60% and only one ping is dropped wouldnt this make it 80%? I can understand that it needs to reslove the MAC address but surley it would lose two pings for the routing process to ake place?
Can you guys send me latest DUMP for ICND1 please, I would appreciate a lot.
Thank You
email: {email not allowed}
update 9tut on the latest version of the test?
Can you HELP send me latest DUMP for ICND1 please, I would appreciate a lot.
Thank You
Email: {email not allowed}
Hey guys, I’m on the same track as everyone here…….can anyone kind enough to send me REAL dums for ICND 1 ? t_m262 at yahoo dot c0m
Appreciated and thanks
Hi All
This site is been very helpful..hope i pass my exam in few weeks. If you wrote exam and have any links to share please do as i need as much as possible to pass CCENT exam
I tried to preparing for the ccna on 9tut but i failed on the exmam, please just chang it to be likes before guys”
Maybe, try to sign up on 9tut to study the questions and answers
Would anyone like to forward me the latest dumps for ICND1 100-101 to
{email not allowed} thanks appreciate it!
Taking exam next week, can anyone send the latest dumps to {email not allowed}
Does anyone have latest dumps? please send post a link. Thanks
Gave ICND1 Exam today..903/1000
Thanks to God & 9Tut.
Do all the questions here and understand their concepts as well and you will be good.
ATB!
Hi guys…i’m new to this cisco certifications..can any 1 guide me hw to prepare for dis certifications and which certification i shud attempt first…………….hope any1 of u to reply…and i jus want to know d difference b/w icdn1 &2 and ccna?
Hello guys please if anybody could forward me the latest dumps for ICND1 it would be appreciated.
{email not allowed}
Hello guys please if anybody could forward me the latest dumps for ICND1 it would be appreciated.
jjalonsom at hotmail.com
can someone forward me the latest icnd1 dumps
{email not allowed}
taking icnd1 this friday. please send the newest dumps
bfldaniel at yahoo.com
Hi guys! Can someone forward me the latest icnd1 dumps
cov.dimm (at) yahoo.com
thank you!
send dumps plz sumitvd80gmail.com
kindly share dumps to take exam in 1 week, {email not allowed}
kindly share dumps to take exam in 1 week skeatcher2agml
kindly send me leatest dums plz send me : {email not allowed}
my exam date is 4-14-2016 plz help me out
sokindofyou.at.gmail.com
Can someone please give me the dumps for icnd 1 {email not allowed}. thanks
Hey guys, can you please help with the 2016 latest ICND1 brain dumps? thanks.
kareen.arp(at)gmail.com
can someone send me the lastest dump for the icdn1 at {email not allowed}
Can someone kindly send me the latest dump pleaseee. email:{email not allowed}
Thank you!
please send dumps icnd1 lcchibesa(at)gmail.com
pleas send me latest ICND1 dumps
{email not allowed}
pleas send me latest ICND1 dumps
shan.kan(at)yahoo.com
please send latest dumps bhovic(at)gmail.com
can some one please send me the last ICND1 Dumps ?
at({email not allowed}-)
can some one please send me the last ICND1 Dumps ?
at({luchacho27 @ gmail. com }-)
Can someone please send me latest ICND1 dumps?
proluqy at gmail dot com
Can someone please send me latest ICND1 dumps?
proluqy at gmail dot com
Huge Thanks in advance π π
Can someone please send me latest ICND1 dumps?
{email not allowed}se and thank you!!
can someone send me the icnd1 dumps please need to take the exam in the next 2 weeks.
cdch749 at gmail dot com
STOP ASKING FOR DUMPS!!!!
They asked me 1,5,7 and 9
i took the test 5/7/2016
Please email me ICND1 dumps please.
{email not allowed}
Some latest dumps please, maybe someone who passed can share? darkbound29(at)inbox.lv, if i pass i can send some money back to you next month π will take exam next week.
please i am new in industry and most of daily work are networking based stuffs, so i need help with my CCENT that i will write it in 2 weeks time. Thank you
Does anybody have the latest dumps? Any help is appreciated. I’m looking to take the ICND1 in the next couple of months.
Hi, may i ask for icnd1 may 2016 dumps?
ghjhjghjg
Everything here on this site is all you need – Almost got a perfect 1000 today on my ICND1 exam.
More important – Please study dont memorize the stuff here or on any site – Understand the why it is needed and how it relates on the job.
A couple of tricky questions, a couple of questions on this site that are Wrong – I wont go into details but if you study hard you will find the mistakes in the ICND1 course π
Good luck and use this site as a reference not as a tool to obtain your certification!
Hi All, took my exam today, got 916 out of 100. all the questions are from 9tut. only values or otpion number were differnt on some questions. there was 47 question in total. exame time 90 minutes. i would say you can pass exam easily if you use 9tut.there was no ipv6 questions. there was not any question to configure something. SIM labs can be sloved by just using show commands.
security and show SIM lab was in exam. both are available in 9tut. thank you very much 9tut
Can some one please tell me where is the question. I can only see the question on the page no question there directly goes to explanation.
Hi.. Anyone hook me up?? {email not allowed}
hi anyone, please can you send me DUMPS for ICND-1 my email address {email not allowed}
hi anyone, please can you send me DUMPS for ICND-1 my email address s e ye x 007 at y a h o o do t com
please guys can anyone send me the ICND1 dumps simonutsalo0@gmdotcom