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).
Can someone please send me the latest REAL dump for 100-105 to dwjprivate at gmail
I’m looking to retake the test in 60 days
Hello guys, could you please send me the latest dump for ICND1 at {email not allowed}
Thanks in advance
Hello all, could you send me the latest dump for ICND1 to vman_2003 @ yahoo . co . uk
Much appreciated and thanks
could someone please send me a dump for ICND1. Would help alot. Thanks!
aos_royal at hotmail
please email ccent and ccna dump to jingalala09 at gmail
please email ccent dump to jingalala09 at gmail
please email ccna dump to jingalala09 at gmail
please email icnd1 dump to jingalala09 at gmail
please email icnd2 dump to jingalala09 at gmail
Hello all, could you send me the latest dump for ICND1 to michfan468 at gmail
Much appreciated and thanks
Please send latest dump for the 100-105 to
killerkrazie at live dot com
Please send latest dump 100-105 to {email not allowed}
Thank you
Please send latest dump 100-105 rbbrothers95 at gmail
Please send me the latest CCENT dumps. digitalwhispers at protonmail dot com
please email latest dump for ICND1 TO bhattmeghal22 at
gmail
please email latest dump for ICND1 TO {email not allowed}
Thank You
please email latest dump for ICND1 TO kmotswaledi at
gmail
please send latest icnd1 test dump to {email not allowed}
please email latest dump for ICND1 TO bobhartmeier at yahoo
Please email icnd1 & icnd2 dumps to {email not allowed} thank you kindly I am grateful.
could someone please send me a dump for ICND1. Would help alot. Thanks!
{email not allowed}
could someone please send me a dump for ICND1. Would help alot. Thanks! alemiguel@gmail
Can someone send me the ICND1 Dump to imgman22 at gmail. Thank you so much
Please share with me the ICND1 100-105 Dump to wee_yit at yahoo . com . thanks
Where can I get the questions for ICND1. Can anyone send a link where I can access them.
Please send latest dump for the 100-105 test to {email not allowed}
Please send latest dump for the 100-105 test to isaacsongok at gmail. com
Does anyone actually respond to the “please send lastest dump” request?.
Well, if so… Please send latest dumps for 100-105/200-105 to tj318 at Hotmail dot com
how can I get the latest dumps?
please icnd1 dumps to tj4life34 at gmail. com
Please send me the latest dumps alberthdr at hotmail dot com
The next month i will do my ccnet exam…! Help me!
please send me a latest dump for ICDN1 at verruss01atdyimaildotcom. I’m preparing for my exam next month.thanks
please send me latest dump for ICND1 at {email not allowed}. I am preparing for my exam next month
please send me the latest dump for ICND1 at fuxuvow at cmail dot club. prepping for my exam next month
please send me latest exam question answers for icnd1 {email not allowed}
Please emeail ICND1 dump to markstephens606 at Gmail
Thanks
Please email ICND1 dump to {email not allowed}
Please email ICND1 dump to turmaatmi2017 at Gmail
Thanks
send to derrick_rock on yahoo
can you send dumps to jabu1991 at hotmail
Please email ICND1 dump to mdkanne at hotmail dot com
@9tut where are question for ICND1 100-105
Where are the answers ?
Hi please, send latest dump to wow.nice.id at Gmail
Thanks
where can i get questions for these listed answers?
please email icnd1 dump to mrarefi at gmail
complete and recent dump to {email not allowed}
complete and recent dump to blouis050 at gmail
Help please. send please dump to olegrevin at gmail
Can get the ICND1 and 2 dumps. I need to prepare with real questions. Greatly appreciate it.
raul.l.hernandez@hotmail
Fail again and again!! Help!! I really appreciate to get some of this dump Justdont5254 at gmail
Help please. send ICND2 please dump to kobe198888 st gmail
Help please. send ICND2 please dump to kobe198888 at gmail
Hello all, could you send me the latest dump for ICND1 to beqiriagim @ gmail. com
Much appreciated and thanks
can you please send me the latest dump ICND1 & ICDN2 to {email not allowed}
can you please send me the latest dump ICND1 & ICDN2 to pakmaalison9174 at gmail
Hi can someone please send me the latest dump to xenongavin at gmail? Thanks!
Hi can someone please send me the latest ICND1 and ICND2 dump to xenongavin at gmail? Thanks!
Can someone send the latest ICND1 dump to parabolas462 at gmail
Please send latest dump for the 100-105 test.
klt9791 at yahoo . com
Hello.
can someone please SEND me the latest dump ICND1 to {email not allowed}.
ThANKS.
please email latest dump for 200-105 to {email not allowed}
thanks
PLease send ICND1 & ICDN2.
Planning on taking my exams this month and next month.
I need the Comptia Security + also
{email not allowed}
Please dont publish my email
can I get the most up to date dump sent to rsalka @ imgva . com
hi
is there any body has passed ICND1 recently ?
Please also send recent dump to jhacker102 at gmail
icnd 1 dump to jhacker102 at gmail pls.
any1 passed ICND1 : 100-125
pliz update here. thanks in advance
please send latest dumps to email {email not allowed}
anybody with new dump send it to {email not allowed}
anybody with new dump pls dend it to me adieleebenezer at gmail
need pdf of ICND 100-105. Please send to {email not allowed}
need pdf of ICND 100-105. Please send to raiderdude245 at gmail
Please send latest dump to {email not allowed}
Please send the latest dump to lromero0281 @ gmail
Please send latest dumps to marko3mo @ gmail
Please send the latest dump of ICND 1&2 to {email not allowed}
Please send latest CCNA/ICND 1&2 dumps to tjdno at gmail
Please send the latest dump of ICND 1 to brinc0s.di3ras at gmail
Please send latest dump 100-105 to mklimko123 at gmail
Can I please please please get the latest dumps
gnusmasalset at gmail
Please send the latest dump of ICND 1 to nnelana at gmail
can i please get the latest dumps of ICDN 1 and ICDN 2 1xhulian.hajdari at gmail
please send icnd1 dumps . astarinth at outlook.com
please where can i get the questions?
can anyone share dumps for ICND 1 and ICND 2 to smomataz at gmail
thnx
Please send the latest dump of ICND 1 to ztzerish at gmail
can i please get the latest dumps of ICDN 1 and ICDN 2 to JN1167 at gmail.com
Could anyone Please send the latest dump of ICND 1 to vinothreminton @ yahoo.com
Cheers!!
could anyone please dumps of icnd1 & icnd2 to wanga.jafta15 @ gmail.com, thanks
Can anyone please send icnd1 and icnd2 dump to kian4619 @ Comcast.net, thanks in advance.
ICND1&2
Please, julijan.vodeb.94 @ gmail.com
CAN I GET THE LATEST DUMPS PLIZ MANAGEMENT SEND TO {email not allowed}
mbusajoseph60atgmail.com
muhd.sulaiman.jamil @ gmail.com latest logs of ICND1 and 2
Could you please send me the latest ICND1 & ICND2 dumps to {email not allowed}
Thanks in advance
Could you please send me the latest ICND1 & ICND2 dumps to dhibiamir @ gmail.com
Thanks in advance
where can i find the questions?
I can only see the answers and comments
Hey guys, could I get the latest dump for ICND1? Thanks a lot 🙂 – donkeymajestic @ gmail.com
hi guys, would appreciate it very much to send icnd1 dumps to zomiamiheat33 at gmail. Thanks.
Can someone please send the dump for ICND-1 test to badatcisco @ sharklasers . com