Home > ICND1 – Basic Questions

ICND1 – Basic Questions

June 26th, 2017 in ICND1 100-105 Go to comments

[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:

show_config_question_answer_2.jpg

show_ip_interface_brief.jpg

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?

Replace_Switch_Hub.jpg

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?

ping_ARP_delay.jpg

Branch# ping 192.168.2.167
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.167, timeout is 2 seconds:
..!!!
Success rate is 60 percent (3/5), round-trip min/avg/max = 1/2/4 ms

Branch# ping 192.168.2.167
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.167, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms
Branch#

 

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).

Comments (100) Comments
Comment pages
1 8 9 10 11 326
  1. Mguu Bath
    February 14th, 2019

    Can you please send CCNA 200-120 to {email not allowed} or ICND1&2 dumps. Thank you

  2. Malta Goose
    February 19th, 2019

    people asking for dumps, go look up “ccna opencourser” on google. thank me later.

  3. Malta Goose
    February 19th, 2019

    people asking for dumps, go look up “ICND1 opencourser” on google** (corrected past comment for error)

  4. joka
    March 1st, 2019

    please send ICND 1/2 dumps to cratermud at gmail…. thanks!

  5. Anonymous
    March 10th, 2019

    please forward dumps to jeremy t johnson 14 at gmail THANK YOU

  6. marwa
    March 11th, 2019

    please please icnd1 dump

  7. lola
    March 20th, 2019

    Please can you foward the ICND 1 dumps to my mail ? alexioscharistos at hotmail dot com
    exams in 10 days !!

  8. Anonymous
    March 20th, 2019

    please send icdn1 dumps to {email not allowed}

  9. Anonymous
    March 20th, 2019

    Please send ICND1 dumps to juniorcoloma@ yahoo.com

  10. Anonymous
    March 22nd, 2019

    can anyone forward dumps for ccna 200-125 exam? {email not allowed}

  11. Anonymous
    March 26th, 2019

    Can anyone please send the ICND1 dump to mayor-christ @ web.de ? Thanks

  12. Anonymous
    March 28th, 2019

    can anyone help out a recently separated veteran and send latest dump to youngmarine1 ___gmail.com. I need the icnd1 and icnd2 dumps

  13. Anonymous
    March 29th, 2019

    Can anyone please send recent ICND1 dump to ccentcert479 “@” gmail.com Thank you

  14. Anonymous
    March 31st, 2019

    can you send the ICND1 dumps to ruiz_j27 “@” yahoo.com ? Thanks

  15. Anon
    March 31st, 2019

    Can you send the ICND1 dump to skyline951 “@” hotmail dot com? Thank you

  16. Shosha
    April 1st, 2019

    please send ICND 1/2 dumps to {email not allowed}

    thanks!

  17. dbladehs
    April 1st, 2019

    please send ICND1 Questions drekthar 2 9 @ g mai l . co m Thank you

  18. Help
    April 11th, 2019

    Please send icnd1 questions cryptulae08 @ gmail . Com

  19. Anonymous
    April 13th, 2019

    please send ICND1 Questions vonhalrius @ gmail . com

  20. help
    April 14th, 2019

    Taking the exam on tuesday can anyone help me please, by sending me ICND1 dump cryptulae 08 @ gmail .com

  21. Anonymous
    April 15th, 2019

    Could you send the ICND1 dump to jcam6543 “@” gmail dot com?

  22. Nair
    May 7th, 2019

    Can you please also send me dumps for CCNA200-125 at {email not allowed}

    Thanks

  23. Nair
    May 7th, 2019

    Can you please also send me dumps for CCNA200-125 at nairshijin @ gmail .com

  24. Migs
    May 9th, 2019

    Can you please send me the dumps for ICND1 questions.. ileugimix @ gmail . com

  25. Abiola
    May 10th, 2019

    Can you please send me the dumps for ICND1 questions.. {email not allowed}
    Thanks

  26. Abiola
    May 10th, 2019

    Can you please send me the dumps for ICND1 questions.. Ojedejiabiola @ yahoo. Com
    Thanks

  27. essentail
    May 14th, 2019

    can someone please send me icnd1 dump it like the one i have is not working {email not allowed}

  28. Spring
    May 16th, 2019

    Could you please send dumps for ICND 1 and ICND 2 … acute861103 @ gmail.com
    Thanks.

  29. Anonymous
    May 19th, 2019

    Hi there, would anyone do me a huge favor and send me the dumps for exams 100-105 and 200-125 on gmcastro at gmail dot com?
    Cheers

  30. Anonymous
    May 25th, 2019

    could i please get the latest dumps for ICND1 questions… troublesumlu @ gmail . com

  31. GGBOT
    May 31st, 2019

    Can Someone send me the latest dump for ICND1
    Much Appreciated !

    Asvq08 at Gmail dot COM

  32. Banky
    June 3rd, 2019

    Can Someone send me the latest dump for ICND1 100-105
    Much Appreciated

    bankole44love at yahoo dot com

  33. Ju
    June 10th, 2019

    send me the dump
    my test is in 3 days maiahziad (@) gmail . com

  34. jimbofisher
    June 11th, 2019

    ICND1 100-105 and ICND2 200-105

    fishingforjimbo (@) outlook . com

  35. jimbofisher
    June 11th, 2019

    Correction

    fishingforjimbo1 (@) outlook . com

  36. Normic
    June 15th, 2019

    Send me the dump for ICND1 questions galliamovrr @ gmail . com
    Much Appreciated !

  37. mouh2019
    June 17th, 2019

    Can Someone send me the latest dump for ICND1 {email not allowed}

  38. mouh2019
    June 17th, 2019

    Can Someone send me the latest dump for ICND1 mohamedyousfiasri @ gmail . com

  39. mike
    June 21st, 2019

    Can someone please send latest dump for icnd1 and icnd 2 please I desperately need it miguelmontielg @ gmail . com

  40. Anonymous
    June 22nd, 2019

    Help please with icnd1 100-105 and icnd2 200-105
    inceibasa @ gmail . com

  41. Ongdee
    June 25th, 2019

    can someone send me latest dumps for icnd1 & 2 to {email not allowed}

  42. lama
    June 25th, 2019

    can someone send me latest dumps for icnd1 & 2 ongdeelama at gmail

  43. Anonymous
    June 26th, 2019

    Hi guys can someone please send the latest dumps icnd1 &2 to email {email not allowed}

  44. K not
    June 29th, 2019

    ashlee.parker01 @ gmail .com Please send braindumps for icnd1 100-105 and icnd2 200-105.

    Cheers.

  45. Sosa
    July 8th, 2019

    If at all possible I would would really be great-full if anyone could send me the latest dump for icnd 1 & 2… skimpysossa at gmail .com

  46. Minu
    July 13th, 2019

    Can Someone send me the latest dump for ICND1 minhaz.taher @ gmail . com

  47. RiK
    July 14th, 2019

    Hi,
    Please can someone send me the latest dump for ICND1 at {email not allowed}
    Thank you!

  48. nub
    July 14th, 2019

    can you send the latest icnd1 dump to cvnakyg @ gmail please

  49. Ray
    July 15th, 2019

    Can someone please send latest dump for icnd1 and icnd 2 please I desperately need it rakhiray222 @ yahoo.com

  50. Stop Being Stupid
    July 17th, 2019

    Stop asking for dumbs, what do you think this website was built for

  51. Linkk87
    July 20th, 2019

    can you send the latest icnd1 dump to lianblue87 @ gmail . com please

  52. Wer
    July 21st, 2019

    Can you pls send the brain dumps for icnd1100-105 & 2 200-105 dmvwinners at gmail .com

  53. night-rider
    July 22nd, 2019

    Can someone please send me latest dumps for CCNA200-125 {email not allowed}

  54. Anonymous
    July 22nd, 2019

    Can someone please send me the latest ICDNI dump to {email not allowed} please.

  55. Anonymous
    July 22nd, 2019

    Can someone please send me the latest ICDNI dump to michael.sessions @gmail.com please.

  56. Anonymous
    July 22nd, 2019

    Can someone please send me the latest ICDNI dump to michael.sessions @icloud.com please.

  57. Anonymous
    July 22nd, 2019

    Can someone please send me the latest ICDNI dump to michael.sessions @yahoo.com please

  58. Rick
    July 26th, 2019

    Umm – how do i view the questions? 🙂

  59. Anonymous
    August 2nd, 2019

    Hello, very good.

  60. Muku
    August 7th, 2019

    Can someone please send me the latest ICDNI dump to {email not allowed}

  61. Anonymous
    August 7th, 2019

    Can someone please send me the latest ICDNI dump to muku747 at gmail

  62. Anonymous
    August 8th, 2019

    please send ICND1 dump to {email not allowed}. Thanks!

  63. Anonymous
    August 8th, 2019

    please send ICND1 dumps to ankerAD9 at gmail. Thanks!

  64. indycharlotte
    August 22nd, 2019

    Please send ICND1 dump to indycharlotte at gmail. Thank you!!!

  65. Qasi
    August 28th, 2019

    can some one send icnd 1 dumps at qasim.iqbal.awan (@) gmail.com

  66. BoB
    September 4th, 2019

    Hi can pls send ICND1 dumps at bobbytcy.hw @ gmaildotcom thanks in advance!

  67. Asdfg
    September 6th, 2019

    Can Someone send me the latest dump for ICND1 adn ICDN2 sinandyilmaz@ gmail.com

  68. srzi
    September 9th, 2019

    Hello, can someone send me the latest ICND1 dump to rei.dardha at yahoo dot com please. Thank you very much!

  69. raouf
    September 10th, 2019

    can you dand me dump icnd1 to my mail raoufkhh1(@)gmail(.)com

  70. 0ddhakr
    September 11th, 2019

    Can you please email 1 and 2 dumps to 0ddhakr@ gmail.com 0=zero

  71. Anonymous
    September 13th, 2019

    Can someone email 1 and two dumps to {email not allowed} I have to pass the test in two weeks. Please.

  72. Anonymous
    September 13th, 2019

    Can someone email 1 and two dumps to dc5k20k24@ hotmail .com I have to pass the test in two weeks. Please.

  73. Anonymous
    September 26th, 2019

    send icnd1 and icnd2 dumps to sebastianrod04 @gmail.com

  74. Morrolan
    October 2nd, 2019

    Can someone send the latest dumps for ICND1 & ICND2 to {email not allowed} please?

  75. Morrolan
    October 2nd, 2019

    OK, I’m an idiot

    Can someone send the latest dumps for ICND1 & ICND2 to shadowfunhaus (@) outlook.com please?

  76. Anonymous
    October 11th, 2019

    Can someone send latest icnd1 and icnd2 dumps to matthewsmith91696 at gmail com

  77. Anonymous
    October 11th, 2019

    send icnd1 and icnd2 dumps to cybercert69 @gmail.com please. thank you in advance

  78. Anonymous
    October 11th, 2019

    send icnd1 and icnd2 dumps to cybercert69 @ gmail com please. thank you in advance

  79. Not Sending Dumps
    October 14th, 2019

    Can people please stop being idiots and asking for dumps?

    Instead, help each other out by posting your CCENT/CCNA questions!

  80. Anonymous
    October 16th, 2019

    Can someone please send me the dumps itsayushigupta( @ )gmail (. )com ICND1 dumps and ICND2

  81. Anonymous
    October 19th, 2019

    If at all possible I would really be great-full if anyone could send me the latest dump for icnd 1 & 2… itsayushigupta at gmail .com

  82. Martay
    October 21st, 2019

    Can someone please send me the latest dumps for icnd 1and icnd 2 at mnml10387 at yahoo.com thank you

  83. Shah
    October 24th, 2019

    Can someone please send ICND1 dumps
    Email: shahzainr @ gmail dot com

    Thank You Very Much

  84. Anonymous
    October 25th, 2019

    Has anyone taken the test lately? If so how did you do and what questions did you have challenges with? Please provide examples if possible.

  85. Anonymous
    October 28th, 2019

    Can someone please send me the latest dumps for icnd 1and icnd 1 at bankole44love at yahoo.com thanks and God bless you. having the exam on Friday.

  86. Anonymous
    November 2nd, 2019

    Can someone please send me the latest dumps for icnd 1and icnd 2 at {email not allowed}
    THanks!!

  87. Anonymous
    November 8th, 2019

    Hi, can anyone send the ICND1 dump at shahed_hussain (@) outlook(.)com?

  88. Anonymous
    November 8th, 2019

    Can anyone send me Latest Version Dump Questions for ICND1 @ {email not allowed}

  89. Anonymous
    November 11th, 2019

    Can anyone send me Latest Version Dump Questions for ICND1 @ ( icetek8526522 @ gmail . com )

  90. Anonymous
    November 13th, 2019

    Can you send the ICND1 dump to mail at sitepara dot de? thank you very much

  91. Ziutenio
    November 18th, 2019

    Is there anybody have valid questions for ccent exam? If yes, please sent to ziutenio at Gmail
    Thanks a lot and good luck!
    Lets get some information bout your exam score and how mamy questions were helpful.

  92. roxorloox
    November 20th, 2019

    Can anyone send me Latest Version Dump Questions for ICND1 @ ( roxorloox @ gmail . com )?

  93. Navkar
    November 22nd, 2019

    Hello, 9tut can you please check the answer for question no 1 its here B,E I think it should be B,D I may be wrong can you please double check. Thank you.

  94. Harry
    November 22nd, 2019

    Can someone please help me out and send ICND 1 and 2 dumps to me at {email not allowed}.
    Thanks in Advance. Much appreciated.

  95. Harry
    November 22nd, 2019

    Can someone please help me out and send ICND 1 and 2 dumps to me at {harshorhappy @ gmail . com}.
    Thanks in Advance. Much appreciated.

  96. JOE
    November 24th, 2019

    I need ICND1 and ICND2 dumps as well please! Email is joestevens9211 @ gmail . com

  97. Scotty
    November 28th, 2019

    Hello, may someone send me the latest dumps for icnd1 and icnd2 please!? Email is s.tabala @ .com

  98. Justin
    November 29th, 2019

    Could some awesome person send me ICND1 and ICND2 (if you have both) braindumps please 🙂 . My email is justincollins024 @ gmail . com

  99. Munty
    December 2nd, 2019

    Please send me the ICND1 Dumps please, would really appreciate it .

    email muntasiralam85 @ g mail.com

  100. adil
    December 3rd, 2019

    Really need to do the CCNA before the new one released. Can someone help with some dumps? @ adeel samsung @ gmail . com

Comment pages
1 8 9 10 11 326