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 6 7 8 9 10 11 326
  1. Dwjprivate .
    January 24th, 2018

    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

  2. YOyoo
    January 27th, 2018

    Hello guys, could you please send me the latest dump for ICND1 at {email not allowed}

    Thanks in advance

  3. yalow
    February 5th, 2018

    Hello all, could you send me the latest dump for ICND1 to vman_2003 @ yahoo . co . uk

    Much appreciated and thanks

  4. Brian
    February 6th, 2018

    could someone please send me a dump for ICND1. Would help alot. Thanks!

    aos_royal at hotmail

  5. proevolutioncccna
    February 8th, 2018

    please email ccent and ccna dump to jingalala09 at gmail

  6. proevolutioncccna
    February 8th, 2018

    please email ccent dump to jingalala09 at gmail

  7. proevolutioncccna
    February 8th, 2018

    please email ccna dump to jingalala09 at gmail

  8. proevolutioncccna
    February 8th, 2018

    please email icnd1 dump to jingalala09 at gmail

  9. proevolutioncccna
    February 8th, 2018

    please email icnd2 dump to jingalala09 at gmail

  10. Anonymous
    February 13th, 2018

    Hello all, could you send me the latest dump for ICND1 to michfan468 at gmail

    Much appreciated and thanks

  11. tommy jones
    February 14th, 2018

    Please send latest dump for the 100-105 to

    killerkrazie at live dot com

  12. Anonymous
    February 16th, 2018

    Please send latest dump 100-105 to {email not allowed}

    Thank you

  13. Anonymous
    February 16th, 2018

    Please send latest dump 100-105 rbbrothers95 at gmail

  14. DigitalWhispers
    February 16th, 2018

    Please send me the latest CCENT dumps. digitalwhispers at protonmail dot com

  15. mac
    February 18th, 2018

    please email latest dump for ICND1 TO bhattmeghal22 at
    gmail

  16. Anonymous
    February 20th, 2018

    please email latest dump for ICND1 TO {email not allowed}
    Thank You

  17. Anonymous
    February 20th, 2018

    please email latest dump for ICND1 TO kmotswaledi at
    gmail

  18. Anonymous
    February 21st, 2018

    please send latest icnd1 test dump to {email not allowed}

  19. Anonymous
    February 21st, 2018

    please email latest dump for ICND1 TO bobhartmeier at yahoo

  20. Anonymous
    February 21st, 2018

    Please email icnd1 & icnd2 dumps to {email not allowed} thank you kindly I am grateful.

  21. Miki
    February 22nd, 2018

    could someone please send me a dump for ICND1. Would help alot. Thanks!
    {email not allowed}

  22. Miki
    February 22nd, 2018

    could someone please send me a dump for ICND1. Would help alot. Thanks! alemiguel@gmail

  23. Anonymous
    February 22nd, 2018

    Can someone send me the ICND1 Dump to imgman22 at gmail. Thank you so much

  24. Anonymous
    February 22nd, 2018

    Please share with me the ICND1 100-105 Dump to wee_yit at yahoo . com . thanks

  25. Nero
    February 23rd, 2018

    Where can I get the questions for ICND1. Can anyone send a link where I can access them.

  26. Anonymous
    February 26th, 2018

    Please send latest dump for the 100-105 test to {email not allowed}

  27. Anonymous
    February 26th, 2018

    Please send latest dump for the 100-105 test to isaacsongok at gmail. com

  28. FunSociety
    March 5th, 2018

    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

  29. Anonymous
    March 5th, 2018

    how can I get the latest dumps?

  30. wouldbegrateful
    March 7th, 2018

    please icnd1 dumps to tj4life34 at gmail. com

  31. Anonymous
    March 10th, 2018

    Please send me the latest dumps alberthdr at hotmail dot com
    The next month i will do my ccnet exam…! Help me!

  32. verruss
    March 10th, 2018

    please send me a latest dump for ICDN1 at verruss01atdyimaildotcom. I’m preparing for my exam next month.thanks

  33. Anonymous
    March 12th, 2018

    please send me latest dump for ICND1 at {email not allowed}. I am preparing for my exam next month

  34. Anonymous
    March 12th, 2018

    please send me the latest dump for ICND1 at fuxuvow at cmail dot club. prepping for my exam next month

  35. wouldappreciate
    March 13th, 2018

    please send me latest exam question answers for icnd1 {email not allowed}

  36. Sangsin
    March 13th, 2018

    Please emeail ICND1 dump to markstephens606 at Gmail
    Thanks

  37. automacao
    March 13th, 2018

    Please email ICND1 dump to {email not allowed}

    Please email ICND1 dump to turmaatmi2017 at Gmail

    Thanks

  38. Anonymous
    March 14th, 2018

    send to derrick_rock on yahoo

  39. Anonymous
    March 14th, 2018

    can you send dumps to jabu1991 at hotmail

  40. mdk
    March 19th, 2018

    Please email ICND1 dump to mdkanne at hotmail dot com

  41. ItsMe
    March 21st, 2018

    @9tut where are question for ICND1 100-105

  42. MAhmoud ZInjji
    March 23rd, 2018

    Where are the answers ?

  43. Vick
    March 24th, 2018

    Hi please, send latest dump to wow.nice.id at Gmail
    Thanks

  44. kenn V.
    March 24th, 2018

    where can i get questions for these listed answers?

  45. Anonymous
    March 25th, 2018

    please email icnd1 dump to mrarefi at gmail

  46. Anonymous
    March 27th, 2018

    complete and recent dump to {email not allowed}

  47. Anonymous
    March 27th, 2018

    complete and recent dump to blouis050 at gmail

  48. Oleg
    March 28th, 2018

    Help please. send please dump to olegrevin at gmail

  49. Me
    March 30th, 2018

    Can get the ICND1 and 2 dumps. I need to prepare with real questions. Greatly appreciate it.
    raul.l.hernandez@hotmail

  50. JustDoIt
    March 30th, 2018

    Fail again and again!! Help!! I really appreciate to get some of this dump Justdont5254 at gmail

  51. Mark
    March 31st, 2018

    Help please. send ICND2 please dump to kobe198888 st gmail

  52. Mark
    March 31st, 2018

    Help please. send ICND2 please dump to kobe198888 at gmail

  53. agim
    April 1st, 2018

    Hello all, could you send me the latest dump for ICND1 to beqiriagim @ gmail. com

    Much appreciated and thanks

  54. Anonymous
    April 3rd, 2018

    can you please send me the latest dump ICND1 & ICDN2 to {email not allowed}

  55. Anonymous
    April 3rd, 2018

    can you please send me the latest dump ICND1 & ICDN2 to pakmaalison9174 at gmail

  56. Ghostfire
    April 3rd, 2018

    Hi can someone please send me the latest dump to xenongavin at gmail? Thanks!

  57. Ghostfire
    April 3rd, 2018

    Hi can someone please send me the latest ICND1 and ICND2 dump to xenongavin at gmail? Thanks!

  58. raid
    April 4th, 2018

    Can someone send the latest ICND1 dump to parabolas462 at gmail

  59. Anonymous
    April 6th, 2018

    Please send latest dump for the 100-105 test.
    klt9791 at yahoo . com

  60. Anonymous
    April 8th, 2018

    Hello.
    can someone please SEND me the latest dump ICND1 to {email not allowed}.
    ThANKS.

  61. Anonymous
    April 9th, 2018

    please email latest dump for 200-105 to {email not allowed}

    thanks

  62. Please send me ICND1
    April 9th, 2018

    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

  63. Anonymous
    April 9th, 2018

    can I get the most up to date dump sent to rsalka @ imgva . com

  64. zee
    April 9th, 2018

    hi
    is there any body has passed ICND1 recently ?

  65. Hacksaw Jim
    April 11th, 2018

    Please also send recent dump to jhacker102 at gmail

  66. Hacksaw Jim
    April 11th, 2018

    icnd 1 dump to jhacker102 at gmail pls.

  67. mrk
    April 11th, 2018

    any1 passed ICND1 : 100-125
    pliz update here. thanks in advance

  68. kmibaciugun
    April 12th, 2018

    please send latest dumps to email {email not allowed}

  69. ben
    April 12th, 2018

    anybody with new dump send it to {email not allowed}

  70. ben
    April 12th, 2018

    anybody with new dump pls dend it to me adieleebenezer at gmail

  71. AnyNoMous
    April 15th, 2018

    need pdf of ICND 100-105. Please send to {email not allowed}

  72. AnyNoMous
    April 15th, 2018

    need pdf of ICND 100-105. Please send to raiderdude245 at gmail

  73. Latest Dumps
    April 15th, 2018

    Please send latest dump to {email not allowed}

  74. Anonymous
    April 16th, 2018

    Please send the latest dump to lromero0281 @ gmail

  75. marko3mo
    April 17th, 2018

    Please send latest dumps to marko3mo @ gmail

  76. Anonymous
    April 18th, 2018

    Please send the latest dump of ICND 1&2 to {email not allowed}

  77. Anonymous
    April 19th, 2018

    Please send latest CCNA/ICND 1&2 dumps to tjdno at gmail

  78. MrZebra
    April 19th, 2018

    Please send the latest dump of ICND 1 to brinc0s.di3ras at gmail

  79. Anonymous
    April 20th, 2018

    Please send latest dump 100-105 to mklimko123 at gmail

  80. Anonymous
    April 23rd, 2018

    Can I please please please get the latest dumps
    gnusmasalset at gmail

  81. nelly
    April 23rd, 2018

    Please send the latest dump of ICND 1 to nnelana at gmail

  82. Anonymous
    April 24th, 2018

    can i please get the latest dumps of ICDN 1 and ICDN 2 1xhulian.hajdari at gmail

  83. Anonymous
    April 25th, 2018

    please send icnd1 dumps . astarinth at outlook.com

  84. Anonymous
    April 28th, 2018

    please where can i get the questions?

  85. rumee
    April 28th, 2018

    can anyone share dumps for ICND 1 and ICND 2 to smomataz at gmail
    thnx

  86. david
    April 29th, 2018

    Please send the latest dump of ICND 1 to ztzerish at gmail

  87. StudyGuy
    April 29th, 2018

    can i please get the latest dumps of ICDN 1 and ICDN 2 to JN1167 at gmail.com

  88. Anonymous
    May 3rd, 2018

    Could anyone Please send the latest dump of ICND 1 to vinothreminton @ yahoo.com
    Cheers!!

  89. Jay-Jay
    May 3rd, 2018

    could anyone please dumps of icnd1 & icnd2 to wanga.jafta15 @ gmail.com, thanks

  90. K Law
    May 6th, 2018

    Can anyone please send icnd1 and icnd2 dump to kian4619 @ Comcast.net, thanks in advance.

  91. july
    May 7th, 2018

    ICND1&2
    Please, julijan.vodeb.94 @ gmail.com

  92. Anonymous
    May 8th, 2018

    CAN I GET THE LATEST DUMPS PLIZ MANAGEMENT SEND TO {email not allowed}

  93. Anonymous
    May 8th, 2018

    mbusajoseph60atgmail.com

  94. Anonymous
    May 14th, 2018

    muhd.sulaiman.jamil @ gmail.com latest logs of ICND1 and 2

  95. Amir
    May 15th, 2018

    Could you please send me the latest ICND1 & ICND2 dumps to {email not allowed}

    Thanks in advance

  96. Amir
    May 15th, 2018

    Could you please send me the latest ICND1 & ICND2 dumps to dhibiamir @ gmail.com

    Thanks in advance

  97. KT
    May 21st, 2018

    where can i find the questions?
    I can only see the answers and comments

  98. Anonymous
    June 6th, 2018

    Hey guys, could I get the latest dump for ICND1? Thanks a lot 🙂 – donkeymajestic @ gmail.com

  99. Anonymous
    June 12th, 2018

    hi guys, would appreciate it very much to send icnd1 dumps to zomiamiheat33 at gmail. Thanks.

  100. badatcisco
    June 12th, 2018

    Can someone please send the dump for ICND-1 test to badatcisco @ sharklasers . com

Comment pages
1 6 7 8 9 10 11 326