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 4 5 6 7 8 11 326
  1. Anonymous
    March 14th, 2017

    Rob, you are a legend.

  2. nobs
    March 16th, 2017

    Hey Jerry, how many simulations were in icnd1. Congratulations on your achievements.

  3. Fakefake
    March 16th, 2017

    Hey @Rob thanks very much for the dump, Did you take the exam recently? and did this dump reflect the questions that were on there.

  4. Anonnymous
    March 20th, 2017

    Por favor compartir examen my email: {email not allowed}

  5. Anonymous
    March 20th, 2017

    thanks Rob! you r rock

  6. Nickname
    March 20th, 2017

    Guys; please send here the link with 284 dumps or any dump with more than 221 questions. this is the only one i find on other free sites

  7. Fling
    March 21st, 2017

    Hi Rob, I am going to be sitting for the exam soon but wanted to know how to get the dump.
    Thanks

  8. Fling
    March 21st, 2017

    Rob, disregard my question. I found it. Thanks for your help.

  9. Tazz
    March 27th, 2017

    Hi guys i am writting icdn1 sometime this week please help with dump link

  10. Tokkie
    April 5th, 2017

    I see expanations but no questions. Where can I found the content of the questions ? Sorry but newbie here.

  11. Fazz
    April 16th, 2017

    Am gonna write ICND1 on 18th of this April . Any suggestions ? Any of u wrote the exam in this month ?

  12. Anonymous
    April 19th, 2017

    ospf is not part of icnd1 100-105 as per cisco website…why we have so many questions on ospf in dumps.Are these dumps real?

  13. Anonymous
    April 19th, 2017

    ^Was thinking the same dam thing. Wth is up with all the OSPF?!?!

  14. Anonymous
    April 22nd, 2017

    If any of you guys had the lastest dumps or anything please could you share , I’ve come short twice with this exam (788,813) I really want to just pass πŸ™

  15. Easy
    April 24th, 2017

    Just failed the exam today..had 801

  16. Anonymous
    April 25th, 2017

    Any recent dumps?

  17. Anonymous
    April 25th, 2017

    taking the exam in May is there a more recent dump?

  18. Anonymous
    April 26th, 2017

    Hey I will take a test next week. But I need to learn that how to find dumps form link below;
    http://www.filedropper.com/100-105updatedasofmarch2017

    I haven’t seen this.Do I need to sign in?

  19. Cat
    April 29th, 2017

    I have taken the exam twice and I am falling short 790/810. Where can I find the dump questions?

  20. need help my test is next week for the 100-105
    April 30th, 2017

    Rob where can I get this information from I couldn’t download it..

  21. need help my test is next week for the 100-105
    April 30th, 2017

    Can anyone that pass the test for 100-105 please email me any dump they have for this exam please… {email not allowed}
    my test is next week and need help…

  22. Bob-doe
    May 3rd, 2017

    Does any one have any updates to how they did using the info Rob provided? I d/l it am ready to go next week. just looking to see if there are any changes that need to be made.

    thanks! oh and Rob, thanks for the great work!

  23. Anonymous
    May 4th, 2017

    rob you are the best.

  24. Gray
    May 4th, 2017

    Failed on 1-May with 800, retesting 7-June. This time I will incorporate Rob’s dump and see how I do. Only (1) LabSim and it was the DHCP one that is on here which is relatively easy – seemed like there was some new material but don’t remember much..

  25. Mr. Alp
    May 10th, 2017

    Hi, this dump posted by Rob is really valid?

  26. Anonymous
    May 12th, 2017

    @Mr. Alp yes. but some answers needs to be corrected

  27. Nirbad
    May 12th, 2017

    @rob you ROCK man!! I passed today….slightly tweaked of Rob’s version….moving to ICND 2

  28. vijay
    May 12th, 2017

    Guys are there any simulations question in icnd1 100-105 ?

  29. Raider
    May 12th, 2017

    Guys im writing ICND 1 next month, any dumps?

  30. ANI
    May 14th, 2017

    Hi I just signed up as a premium member and I CAN see all CCNAv3 questions and answers but when I want to see the ICND1 and 2 Q&A it asks me to log in and when I do it says incorrect user name and password. why is that?

  31. jane woken
    May 16th, 2017

    hi guys,
    can someone send me the dumps according the answers of this site for ICND1???? please please please. I really neeeeeeeeeeeeeeeed it. my email address is jane_woken52 at yahoo.com . It will be big help. Pleeeeeeeeeeeeeeeease .

    my email address is jane_woken52 @ yahoo.com

  32. natutota
    May 16th, 2017

    Anyone has valid 100-105 vce dumps?
    If yes – can you please send it? My email is natutota at tutanota.com
    And give me your payback email (or different way) to send you my return πŸ™‚

  33. jane
    May 17th, 2017

    hi guys,
    can someone send me the dumps according the answers of this site for ICND1???? please please please. I really neeeeeeeeeeeeeeeed it. my email address is jane_woken52 at yahoo.com . It will be big help. Pleeeeeeeeeeeeeeeease .

    my email address is jane_woken52 @ yahoo.com

  34. jane
    May 17th, 2017

    hi guys,
    can someone send me the dumps according the answers of this site for ICND1???? please please please. I really neeeeeeeeeeeeeeeed it. heeeeelp me please πŸ™ πŸ™ .

    my email address is jane_woken52 @ yahoo.com (no spaces before and after @ sign)

    πŸ™ πŸ™

  35. Jabu
    May 18th, 2017

    hi -Anyone has valid ICND1 dumps?Please email alok_gusain @ yahoo.co.nz

  36. Fahim
    May 18th, 2017

    HI friends anyone have latest ICND1 100-105 dumps with answer

  37. Anonymous
    May 23rd, 2017

    Hi friends, why do you think that Rob’s dumps are not already valid? how often dumps are changed?

  38. Fox
    May 23rd, 2017

    hi gusy >>
    I have taken the exam twice and I am falling short 816/825. Where can I find the dump questions?

    if any know where i can find valid dumps pls let me know >>>

  39. Fox
    May 23rd, 2017

    i will try rob dumps look like good dumps and i find lat of Question in exam matching rob dumps>>

  40. Mamito
    May 29th, 2017

    hi guys .I was mocked by the exam today.where can I get valid dumps?

  41. hackker777
    June 7th, 2017

    @ MAMITO, hows the exam?

  42. john
    June 14th, 2017

    hey Team,

    anyone has dumbs for 100-105?
    if you have any please reply!!

  43. paradise
    June 17th, 2017

    Guys, probably ROB dumbs are ok. But for sure are not updated. There are too many questions about OSPF which is not on ICND1. So, probably are very old questions from the 100-101 exam. Or maybe are also some valid questions but is hard to say.

  44. alm
    June 19th, 2017

    hi there, i don’t see any questions for the icnd 1 100-105 test. i only see the answers. Can i downlod the questions and answers as pdf file. Please help

  45. beamy
    June 20th, 2017

    Rob’s dump has a massive amount of OSPF questions. OSPF was not in CCNA1 and CCNA2.

    Are there a massive amount of OSPF in the icend1-100-105 exam?

  46. Anonymous
    June 22nd, 2017

    Took the icnd 1 today, only one of the questions in Robs dump was included.

  47. Enva
    June 27th, 2017

    @Anonymous only one simulation or one question at all?
    And did you pass?

  48. yeet1000
    July 2nd, 2017

    did anyone take the icnd1/ ccent is this still the same stuff?

  49. Moni
    July 3rd, 2017

    hello, Please anyone send me the latest dump of 100-105 ICND1 [hr82bd @ yahoo.com (no spaces before and after @ sign)]
    @Rob, thanks a lot for sharing.
    i want to sit for exam next month (aug, 2017).

  50. Art Vandelay
    July 4th, 2017

    Are these still valid?

  51. coolgirl
    July 6th, 2017

    am gonna write my ccna exam on monday 10th july, plz guys share me any damp of 200-125

  52. kabir
    July 10th, 2017

    i can’t see any questions can see only answers. whats going on??

  53. gats
    July 11th, 2017

    anyone with icnd1 latest dumps

  54. Ccent25
    July 14th, 2017

    Passed today with 848 using ensurepass, but there new questions that weren’t on the PDF.

  55. ccna55
    July 15th, 2017

    hello guys. exam is on the 19th. anybody has the most recent dump that I can get ?

  56. Anon
    July 15th, 2017

    Used Jolie’s dump 322q. Still valid.

  57. Ratty
    July 15th, 2017

    Hi, is someone able to re-upload dumps from Abram or Jolie? I am going to ICND 105 this month. Thanks a lot.

  58. ccna55
    July 15th, 2017

    Can someone please re-upload Jolie’s or Abram’s dump here so that we can download ?

  59. Justin Bieber
    July 15th, 2017
  60. cassie
    July 26th, 2017

    hi Rob do ypu perhaps have for incd2?
    http://www.filedropper.com/100-105updatedasofmarch2017

  61. DJ
    August 1st, 2017

    I took the exam today and failed it big time with a 673. I only studied for a week using 322q. I only was able to study the first 90 questions in the dump and saw many of them on the exam. I am sure when I go back in three weeks I will pass it….

  62. Anonymous
    August 3rd, 2017

    Hi Guys can you please send me ICND1 dump manrique . nazly @ gm ail at com. Thanks

  63. ATL
    August 7th, 2017

    Are the links on this page that download dumps equal to the 322q one that is said to be like the current exam

  64. Trigga
    August 9th, 2017

    Hello guys, why ospf in the ICND1 dumps?

  65. Abusher
    August 10th, 2017

    Hello guys, anyone has a dump for 210-060 CISCO CICD exam? If you do, send it to email:
    {email not allowed}
    Thank you

  66. Thap
    August 10th, 2017

    Hi, please help with icnd1 to godlipt at gmail dot com

  67. DJ Slick
    August 11th, 2017

    Hi everyone,

    Anyone got the latest icnd 1 and 2 test dump available to past along.
    please send it to slick351mustang4u AT hot mail com

    Many thanks

  68. that guy
    August 15th, 2017

    anyone have the 100-105 dump file of the real exam q&a? or know where i can get it for free i take the test 2 days from now please email me
    {email not allowed}

  69. that guy
    August 15th, 2017

    email is overdoseoffical outlook
    @ .com

  70. hassan
    August 16th, 2017

    thanks man . its helpfull.

  71. KL
    August 23rd, 2017

    regard to Q8, it is a bit funny,
    the question says “it does not have the destination address”.
    but the correct answer is :
    “Send out an ARP request with the destination IP address.”

    the only explanation is: the destination address in the question is the destination’s MAC address”

  72. Sam
    August 26th, 2017

    Please send me the ICND1 brain dump at {email not allowed} . I have exam this weekend please.

  73. Sam
    August 26th, 2017

    Please send me the ICND1 brain dump to me at sam.aryee @ gmail.com please. I have exam this weekend.

  74. Anonymous
    August 28th, 2017

    Could someone please send me the latest dumps please?
    Thanks
    Phcoyotes2011@yahoo.c o m

  75. ccentguy
    August 29th, 2017

    please send latest dumps to ibuyforyou1996
    @ gmail. c o m

  76. Jimmy
    August 30th, 2017

    I had the exam ICND 1 yesterday and I had a DHCP lab that totally threw me off. I could’nt get it working ,they had changed all the IP addresses and even though I carefully checked my IPs I could’nt fix the problem. I had used dumps from various sites. Lesson learnt is dumps are really good but never too rely totally on em. I will go in a month again but this time more practice. GL

  77. prof
    September 3rd, 2017

    hi Rob, could kindly help me out. I’m desperate for icnd1 dump to help with my preparation. I will be taking the exam this week. could u kindly send me a link to download the most recent icnd1 dump. pls, I would appreciate this. Many thanks

  78. Prof
    September 4th, 2017

    Hi, can someone pls help with the most recent icnd1 dump. Thanks so much… {email not allowed}.

  79. Thesadjoker
    September 6th, 2017

    Hi everybody,
    Can someone (maybe Rob πŸ™‚ help with the recent icnd1 dump. Thanks!
    Thesadjoker @ gmail com

  80. Anonymous
    September 7th, 2017

    Guys ima newbie where is the questions or dumps please email – {email not allowed}

  81. Anonymous
    September 7th, 2017

    Hi everybody – Newbie – Please email questions or dump to hishamojee @ gmail.com

  82. LAWD
    September 7th, 2017

    Here engineers . any one with the lates ICND 1 DUMP

  83. LAWD
    September 7th, 2017

    HELLO ENGINEERS HELP ME WITH THE LATEST ICND 1 DUMP

  84. Kenretz
    September 17th, 2017

    Hi everyone Im taking the exam first week of next month, can anyone send me a dump please. my email: kenny2438@yahoo.c o m

  85. Kenretz
    September 17th, 2017

    dump for ICND1

  86. Pinnochio
    September 18th, 2017

    taking ICND1 next weekend can someone please share the latest dump for this exam, appreciate it..
    {email not allowed}

  87. Pinnochio
    September 18th, 2017

    taking ICND1 next weekend can someone please share the latest dump for this exam, appreciate it.. RosarioAcosta@ g m a i l . c o m

  88. kanny123
    September 20th, 2017

    About to write ICND1 next week can someone please share the latest dump for this exam, appreciate it on {email not allowed}

  89. tmack
    September 20th, 2017

    Hi everyone taking the ICND1 next week and looking for the lastest dump for the exam. Appreciate it…. {email not allowed}

  90. tmack
    September 20th, 2017

    t.genesse @ gmail.com

  91. Tahir
    September 22nd, 2017

    Hi everyone taking the ICND1 next week and looking for the lastest dump for the exam

    {email not allowed}

  92. Alas
    September 28th, 2017

    @Dary all questions are the same? how about the questions here in 9tut? did some of them appeared in the exam? are the questions here in 9tut are kinda the same in dumpsforsure?

  93. Nompumelelo
    September 29th, 2017

    Hi guy can u please send me the latest ICND 1 DUMP i’m writing next week please help…

  94. Nompumelelo
    September 29th, 2017

    Hi guy can u please send me the latest ICND 1 DUMP i’m writing next week please help…My E-mail address is {email not allowed}

  95. Nompumelelo
    September 29th, 2017

    Hi guy can u please send me the latest ICND 1 DUMP i’m writing next week please help…My E-mail address is skosanalucia @ ymail.com

  96. owake
    September 29th, 2017

    Hi i am carlos, can yours please send me the latest ICND 1 DUMP.
    mail {email not allowed} Thanks

  97. MrC12
    October 3rd, 2017

    Guy can you send me dumps for ICND1? my exam is next week, thanks. mrrccode @ gmail . com

  98. wendymatrose
    October 7th, 2017

    hi everyone, can someone post questions for 9tut for ICND1 please? i only see the Explanations

  99. sciely
    October 18th, 2017

    anybody who had a good heart. can anyone send me the dumps of icnd1 100-105. advance thanks… {email not allowed}

  100. Anonymous
    October 23rd, 2017

    i want last dumps because i have exam after one week

Comment pages
1 4 5 6 7 8 11 326