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 5 6 7 8 9 11 326
  1. dzudzu
    October 24th, 2017

    guys i only see explanations here please help,m taking the exam next week

  2. hehehuhu
    October 24th, 2017

    dump me aswell pls 😛 meownzz at hotmail com

  3. sharminnie
    October 25th, 2017

    Hi, please send me dumps if anyone has them {email not allowed}

  4. sharminnie
    October 25th, 2017

    Hi, please send me dumps if anyone has them sharmynkayani1 at gmail

  5. Ravion
    October 25th, 2017

    Could anyone send me a dump please ?? I’m taking the exam next week monday !
    ravion.mase at gmail

  6. fares
    October 26th, 2017

    hello can you send new dumps i have exam after 7 days
    {email not allowed}

  7. fares
    October 26th, 2017

    hello can you send new dumps i have exam after 7 days

    my email : fares.sohar @ gmail

  8. Anonymous
    October 30th, 2017

    Hi everyone taking the ICND1 next week and looking for the latest dump for the exam. Please send it to {email not allowed}. Really grateful for your help.

  9. Vicky
    October 30th, 2017

    Hi everyone taking the ICND1 next week and looking for the latest dump for the exam. Please send it to v20172002 gmail. Really grateful for your help.

  10. Vicky
    October 30th, 2017

    from where to get the questions

  11. Anonymous
    November 1st, 2017

    Hello, can anyone send me the dumps for ICND1 and ICND2 please. I have the tests in the next week.

    numbchucked1 @ gmail

  12. Anonymous
    November 2nd, 2017

    can someone send me 101 -105 VCE dumps I have the VCE engine which I purchased for a high amount , you can send them on joseoluoch at gmail dot com please I am trying to re certify asap before end of the year

  13. Anonymous
    November 3rd, 2017

    Why dont you people do the same you are doing her for CCNA security 210-260
    I will be glad to subscribe and pay maybe 50 0r $100 for the subscription
    I study from your material the ICND and pass the exam
    Thanks

  14. Anonymous
    November 6th, 2017

    HI plz send me latest dumps for 100-105 cis84 @ Hotmail . com

  15. Mike
    November 6th, 2017

    Hi Taking ICND1, can anyone please advice is there any simulation in the exam?

  16. Anonymous
    November 6th, 2017

    Hi, can anyone send me the current dumps for ICND1? my exam is soon, I really appreciate it. {email not allowed}

  17. Anonymous
    November 6th, 2017

    PLZ send me icnd1 dumps at cis 84 @ hot mail . com

  18. Vicky
    November 7th, 2017

    how to view questions ?

  19. Fedex
    November 7th, 2017

    Pls send me the latest dumps for ICND1 100-105 on {email not allowed}

  20. Fedex
    November 7th, 2017

    Pls send me the latest dumps for ICND1 100-105 on fede ksinjo @ gm ail . com (all together)

  21. Vicky
    November 8th, 2017

    do i have to become a member to view questions?

  22. Anon
    November 8th, 2017

    Can someone please send me 100-105 dump to badedeji @ gmail com

  23. Synk
    November 9th, 2017

    Hello guys.
    Where can I find the document with the questions of ICND1 100-105?
    Do anybody need help?

  24. Manok
    November 9th, 2017

    Can someone please send me 100-105 dump to canele AT bol dot com dot br
    Please?
    Thank you

  25. Synk
    November 9th, 2017

    @Vicky I believe that yes. It’s necessary to become a member of the site.

  26. @Naked
    November 9th, 2017

    Good day all

    Could you kindly send me latest dumps for ICND1 100-105 to the following email address?

    {email not allowed}

    Thanks!

  27. @Tash
    November 10th, 2017

    Can anyone sent me a dump I’m writing
    next week. Thanks. Email {email not allowed}

  28. wonderkid
    November 10th, 2017

    HI. Are there any upto date ICND1 dumps please? Can I get a link? postagebin*mail.com or link here. thank you

  29. @Tash
    November 11th, 2017

    Any advice for ccna 1 when writing the exam ?

  30. Anonymous
    November 15th, 2017

    Hello My name is Jakub can you please send me ICND 1 Dumps I am writing test within 3 days. My email is {email not allowed}. Thank you very much

  31. Roboto
    November 16th, 2017

    Hi,

    Can you send me ICDN1 dumps to “{email not allowed}”? Thank you! Prepping and practicing for exam in next 2 weeks!

    Thanks

  32. @it
    November 21st, 2017

    May I have latest dumps of ICDN1 and ICDN2? Email jndropbox gmail com
    Thanks,

  33. SAMI
    November 21st, 2017

    CAN any one could send me the latest dump I would be eternally grateful. My email address is {email not allowed}

    Thanks

  34. Brian
    November 21st, 2017

    Hi, can anyone kindly send the latest dump to {email not allowed} (remove underscore)
    Many thanks in advance

  35. Brian
    November 21st, 2017

    Hi, can anyone kindly send the latest dump to {badedejiATgmail.com}
    Many thanks in advance

  36. Anonymous
    November 23rd, 2017

    Good day all

    Could you kindly send me latest dumps for ICND1 100-105 days, to the following email

    address? kenkims26 @ yahoo. c o m

    i have an exam after 7…

    Thanks!

  37. Tj nailaa
    November 24th, 2017

    Please help a lady out, icnd1 and icnd2 dump questions pease, email is tj4life34 at gmail dot com

  38. gebase
    November 25th, 2017

    {email not allowed} can i have icnd1 latest dumps please

  39. Sunil
    November 25th, 2017

    Pl share latest dump of ICND1 EXAM
    {email not allowed}

  40. Sunil
    November 25th, 2017

    sunilit50 @ gmail . com

  41. blizzard
    November 27th, 2017

    can someone plz send me dump? blizzardaaron at gmail.com

  42. John
    November 28th, 2017

    Dear friends i have test could you please send me latest dumps for ICND1 100-105 days. {email not allowed}

  43. John
    November 28th, 2017

    onoorzai 786 @ gmail . com

  44. S@S
    November 29th, 2017

    Guy any recent dumps for CCNA 200-125 ? my exam is next month, Thanks in advance. mdhasansas @ yahoo. com

  45. S@S
    November 29th, 2017

    Please

  46. Sam
    December 1st, 2017

    need ccna 200-125 DumPs

    Email is : chusama77 at gmail.com

  47. Nattty
    December 1st, 2017

    can I have icnd1 latest dumps, please? at {email not allowed}

  48. Nattty
    December 1st, 2017

    can I have icnd1 latest dumps, please? at nattytsigab at gmail.com

  49. doggy
    December 1st, 2017

    if you can get me icnd1 100-105 valid dumps i can send you ccna 200-125 valid dumps asap @sam

  50. VanDecker
    December 4th, 2017

    Where is QUestion…any1 can tell me

  51. Anonymous
    December 6th, 2017

    i need ccna 200-125 valid dumps ,if any one have kindly sent me i will be very thankful to you
    syedabdulhaseeb93 @ gmail com

  52. Brasiliannetworker
    December 7th, 2017

    can I have icnd1 latest dumps, please? coito_7 @ hotmail.com

  53. karushi
    December 7th, 2017

    Hello, my exame is in a few days… Any recent dumps for CCNA 200-125 ? karushi at live. com thanks a lot

  54. Erfan Mohseni
    December 9th, 2017

    Hello, dear friends I have a test can someone please send me latest dumps 100-105 {{email not allowed}}

  55. Anonymous
    December 9th, 2017

    hi guys my my test next week for ICND1 kindly email me dumps at cis84 @ hotmail.com

  56. CLeiton
    December 11th, 2017

    Hello, could someone send me 100-105? silvacleyton @ hotmail.com
    Thanks!

  57. Anonymous
    December 12th, 2017

    can I have icnd1 latest dumps, please? {email not allowed}

  58. Bread
    December 14th, 2017

    guys can you please help a brother out please with the latest dumps please I’ve failed twice already, and I have one more chance to make it please email to “sisonkmoss @ gmail . com “!!!

  59. Bread
    December 14th, 2017

    no it’s ” sisonkemoss @ gmail . com “

  60. SEJAL
    December 14th, 2017

    hi can u please send me new update file dec 2017. because i could not see any nat simulation question. eventhough i tried to find question with ans but i can see only answers no question. my email-id is {email not allowed}. plz send me asap.i vl give my test on next week

  61. Gueslin
    December 18th, 2017

    Hi everyone Im taking the exam first week of next month, can anyone send me a dump please. my email: {email not allowed}

  62. Gueslin
    December 18th, 2017

    it’s “gueslin21 @ yahoo . fr

  63. Anonymous
    December 18th, 2017

    hey guys I am taking my test in 2 weeks, if anybody can please me the latest dump, I will be very mu appreciated. please my email {email not allowed}
    I struggle on ACL so please help out.

  64. SKORYER
    December 18th, 2017

    If anyone can please send me a dump of ICND1 I would really appreciate it, I have an exam coming soon. Please send it to Skoryer at gmail

  65. Anonymous
    December 20th, 2017

    Please send me a copy of icnd1 icnd2, will pass it on to anyone might need them, testing end of this month send to tlbh05 at yahoo

  66. ziemliech
    December 20th, 2017

    plese someone send solution of icnd2 200- 105

  67. ziemliech
    December 20th, 2017

    ziemliech…
    mail: {email not allowed}

  68. ziemliech
    December 20th, 2017

    mail…. leon.atuncar [[[[g-mail]]]]

  69. Danny
    December 22nd, 2017

    Hi all,

    Please send me a copy of icnd1, I having exam next week.

    Email : khang.wmk1212 @ gmail.com (no space before and after @)

    Thank you.

  70. shanks
    December 24th, 2017

    Hi, can someone please send me the latest dump for 200-125?
    it will be a huge help.
    Email is {email not allowed} (two v)

  71. shanks
    December 24th, 2017

    Hi, can someone please send me the latest dump for 200-125?
    it will be a huge help.
    Email is Navehvv @ gmail.com (two v)

  72. Big G
    January 1st, 2018

    Can someone send 100-105 dumps to gharden2911 [[[att]]] . net?

  73. Anonymous
    January 1st, 2018

    Can someone send 100-105 latest dumps MY EMAIL {email not allowed}

  74. Anonymous
    January 1st, 2018

    Can someone send 100-105 latest dumps ***{email not allowed}

  75. Anonymous
    January 1st, 2018

    Can someone send 100-105 latest dumps SUHAIL1384 @ GMAIL . COM

  76. miutus
    January 1st, 2018

    Hello,
    please some one send me the last 200-125 Dumps, i have the exam, next Week.
    Ma*il:alexanderpetrosky-@-yahoo-.c-o-m

  77. Anonymous
    January 1st, 2018

    Hello guy please may someone please send me the last 100-105 damps i have exams to prepare for in two weeks. Please thanks in advance

  78. A-JON
    January 1st, 2018

    Please guys am asking for last dumps 100-105
    Exam in two weeks please guys please my email {email not allowed}

  79. A-JON
    January 1st, 2018

    {email not allowed}

  80. Mac Add
    January 2nd, 2018

    Hi, I will be really appreciate if someone will send me the last 100-105 damps.
    macadd2018 @ gmail. com

  81. BB7
    January 2nd, 2018

    Hi,
    Same as Mac Add please, 100-105 Dumps.
    bpm1974 at gm
    Thanks

  82. dumper
    January 4th, 2018

    Please send latest dump of 100-105. I failed first attempt!
    cassied87 at gmail

  83. Anonymous
    January 4th, 2018

    Please send latest dump for the ICND1 and ICND2 test.
    ccb8sccb8s at gmail

  84. Anonymous
    January 4th, 2018

    Pl share latest dump of ICND1 EXAM

    geffry1 at gmail

  85. sHinRei
    January 6th, 2018

    Hello everyone!! can someone send me latest ICND1 100-105 dumps.. Please send me at shinrei07 at gmail dot com thnx..

  86. downtown scotty
    January 7th, 2018

    Can someone please send latest dump of CCENT 100-105 to {email not allowed} please. failed the first time. please help!!

  87. downtown scotty
    January 7th, 2018

    Can someone please send latest dump of CCENT 100-105 to urbbie123 at yahoo dot com please. failed the first time. please help!!

  88. downtown scotty
    January 7th, 2018

    Wrong email above. apologize!

    Can someone please send latest dump of CCENT 100-105 to urbbie1234 at yahoo dot com please. failed the first time. please help!!

  89. tj
    January 8th, 2018

    please send the latest 200-125 dump to {email not allowed}

  90. tj
    January 8th, 2018

    please send the latest 200-125 dump to thenetworkdummyatgmaildotcom

  91. Faizi
    January 9th, 2018

    Hi Friends!

    can someone send me latest ICND1 100-105 dumps.. Please send me at faizankhan444 at gmail dot com thnx..

  92. Donald
    January 9th, 2018

    Hello All,

    Can someone please send me the latest ICND 100-105 dumb. My email is passdatkush5 @ gmail com(nospace before the @). Thanks!!!

  93. Eric
    January 10th, 2018

    Anyone have the latest dumps? Would like to test my knowledge before taking the test. eric198423 at yahoo dot com. Thanks!

  94. James
    January 10th, 2018

    Please help. I have my ICND 1 test on the 19th of Jan. Does anyone have the latest dumps? If so please email me at {email not allowed}. Thank you in advance.

  95. The 1
    January 11th, 2018

    Today I took my exam ICND1 and passed with 868. Definitely those version 3 questions (the new questions are on there). At least about 40 of them. And the DHCP SIM is the same. Thanks 9TUT

  96. Anonymous
    January 11th, 2018

    Please send latest dump for the 100-105 test.
    ccb8sccb8s at gmail

  97. Big G
    January 12th, 2018

    Please send latest dump for 100-105 to gharden2911 at gmail

  98. Anonymous
    January 16th, 2018

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

  99. Andy
    January 21st, 2018

    Please send latest dump to jerryklipton at gmail.

  100. Ali
    January 22nd, 2018

    Please send latest dump for ccna a _ kunashev @ mail ru

Comment pages
1 5 6 7 8 9 11 326