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 2 3 4 5 11 326
  1. Ahmed
    March 28th, 2015

    q2, 3, 5, 6, 7, 9 in exam today

  2. sam
    April 2nd, 2015

    I also need ICDN 1 , latest exam or any subject questions you can remember , samjade2011@aol.com

  3. Diogo
    April 4th, 2015

    Hello, Could someone please sendo me the last dump for icnd1 100-101 at dcturra@yahoo.com.br? Thank

  4. ACaller
    April 5th, 2015

    Hello Everyone,

    Passed ICDN today 970/1000 – THANK YOU 9tut and community.

    Not only you guys ROCK, but also EVERY question/answer on this site is dead on target.
    In my exam today I had three SIM questions, one of which was the “Show Configuration Sim” posted here.

    The only advice I can reinstate is to watch out as the numbers, answers and requirements for each questions (specially the SIMs) DO change and the answers will not be exactly the same. Though the question is precisely the same.

    Also, know your subnetting from A-Z and Z-A. Many subnetting questions on the exam most of which you can practice here. Though, different IP addresses and subnets are provided on the exam, but the concept is the same.

    Lastly, the membership fee on this site is well worth every penny. It really helped me to pass my exam today. Going for ICDN2 next week.

  5. Anonymous
    April 15th, 2015

    Hi guys, anyone has vce 1.3.2 cracked version?

  6. Anonymous
    April 15th, 2015

    q2,5,8,9 and 10 were in the exam

  7. Andy
    April 16th, 2015

    Can someone please pass the ICND1 dumps @ san001_2001@yahoo.com.

  8. Aaron
    April 17th, 2015

    Could someone please email the latest dumps for icnd1/2 to a.vanderpool1@yahoo.com

  9. jg
    April 18th, 2015

    can someone please send me the latest dump of icnd1 and icnd2 to jernessgethers@yahoo.com. thanks.

  10. Anonymous
    April 24th, 2015

    Question 2, 5 and 9 were in the ICND1 exam I took recently, 9 tut is really helpful to pass this exam. If you know subnetting, understand all basic concepts and practice all questions on 9tut. you will surely pass the exam. Great job 9 tut…

  11. Giovan Alarcon
    April 26th, 2015

    Hi Guys, Question 1,2,5,7,9,10 were in the ICND1 that i take it the last friday…Good look 🙂

  12. Tudor
    April 28th, 2015

    Hi Guys, please send me the latest dump for icnd1 to nosferatu_ev@yahoo.com
    I am ready to go and take but can someone help me pls with this dumps

  13. Jim R
    May 1st, 2015

    Question 8 answer is misleading. The question states the host does not have the destination ip address. Answer D states: sends out an ARP request with the destination IP address.
    The answer D should say. D. sends out an ARP request in order to obtain the destination IP address.
    The answer makes you believe the host already knows the destination IP by using the word “with”.

  14. Jim R
    May 1st, 2015

    I am new here, but I am trying to understand what is meant by the “latest dump” for ICND1.

  15. Hussnain
    May 5th, 2015

    Today I successfully completed my ICND1 Exam with 881 marks 🙂 almost all questions were from 9tut. 9tut Guys you just Rock :))

  16. user
    May 6th, 2015

    thank you soooooooooooo much Guys :)) i just passed it with 920 marks, 90% of the questions i got it from you 9tut, you’re really AWESOME 🙂 🙂 🙂

  17. fvvzxczczczdsdd
    May 6th, 2015

    dfsdf

  18. Kekura kamara
    May 8th, 2015

    Please help me pass my C.C.N.A exams am looking for latest dumps email me @ kekurakamara@yahoo.com

  19. Anonymous
    May 8th, 2015

    anyone out there who has latest 9tut dumps plse help and i am saying plse guys i know someone out there has them be kind and help me email me @ = charleskanyepi@yahoo.com plse

  20. Anonymous
    May 14th, 2015

    hi guys ,i have exams nextweek kindly send me the latest dumps please t0 gmboya12@yahoo.com

  21. Anonymous
    May 20th, 2015

    Guys got my CCENT exam in a week, Could someone please send me the latest dumps?email raywa@comcast.net

  22. jhousden9
    May 20th, 2015

    Hi,

    I have my ICND1 exam in a couple of weeks. If anyone has the latest ICND1 dumps please could you send them to jhousden9@googlemail.com?

    Thanks.

    🙂

  23. Anonymous
    May 20th, 2015

    Thank you sooooooo much 9tut I passed my ccent exam

  24. Anonymous
    May 20th, 2015

    Everybody just stud everything from here and you will be good

  25. Anonymous
    May 22nd, 2015

    hey guys please send me dump questions

  26. Anonymous
    May 26th, 2015

    Latest dumps for ICDN1 to prestonferrin32@yahoo.com? Thanks!

  27. UKH
    May 27th, 2015

    Please could someone send me the latest dumps to ukhursty@icloud.com

  28. Tiffany
    May 30th, 2015

    Exam coming up and wondered if anyone could send me the most recent dumps?? Tiffany73@icloud.com

  29. oscarrito
    June 1st, 2015

    Hi guys im taking the icnd1 exam next week can someone please send latest dump for ICND1 to igamoore@live.co.uk

  30. Paul
    June 3rd, 2015

    please any one share me the latest dumps of icnd1 please meet_paul777@yahoo.co.uk

  31. Anonymous
    June 5th, 2015

    Hi All…can someone please send me the latest dumps for ICND1? THANKS evansj51@yahoo.com

  32. Muhammad Shoaib
    June 6th, 2015

    Plz tell me anybody which chapetrs cover to icnd 1 plz

  33. Thomas
    June 7th, 2015

    Hi. can someone please send the latest dump to me as well? tomleon@outlook.com
    i would appreciate it, greatly…

  34. gis
    June 11th, 2015

    passed my icnd1 exam yesterday…

    1.GOD
    2.Todd Lamle
    3.CBT nugget
    4.9tut

    Thank you guys…

  35. mario
    June 15th, 2015

    I am taking the CCENT in two weeks. Are there more recent test questions available ?
    luckypup@gate.net

  36. Anonymous
    June 18th, 2015

    help me you carminativ@yahoo.com

  37. Eli Suwarso
    June 20th, 2015

    Just passed ICND1 960/1000 , Thanks 9tut, all question is accurate

  38. Ken
    June 20th, 2015

    People, there is no need to ask for dumps! Everything you need is on 9tut. Don’t be cheap and spend the $9 for premium access. It’s $9 for crying out loud and well worth it. I just passed the ICND1 two hours ago with a 973 and had 20 minutes to spare. This is what I can tell you.

    1. Don’t depend on memorizing the questions and answers. KNOW YOUR MATERIAL!
    2. Know your show commands and know what each security lines mean.
    3. Some questions and answers will be tweaked out so please know your material!
    4. Spend the $9 for premium and try to complete all 15 composites quizzes and sims. If you pass them then you’re ready for the test!

  39. Anonymous
    June 22nd, 2015

    What are you using to read the files.

  40. Gogo
    June 23rd, 2015

    @Ken how do u get doz kind of things u mentioned

  41. Jemal
    June 25th, 2015

    Will you please send the latest exam on this address jemoo_2@yahoo.com

  42. Anonymous
    June 26th, 2015

    guys i got the dumps from this link
    wurl. cc/dumps

  43. Clark
    June 29th, 2015

    Hi all this is a great site. I am taking my CCENT test month can someone send me the Dumps at supergeekninja@yahoo.com ?
    i would really appreciate. Thank you soo much in advance

  44. Gogo
    July 1st, 2015

    Taking my test tomorrow guys hopping to Pass
    I used 9Tut
    N dumbs
    God

  45. Smiley
    July 3rd, 2015

    this exam am getting ready for does 9tut really help

  46. Reenesh
    July 6th, 2015

    Dumps

  47. akash
    July 6th, 2015

    Hello guys
    i am going to start preparation for ccna exam so can you guys sugeest me which material first i should refer.

  48. M.Hassan
    July 7th, 2015

    Thanks alot 9tut.net
    All questions in the exam
    Pass 6-7-2015
    M.Hassan
    Gawad_Elnile
    KSA

  49. pon
    July 11th, 2015

    good stuff

  50. 9tut
    July 13th, 2015

    @all: We had to move all the questions and answers out of 9tut. We can only keep the explanation. You can download the questions and answers at: https://mega.co.nz/#!oIdESYbD!yyu33vygrfKPy4rcmcbV6qW2fxINNoTokuDM3CjA_og

  51. Anonymous
    July 14th, 2015

    where are the question ?
    is the exam pattern changed ?one has to give questions to the answers?

  52. Anonymous
    July 14th, 2015

    where are the question ?
    is the exam pattern changed ?one has to give questions to the answers?

  53. 9tut
    July 14th, 2015

    @Anonymous: Cisco sued pass4sure because of posting their questions. So we think we would better remove their copyrighted questions before they sue us. We are vey sorry for the inconvenience we caused. Please use the PDF file for questions instead.

  54. Anon
    July 14th, 2015

    Get error trying to download the pdf?

  55. DJ
    July 15th, 2015

    is it just me? why I cant’t see the questions and answer, only the explanation.

  56. 9tut
    July 15th, 2015

    @Anon: You can download the PDF file at: http://www.4shared.com/office/WXdZDq7Xce/ICND1_2_Questions_July_2015.html
    @DJ: Please read my above comment.

  57. Cookiemonster
    July 15th, 2015

    What about for the Premium members?

    Are the Questions/Answers removed for Everyone?

    thank you

  58. Derek Navin
    July 16th, 2015

    where are the simulations?

  59. TicoMad
    July 16th, 2015

    just passed my ICND1….thx a lot 9tut!!

  60. Stephan
    July 17th, 2015

    How come I can’t see the questions anymore?

  61. 9tut
    July 18th, 2015

    @Stephan: We had to remove the questions because of copyrighted issues. We can only keep the explanation. We are very sorry for the inconvenience we caused. You can download all the questions at: http://www.4shared.com/office/Iz0lRRFLba/CCNAquestions_Jul_7_2015.html

  62. sh
    July 18th, 2015

    why there is no quastion just answer

  63. Anonymous
    July 19th, 2015

    please email me the latest dumps jan.baber@googlemail.com
    thanks

  64. Norm
    July 20th, 2015

    @9tut, Going about your method seems to come with spam and unwanted downloads, is there a more simple way of going about obtaining the material? good thing I printed ICND1 but now 2.

  65. 9tut
    July 20th, 2015
  66. MaxH
    July 20th, 2015

    @9tut, I cant see the questions. Do I ned a membership? If so how? Also, I cant get to mega.co.nz. Is that a USA problem?

  67. 9tut
    July 21st, 2015

    @MaxH: We had to remove the questions because of copyrighted issues. We can only keep the explanation. We are very sorry for the inconvenience we caused. You can download all the questions at: http://www.4shared.com/office/WXdZDq7Xce/ICND1_2_Questions_July_2015.html

  68. Member1
    July 21st, 2015

    There is an error while opening CCNA 200-120.I have taken premium membership and I cannot access the site. I am taking the exam in 2 weeks.

  69. None
    July 22nd, 2015

    I am a member. Why can’t I see the log in button. Also where is the knowledge base?

  70. RICHARD CHIRWA
    July 22nd, 2015

    help a brother iam having exams next month chirwarichard@ymail.com

  71. TOny
    July 26th, 2015

    Thanks 9tut i passed my ICND1 with 900/1000

  72. Ced
    July 26th, 2015

    What happened to the questions. I only see the explanations.

  73. 9tut
    July 27th, 2015

    We had to remove the questions because of copyrighted issues. We can only keep the explanation. We are very sorry for the inconvenience we caused. Please download this PDF file to see all the questions: https://mega.co.nz/#!oIdESYbD!yyu33vygrfKPy4rcmcbV6qW2fxINNoTokuDM3CjA_og

  74. john
    July 27th, 2015

    Also, can someone explain what are dump?

  75. Anonymous
    July 28th, 2015

    where is the question??

  76. Anonymous
    July 28th, 2015

    only explanation….there is no question?
    how can i find out the question

  77. Norm
    July 30th, 2015

    Has anyone had luck downloading the information from the provided information by 9tut? https://mega.co.nz/#!oIdESYbD!yyu33vygrfKPy4rcmcbV6qW2fxINNoTokuDM3CjA_og

  78. TIMOTHY
    August 1st, 2015

    Any one plz send me the icnd1 icnd2 exam dumps to my mail I’d trbabu@igiat.com

  79. Anonymous
    August 3rd, 2015

    @9tut is this link has valid ?s for both ICND 1/2 http://www.4shared.com/office/WXdZDq7Xce/ICND1_2_Questions_July_2015.html

  80. Asaq
    August 3rd, 2015

    For anyone could not download from link above, use this link instead: http://www.mediafire.com/view/686kvdms48m67k7/ICND1_2_Questions_July_2015.pdf

  81. Anonymous
    August 4th, 2015

    Hi guys, Please send me the latest dumps for CCNA 200-120, I will be very thankful to you.

  82. the one
    August 4th, 2015

    please guys if you have the latest dumps for CCNA 200-120 to kg@biq.co.za

  83. madhatter
    August 6th, 2015

    Where did the questions go. I only see answers

  84. Anonymous
    August 7th, 2015

    The amount of people who can’t read astound me.

  85. Anonymous
    August 8th, 2015

    Hi @9tut is the Voicetut site down for good?

  86. dust
    August 12th, 2015

    How do you become a member with 9tut? I keep reading about a premium membership, but I can’t find anywhere on the site to register.

  87. Jessica
    August 14th, 2015

    I cannot see the questions on my iPad or MacBook Air. Has anyone else had this problem? CCENT exam in 2 weeks- difficult to study without the questions :/

  88. Jessica
    August 14th, 2015

    Did someone shutdown 9tut???? There’s no questions anymore and where is the link to join a premium membership???

  89. Jessica
    August 14th, 2015

    Cisco sucks man. Suing the little guys? Seriously?

  90. Jessica
    August 14th, 2015

    @9tut thanks for the link to the downloadable questions!! Wishing the best for you guys with Cisco.

  91. Kalyani
    August 15th, 2015

    Where can I get the questions?

  92. Train
    August 15th, 2015
  93. WillC
    August 17th, 2015

    what happened to the premium zone???????

  94. Anonymous
    August 18th, 2015

    I only view the explanations and I couldn’t see the questions. how can I get the questions and explanations together?

  95. JayQu
    August 19th, 2015

    I’m taking ICDN1 in on the 27th of August can someone please send me the latest dumps?

  96. Cyrilay
    August 19th, 2015

    Hello can someone help me out so that i can also share my testimony, i need the latest dumps from 9tut, please send it to me on cyrilfiifi@mail.com and i will forever be grateful to you,,, Thanks to you for your help

  97. JayQu
    August 20th, 2015

    Hey 9tut are these the exact answers on the test or they are just similar? I suppose they will be all out of order as well. Can anyone tell me how they are?

  98. Zulu
    August 26th, 2015

    Cool stuff,
    I’m actually now attending the ICND1 for 5 days. I think i will take the exam on monday next week, nothing hectic…..

  99. Anonymous
    August 30th, 2015

    people that currently wrote the exams, is there much changes

  100. Ryan
    August 30th, 2015

    If anybody could forward me the latest dumps for ICND1 it would be appreciated.

    r_harvey121@msn.com

Comment pages
1 2 3 4 5 11 326