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 questions? I will really appreciate that! Thanks
Could you please send me ICDN1 & ICDN2 dumps {email not allowed}
Thanks in advice
Could you please send me ICDN1 & ICDN2 dumps ahmedtasar16 at gmail.com
Can you send me ICND1 valid dumps ({email not allowed})
could you please send me ICND1 and ICND2 dumps[{email not allowed}] thanks in advance
Hey guys, could I get the latest dump for ICND1? Thanks ({email not allowed})
Hey guys, could I get the latest dump for ICND1 send to creatinentouki @ gmail.com
okay bye
Hey guys, could I get the latest dump for ICND1 send to
{email not allowed}
can I get the latest dump for ICND1 send to {email not allowed}
Hello guys! Pls can someone send me the latest icnd1 exams dumps to {email not allowed} thanks!
the comment above is to a pay site. Ignore!
Anybody know where the questions are? And anyway know where any dumps my be for the test. Thanks!
Hi Anyone,
Could you please send me the latest dump? bas_P_1989 @ hotmail.com
Can someone please send the dump for ICND1 (100-101) test to… {email not allowed}
Thank you all ^^
Can someone please send the dump for ICND1 (100-101) test to… markzzy @ outlook.com
I just passed CCENT with 868 on July 6th, there are 54 questions, two labs one for RIPV2 and DHCP, one drag and drop question. 9tut helped me a lot. I have the questions, write me if u want help alberthdr @ hotmail dot com
Can some one please send ICND1 dumps on my email {email not allowed}
May someone send ICND1 and ICND2 dumps please at najimaji15 @ yahoo. com — there is no space in the email it’s all one word.
Can someone please send the dump for ICND1 (100-101) test to gustavee @ comcast.com
Can someone please send the dump for ICND1 (100-101) test to newcryptoadventures @ gmail.com
Can someone please send the dump for ICND1 to {email not allowed}
Can someone please send the dump for ICND1 (100-101) test to email0851700003 @ gmail.com
Thank you in advance: Can someone send me the questions and answers on {email not allowed}
Can someone send me the answers and question on sandrine.bacoye @ orange . com
Can someone please send the latest dump for ICND1 and 2 to kurrupted_mind @ hotmail.com
hey guys could you please send dumps of ICND1 to my email {email not allowed}
hey guys could you please send dumps of ICND1 to my email elvin.abasov.93 @ gmail.com ?
im able to see only the answers. Where am i able to see the questions??
hey guys could you please send dumps of ICND1 to my email {email not allowed}
hey guys could you please send dumps of ICND1 to my email viadana.soluciones @ gmail.com
Can someone please send me the question? I’ll really appreciate it.
Can someone please send me the current dumps and questions for ICND1? Thanks a lot!
{email not allowed}
Can someone please send me the current dumps and questions for ICND1? Thanks a lot!
This is my email: uramanup @ gmail.com
Can someone please send me the latest dumps for ICND1(100-105) to my email {email not allowed}. Thanks a lot!
Can someone please send me the latest dumps for ICND1(100-105) to my email: abhinavkumar2938 @ gmail.com. Thanks a lot!
I need dumps for ICND1(100-105), email: alban.maxhuni @ hotmail.com
hey guys could you please send dumps of ICND1 and ICND2 to my email tmlukaszyk @ gmail.com thx!
Can someone please send me the current dumps and questions for ICND1 & ICND2?
This is my email: {email not allowed}
Thank you
Can someone please send me the current dumps and questions for ICND1 & ICND2? T
This is my email: amohamed830 @ gmail.com
thanks
Can somebody please send me any valid information for ICND 1 and 2?
My email address is {email not allowed}
Thank you!
Can somebody send me any valid information on ICND 1 and 2
my email address is {email not allowed}
Can somebody send me any valid information on ICND 1 and 2
my email address is jefymail @ mail . com
Please can any body assist with the latest dump for ICND1 and ICND2 to jefymail @ yahoo.com
Yesterday I passed 100-105 exam and achieved 919/1000. This website is amazing, helped me a lot…
Hi there! Could someone please send the lastest ICND1 dump to essiekoog @ outlook .com? Will pay it forward. Thanks in advance!
Hi Eden
How many questions, you got from this website related to your 100-105 exam?
Can somebody please send me any valid information for ICND 1 and 2?
damian_s @ hotmail dot com
Please send latest dumps for the 200-125 on {email not allowed}. Thanks in advance!
Just passed ICND 1 (861/1000). No books. Used Danscourses.com/YouTube, Internet, 9tut Questions/New Questions. Approximate 9tut questions – 50%, brand new questions – 50%.
Hey guys, could I get the latest dump for ICND1? to {email not allowed}
I have did the CCNA also
send me an email i would send you the materials
i had 6 simulations unlucky for me, i had 894
gadeojo @ gmail dot com
i will forward to you
Can someone send me the dumps please for ccna at {email not allowed}
wohh just what I was searching for, regards for posting .
snapchat km/h hack http://specjok.com/inquiry/1602840
Can someone please send me dumps for ICND1 and ICND2 to wickedclown0813 @ gmail.com. Thanks in advance.
Can you please send me the valid dump to andile.ngubane @ gmail.com
Can you please send me the valid ICND 1 dump to andile.ngubane @ gmail.com
Can someone please send me the current dumps and questions for ICND1 & ICND2? T
This is my email: morrisatsulu@ gmail.com
thanks
please email current dumps rlanz31 at yahoo dot com
Hi, can somebody send me the current dumps for the ICND1?
It would be very nice, my mail is otto6421 at web .de
Can someone please send me the current dumps and questions for ICND1 to simplysimon1 at yahoo? Thank you.
please send a ICND1 100-105 dumps . i have exmas tomorrow
Can you please send me the valid ICND 1 dumps and questions to punkkdo07 @ gmail.com
Could someone please forward me the most recent dump for ICND1 and ICND2 and CCNA if you have a copy for 2018 for 100-105, 200-105 and 200-125. Thanks.
My email is jfsicili @ gmail . com
Can someone please send me dumps for ICND1 and ICND2 to centristpartyofcanada @ gmail.com. Thanks in advance.
https://www.google.com/maps/d/u/0/viewer?mid=18-fh2p5YpPNKaX9h-wThB4HphniMEQFy&ll=40.697294858893066%2C-73.97968100000003&z=9
Someone could post the questions also ?
Could someone please send valid ICND1 100-105 dump ?
vinjonesno.4 @gmail.com
Thanks
dumps please 🙂 markthomasosullivan @gmail.com
Happy Christmas!
Good day and Happy Holiday!
Can someone pls send me the ICND1 dump to dunndeal dot entertainment @ gmail dot com
Thanks
Hi can anyone email me the latest ICDN 1 dumps to {email not allowed}
Hi can anyone email me the latest ICDN 1 dumps to csbsizwe @ gmail .com
Hi can anyone email me the ICND1 dumps?
britlagu1995 @gmail. com
Ditto could someone send me ICND 1 and ICND 2 dumps, {email not allowed}
Icnd 1 and ICND 2 dumps to b DOT drinx at g male dot commm
Can someone please send me the ICND1 and ICND2 dumps? bobdob3000 @ gmail com
Please send to s1301445 @ gmail. Com I have an exam on the 10th
Some1 plz send me dump at goodgamefyou @ gmail dot com
Please send icnd1 dums on {email not allowed}
Please: Ditto could someone send me ICND 1 and ICND 2 dumps mbonilla6926 @ Gmail .com
Please send the latest dumps for ICND1 and ICND2 jerome . l . munsamy @ gmail . com
can someone please send me icnd1 dump please jallohalhaji19 at yahoo dot com
Doing my test in 2 days! Please give me brain dumps and I will return the favor markthomasosullivan @gmail.com
can you send the icnd1 notes to travisbowling103 @ gmail.com
pls i need help with icnd1 and icnd2 i will be forever grateful to who so ever wish to help {email not allowed}
hey Guys i need a help…any one have CCNA 200-125 dumps? please send me {email not allowed}
Please send the latest dumps for ICND1 djquazzi @ gmail . com
Hello,
I am going to take may exam on March. Can you please send me the latest dumps at {email not allowed}
Many thanks!!!!
Hello,
I am going to take may exam on March. Can you please send me the latest dumps at edelacruz11118 @ gmail.com
Many thanks!!!!
hi I got ccna exam in next month plz is anyone possible to send some latest dumps it will be great full {email not allowed}
hi I got ccna exam in next month plz is anyone possible to send some latest dumps it will be great full v i j i w a t s o n @ gmail .com
Hello,
I am taking CCENT 100-105 next week. Can you please send me the latest dumps at js9856639 @ gmail.com
Thank you!
Can someone pl;ease send me the ICND1 dumps. Thanks in advance. wickedclown0813 @ gmail.com
Can someone please send dumps – ryan.cubitt @ live .co .uk
send me latest dumps please {email not allowed}
send me the latest dumps please (365response @gmail.com
can u plz send ICND 1 dumps to shaikh929 at gmail? thanks!
please send ICND 1/2 dumps to cratermud at gmail…. thanks!
Can you please send the ICND1 dumps to enidbeats@ gmail.com ? Thank you!
can you send the ICND1 dumps to keazy1324 at gmail ? Thank you!