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).
guys i only see explanations here please help,m taking the exam next week
dump me aswell pls 😛 meownzz at hotmail com
Hi, please send me dumps if anyone has them {email not allowed}
Hi, please send me dumps if anyone has them sharmynkayani1 at gmail
Could anyone send me a dump please ?? I’m taking the exam next week monday !
ravion.mase at gmail
hello can you send new dumps i have exam after 7 days
{email not allowed}
hello can you send new dumps i have exam after 7 days
my email : fares.sohar @ gmail
Hi everyone taking the ICND1 next week and looking for the latest dump for the exam. Please send it to {email not allowed}. Really grateful for your help.
Hi everyone taking the ICND1 next week and looking for the latest dump for the exam. Please send it to v20172002 gmail. Really grateful for your help.
from where to get the questions
Hello, can anyone send me the dumps for ICND1 and ICND2 please. I have the tests in the next week.
numbchucked1 @ gmail
can someone send me 101 -105 VCE dumps I have the VCE engine which I purchased for a high amount , you can send them on joseoluoch at gmail dot com please I am trying to re certify asap before end of the year
Why dont you people do the same you are doing her for CCNA security 210-260
I will be glad to subscribe and pay maybe 50 0r $100 for the subscription
I study from your material the ICND and pass the exam
Thanks
HI plz send me latest dumps for 100-105 cis84 @ Hotmail . com
Hi Taking ICND1, can anyone please advice is there any simulation in the exam?
Hi, can anyone send me the current dumps for ICND1? my exam is soon, I really appreciate it. {email not allowed}
PLZ send me icnd1 dumps at cis 84 @ hot mail . com
how to view questions ?
Pls send me the latest dumps for ICND1 100-105 on {email not allowed}
Pls send me the latest dumps for ICND1 100-105 on fede ksinjo @ gm ail . com (all together)
do i have to become a member to view questions?
Can someone please send me 100-105 dump to badedeji @ gmail com
Hello guys.
Where can I find the document with the questions of ICND1 100-105?
Do anybody need help?
Can someone please send me 100-105 dump to canele AT bol dot com dot br
Please?
Thank you
@Vicky I believe that yes. It’s necessary to become a member of the site.
Good day all
Could you kindly send me latest dumps for ICND1 100-105 to the following email address?
{email not allowed}
Thanks!
Can anyone sent me a dump I’m writing
next week. Thanks. Email {email not allowed}
HI. Are there any upto date ICND1 dumps please? Can I get a link? postagebin*mail.com or link here. thank you
Any advice for ccna 1 when writing the exam ?
Hello My name is Jakub can you please send me ICND 1 Dumps I am writing test within 3 days. My email is {email not allowed}. Thank you very much
Hi,
Can you send me ICDN1 dumps to “{email not allowed}”? Thank you! Prepping and practicing for exam in next 2 weeks!
Thanks
May I have latest dumps of ICDN1 and ICDN2? Email jndropbox gmail com
Thanks,
CAN any one could send me the latest dump I would be eternally grateful. My email address is {email not allowed}
Thanks
Hi, can anyone kindly send the latest dump to {email not allowed} (remove underscore)
Many thanks in advance
Hi, can anyone kindly send the latest dump to {badedejiATgmail.com}
Many thanks in advance
Good day all
Could you kindly send me latest dumps for ICND1 100-105 days, to the following email
address? kenkims26 @ yahoo. c o m
i have an exam after 7…
Thanks!
Please help a lady out, icnd1 and icnd2 dump questions pease, email is tj4life34 at gmail dot com
{email not allowed} can i have icnd1 latest dumps please
Pl share latest dump of ICND1 EXAM
{email not allowed}
sunilit50 @ gmail . com
can someone plz send me dump? blizzardaaron at gmail.com
Dear friends i have test could you please send me latest dumps for ICND1 100-105 days. {email not allowed}
onoorzai 786 @ gmail . com
Guy any recent dumps for CCNA 200-125 ? my exam is next month, Thanks in advance. mdhasansas @ yahoo. com
Please
need ccna 200-125 DumPs
Email is : chusama77 at gmail.com
can I have icnd1 latest dumps, please? at {email not allowed}
can I have icnd1 latest dumps, please? at nattytsigab at gmail.com
if you can get me icnd1 100-105 valid dumps i can send you ccna 200-125 valid dumps asap @sam
Where is QUestion…any1 can tell me
i need ccna 200-125 valid dumps ,if any one have kindly sent me i will be very thankful to you
syedabdulhaseeb93 @ gmail com
can I have icnd1 latest dumps, please? coito_7 @ hotmail.com
Hello, my exame is in a few days… Any recent dumps for CCNA 200-125 ? karushi at live. com thanks a lot
Hello, dear friends I have a test can someone please send me latest dumps 100-105 {{email not allowed}}
hi guys my my test next week for ICND1 kindly email me dumps at cis84 @ hotmail.com
Hello, could someone send me 100-105? silvacleyton @ hotmail.com
Thanks!
can I have icnd1 latest dumps, please? {email not allowed}
guys can you please help a brother out please with the latest dumps please I’ve failed twice already, and I have one more chance to make it please email to “sisonkmoss @ gmail . com “!!!
no it’s ” sisonkemoss @ gmail . com “
hi can u please send me new update file dec 2017. because i could not see any nat simulation question. eventhough i tried to find question with ans but i can see only answers no question. my email-id is {email not allowed}. plz send me asap.i vl give my test on next week
Hi everyone Im taking the exam first week of next month, can anyone send me a dump please. my email: {email not allowed}
it’s “gueslin21 @ yahoo . fr
hey guys I am taking my test in 2 weeks, if anybody can please me the latest dump, I will be very mu appreciated. please my email {email not allowed}
I struggle on ACL so please help out.
If anyone can please send me a dump of ICND1 I would really appreciate it, I have an exam coming soon. Please send it to Skoryer at gmail
Please send me a copy of icnd1 icnd2, will pass it on to anyone might need them, testing end of this month send to tlbh05 at yahoo
plese someone send solution of icnd2 200- 105
ziemliech…
mail: {email not allowed}
mail…. leon.atuncar [[[[g-mail]]]]
Hi all,
Please send me a copy of icnd1, I having exam next week.
Email : khang.wmk1212 @ gmail.com (no space before and after @)
Thank you.
Hi, can someone please send me the latest dump for 200-125?
it will be a huge help.
Email is {email not allowed} (two v)
Hi, can someone please send me the latest dump for 200-125?
it will be a huge help.
Email is Navehvv @ gmail.com (two v)
Can someone send 100-105 dumps to gharden2911 [[[att]]] . net?
Can someone send 100-105 latest dumps MY EMAIL {email not allowed}
Can someone send 100-105 latest dumps ***{email not allowed}
Can someone send 100-105 latest dumps SUHAIL1384 @ GMAIL . COM
Hello,
please some one send me the last 200-125 Dumps, i have the exam, next Week.
Ma*il:alexanderpetrosky-@-yahoo-.c-o-m
Hello guy please may someone please send me the last 100-105 damps i have exams to prepare for in two weeks. Please thanks in advance
Please guys am asking for last dumps 100-105
Exam in two weeks please guys please my email {email not allowed}
{email not allowed}
Hi, I will be really appreciate if someone will send me the last 100-105 damps.
macadd2018 @ gmail. com
Hi,
Same as Mac Add please, 100-105 Dumps.
bpm1974 at gm
Thanks
Please send latest dump of 100-105. I failed first attempt!
cassied87 at gmail
Please send latest dump for the ICND1 and ICND2 test.
ccb8sccb8s at gmail
Pl share latest dump of ICND1 EXAM
geffry1 at gmail
Hello everyone!! can someone send me latest ICND1 100-105 dumps.. Please send me at shinrei07 at gmail dot com thnx..
Can someone please send latest dump of CCENT 100-105 to {email not allowed} please. failed the first time. please help!!
Can someone please send latest dump of CCENT 100-105 to urbbie123 at yahoo dot com please. failed the first time. please help!!
Wrong email above. apologize!
Can someone please send latest dump of CCENT 100-105 to urbbie1234 at yahoo dot com please. failed the first time. please help!!
please send the latest 200-125 dump to {email not allowed}
please send the latest 200-125 dump to thenetworkdummyatgmaildotcom
Hi Friends!
can someone send me latest ICND1 100-105 dumps.. Please send me at faizankhan444 at gmail dot com thnx..
Hello All,
Can someone please send me the latest ICND 100-105 dumb. My email is passdatkush5 @ gmail com(nospace before the @). Thanks!!!
Anyone have the latest dumps? Would like to test my knowledge before taking the test. eric198423 at yahoo dot com. Thanks!
Please help. I have my ICND 1 test on the 19th of Jan. Does anyone have the latest dumps? If so please email me at {email not allowed}. Thank you in advance.
Today I took my exam ICND1 and passed with 868. Definitely those version 3 questions (the new questions are on there). At least about 40 of them. And the DHCP SIM is the same. Thanks 9TUT
Please send latest dump for the 100-105 test.
ccb8sccb8s at gmail
Please send latest dump for 100-105 to gharden2911 at gmail
Please send latest dump for the 100-105 test.
js740601 at gmail . com
Please send latest dump to jerryklipton at gmail.
Please send latest dump for ccna a _ kunashev @ mail ru