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 7 8 9 10 11 326
  1. ellesig
    June 13th, 2018

    Can someone please send me the questions? I will really appreciate that! Thanks

  2. Ahmed
    June 14th, 2018

    Could you please send me ICDN1 & ICDN2 dumps {email not allowed}
    Thanks in advice

  3. Anonymous
    June 14th, 2018

    Could you please send me ICDN1 & ICDN2 dumps ahmedtasar16 at gmail.com

  4. Daniel
    June 16th, 2018

    Can you send me ICND1 valid dumps ({email not allowed})

  5. can someone please send me ICND1 and ICND2 dumps my email sharonsehlako@gmail.com
    June 20th, 2018

    could you please send me ICND1 and ICND2 dumps[{email not allowed}] thanks in advance

  6. jim
    June 21st, 2018

    Hey guys, could I get the latest dump for ICND1? Thanks ({email not allowed})

  7. master
    June 21st, 2018

    Hey guys, could I get the latest dump for ICND1 send to creatinentouki @ gmail.com

  8. Anonymous
    June 22nd, 2018

    okay bye

  9. Dzianis Zhukau
    June 22nd, 2018

    Hey guys, could I get the latest dump for ICND1 send to
    {email not allowed}

  10. netking.architect
    June 22nd, 2018

    can I get the latest dump for ICND1 send to {email not allowed}

  11. Anonymous
    June 25th, 2018

    Hello guys! Pls can someone send me the latest icnd1 exams dumps to {email not allowed} thanks!

  12. argos
    June 28th, 2018

    the comment above is to a pay site. Ignore!

  13. Joust27
    June 28th, 2018

    Anybody know where the questions are? And anyway know where any dumps my be for the test. Thanks!

  14. Sebazzle
    July 10th, 2018

    Hi Anyone,
    Could you please send me the latest dump? bas_P_1989 @ hotmail.com

  15. Markzzy
    July 14th, 2018

    Can someone please send the dump for ICND1 (100-101) test to… {email not allowed}

    Thank you all ^^

  16. Markzzy
    July 14th, 2018

    Can someone please send the dump for ICND1 (100-101) test to… markzzy @ outlook.com

  17. alberthdr
    July 15th, 2018

    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

  18. Guest
    July 17th, 2018

    Can some one please send ICND1 dumps on my email {email not allowed}

  19. Naji
    July 17th, 2018

    May someone send ICND1 and ICND2 dumps please at najimaji15 @ yahoo. com — there is no space in the email it’s all one word.

  20. Ralph
    July 20th, 2018

    Can someone please send the dump for ICND1 (100-101) test to gustavee @ comcast.com

  21. Packet Pusher
    July 25th, 2018

    Can someone please send the dump for ICND1 (100-101) test to newcryptoadventures @ gmail.com

  22. gogo
    July 29th, 2018

    Can someone please send the dump for ICND1 to {email not allowed}

  23. Anonymous
    July 29th, 2018

    Can someone please send the dump for ICND1 (100-101) test to email0851700003 @ gmail.com

  24. sandy
    August 2nd, 2018

    Thank you in advance: Can someone send me the questions and answers on {email not allowed}

  25. sandy
    August 2nd, 2018

    Can someone send me the answers and question on sandrine.bacoye @ orange . com

  26. Kritter
    August 7th, 2018

    Can someone please send the latest dump for ICND1 and 2 to kurrupted_mind @ hotmail.com

  27. jak
    August 7th, 2018

    hey guys could you please send dumps of ICND1 to my email {email not allowed}

  28. esss
    August 7th, 2018

    hey guys could you please send dumps of ICND1 to my email elvin.abasov.93 @ gmail.com ?

  29. cisco_devnet
    August 9th, 2018

    im able to see only the answers. Where am i able to see the questions??

  30. vadame
    August 9th, 2018

    hey guys could you please send dumps of ICND1 to my email {email not allowed}

  31. vadame
    August 9th, 2018

    hey guys could you please send dumps of ICND1 to my email viadana.soluciones @ gmail.com

  32. James
    August 9th, 2018

    Can someone please send me the question? I’ll really appreciate it.

  33. Peter
    August 9th, 2018

    Can someone please send me the current dumps and questions for ICND1? Thanks a lot!
    {email not allowed}

  34. Peter
    August 9th, 2018

    Can someone please send me the current dumps and questions for ICND1? Thanks a lot!
    This is my email: uramanup @ gmail.com

  35. sydd
    August 11th, 2018

    Can someone please send me the latest dumps for ICND1(100-105) to my email {email not allowed}. Thanks a lot!

  36. sid
    August 11th, 2018

    Can someone please send me the latest dumps for ICND1(100-105) to my email: abhinavkumar2938 @ gmail.com. Thanks a lot!

  37. 4lban
    August 20th, 2018

    I need dumps for ICND1(100-105), email: alban.maxhuni @ hotmail.com

  38. tom
    August 20th, 2018

    hey guys could you please send dumps of ICND1 and ICND2 to my email tmlukaszyk @ gmail.com thx!

  39. moemoe
    August 20th, 2018

    Can someone please send me the current dumps and questions for ICND1 & ICND2?
    This is my email: {email not allowed}
    Thank you

  40. Anonymous
    August 20th, 2018

    Can someone please send me the current dumps and questions for ICND1 & ICND2? T
    This is my email: amohamed830 @ gmail.com
    thanks

  41. Cloudia
    August 22nd, 2018

    Can somebody please send me any valid information for ICND 1 and 2?

    My email address is {email not allowed}

    Thank you!

  42. Anonymous
    August 27th, 2018

    Can somebody send me any valid information on ICND 1 and 2

    my email address is {email not allowed}

  43. Anonymous
    August 27th, 2018

    Can somebody send me any valid information on ICND 1 and 2

    my email address is jefymail @ mail . com

  44. Anonymous
    August 27th, 2018

    Please can any body assist with the latest dump for ICND1 and ICND2 to jefymail @ yahoo.com

  45. Eden Hazard
    September 3rd, 2018

    Yesterday I passed 100-105 exam and achieved 919/1000. This website is amazing, helped me a lot…

  46. Essie
    September 10th, 2018

    Hi there! Could someone please send the lastest ICND1 dump to essiekoog @ outlook .com? Will pay it forward. Thanks in advance!

  47. Sid
    September 11th, 2018

    Hi Eden
    How many questions, you got from this website related to your 100-105 exam?

  48. Damian
    September 11th, 2018

    Can somebody please send me any valid information for ICND 1 and 2?

    damian_s @ hotmail dot com

  49. boris
    September 20th, 2018

    Please send latest dumps for the 200-125 on {email not allowed}. Thanks in advance!

  50. jefferj54
    September 20th, 2018

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

  51. Anonymous
    October 1st, 2018

    Hey guys, could I get the latest dump for ICND1? to {email not allowed}

  52. Gboyega
    October 4th, 2018

    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

  53. Anonymous
    October 6th, 2018

    Can someone send me the dumps please for ccna at {email not allowed}

  54. snapchat km/h hack
    October 21st, 2018

    wohh just what I was searching for, regards for posting .
    snapchat km/h hack http://specjok.com/inquiry/1602840

  55. Anonymous
    October 23rd, 2018

    Can someone please send me dumps for ICND1 and ICND2 to wickedclown0813 @ gmail.com. Thanks in advance.

  56. Anonymous
    October 24th, 2018

    Can you please send me the valid dump to andile.ngubane @ gmail.com

  57. Anonymous
    October 24th, 2018

    Can you please send me the valid ICND 1 dump to andile.ngubane @ gmail.com

  58. Anonymous
    October 26th, 2018

    Can someone please send me the current dumps and questions for ICND1 & ICND2? T
    This is my email: morrisatsulu@ gmail.com
    thanks

  59. biclick31
    October 27th, 2018

    please email current dumps rlanz31 at yahoo dot com

  60. Myname
    October 28th, 2018

    Hi, can somebody send me the current dumps for the ICND1?
    It would be very nice, my mail is otto6421 at web .de

  61. Bacon316
    November 6th, 2018

    Can someone please send me the current dumps and questions for ICND1 to simplysimon1 at yahoo? Thank you.

  62. emtiaj2001@yahoo.com
    November 6th, 2018

    please send a ICND1 100-105 dumps . i have exmas tomorrow

  63. asdfg
    November 8th, 2018

    Can you please send me the valid ICND 1 dumps and questions to punkkdo07 @ gmail.com

  64. Anonymous
    November 12th, 2018

    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

  65. Gregory
    November 12th, 2018

    Can someone please send me dumps for ICND1 and ICND2 to centristpartyofcanada @ gmail.com. Thanks in advance.

  66. jlopes
    December 3rd, 2018

    Someone could post the questions also ?

  67. VJ4
    December 4th, 2018

    Could someone please send valid ICND1 100-105 dump ?
    vinjonesno.4 @gmail.com
    Thanks

  68. Dublinguy
    December 17th, 2018

    dumps please 🙂 markthomasosullivan @gmail.com

    Happy Christmas!

  69. DDENT
    December 18th, 2018

    Good day and Happy Holiday!
    Can someone pls send me the ICND1 dump to dunndeal dot entertainment @ gmail dot com
    Thanks

  70. Anonymous
    December 20th, 2018

    Hi can anyone email me the latest ICDN 1 dumps to {email not allowed}

  71. Anonymous
    December 20th, 2018

    Hi can anyone email me the latest ICDN 1 dumps to csbsizwe @ gmail .com

  72. Anonymous
    December 21st, 2018

    Hi can anyone email me the ICND1 dumps?
    britlagu1995 @gmail. com

  73. Signalteam6
    December 27th, 2018

    Ditto could someone send me ICND 1 and ICND 2 dumps, {email not allowed}

  74. Signalteam6
    December 27th, 2018

    Icnd 1 and ICND 2 dumps to b DOT drinx at g male dot commm

  75. Anonymous
    January 3rd, 2019

    Can someone please send me the ICND1 and ICND2 dumps? bobdob3000 @ gmail com

  76. Got a exam
    January 8th, 2019

    Please send to s1301445 @ gmail. Com I have an exam on the 10th

  77. Anonymous
    January 9th, 2019

    Some1 plz send me dump at goodgamefyou @ gmail dot com

  78. Anonymous
    January 13th, 2019

    Please send icnd1 dums on {email not allowed}

  79. Anonymous
    January 14th, 2019

    Please: Ditto could someone send me ICND 1 and ICND 2 dumps mbonilla6926 @ Gmail .com

  80. anonymous
    January 15th, 2019

    Please send the latest dumps for ICND1 and ICND2 jerome . l . munsamy @ gmail . com

  81. AJ
    January 17th, 2019

    can someone please send me icnd1 dump please jallohalhaji19 at yahoo dot com

  82. craigy
    January 18th, 2019

    Doing my test in 2 days! Please give me brain dumps and I will return the favor markthomasosullivan @gmail.com

  83. Anonymous
    January 18th, 2019

    can you send the icnd1 notes to travisbowling103 @ gmail.com

  84. Anonymous
    January 19th, 2019

    pls i need help with icnd1 and icnd2 i will be forever grateful to who so ever wish to help {email not allowed}

  85. Sunny Khan
    January 22nd, 2019

    hey Guys i need a help…any one have CCNA 200-125 dumps? please send me {email not allowed}

  86. Dan
    January 25th, 2019

    Please send the latest dumps for ICND1 djquazzi @ gmail . com

  87. Erin
    January 25th, 2019

    Hello,

    I am going to take may exam on March. Can you please send me the latest dumps at {email not allowed}

    Many thanks!!!!

  88. Erin
    January 25th, 2019

    Hello,

    I am going to take may exam on March. Can you please send me the latest dumps at edelacruz11118 @ gmail.com

    Many thanks!!!!

  89. vijitharan
    January 26th, 2019

    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}

  90. vijitharan
    January 26th, 2019

    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

  91. Smitty
    January 26th, 2019

    Hello,
    I am taking CCENT 100-105 next week. Can you please send me the latest dumps at js9856639 @ gmail.com

    Thank you!

  92. vasilid
    January 28th, 2019

    Can someone pl;ease send me the ICND1 dumps. Thanks in advance. wickedclown0813 @ gmail.com

  93. Rcube
    February 1st, 2019

    Can someone please send dumps – ryan.cubitt @ live .co .uk

  94. Anonymous
    February 4th, 2019

    send me latest dumps please {email not allowed}

  95. Anonymous
    February 4th, 2019

    send me the latest dumps please (365response @gmail.com

  96. loki
    February 6th, 2019

    can u plz send ICND 1 dumps to shaikh929 at gmail? thanks!

  97. makeme
    February 7th, 2019

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

  98. Anonymous
    February 11th, 2019

    Can you please send the ICND1 dumps to enidbeats@ gmail.com ? Thank you!

  99. Anonymous
    February 12th, 2019

    can you send the ICND1 dumps to keazy1324 at gmail ? Thank you!

Comment pages
1 7 8 9 10 11 326