Home > WAN Questions

WAN Questions

September 10th, 2011 in ICND1 Go to comments

Here you will find answers to WAN Questions

Question 1

As a network technician, you must know the various layers of the OSI model. At which layers of the OSI Model do Wide Area Networks operate in? (Choose two)

A. Physical Layer
B. Datalink Layer
C. Network Layer
D. Session Layer
E. Transport Layer
F. Presentation Layer
G. Application Layer


Answer: A B

Explanation

Frame Relay is a high-performance WAN protocol that operates at the physical and data link layers of the OSI reference model.

Question 2

Network equipment supporting the use of flow control mechanisms has been recently installed in the network. What is the purpose of flow control in a data network?

A. It ensures that data is retransmitted if an acknowledgment is not received.
B. It reassembles segments in the correct order on the destination device.
C. It provides a mechanism for the receiver to control the transmission speed.
D. It regulates the size of each datagram segment.
E. All of the above are functions of flow control


Answer: C

Explanation

Flow control is the process that control the rates at which data is transferred between two endpoints, enabling a receiving device to signal congestion to a sending device, which allows for the sending device to temporarily halt transmission, alleviating congestion at the receiving device.

Question 3

You are a network administrator working in the communication company. One day, you find that the encapsulation has been altered by someone on a synchronous serial line and this new configuration is not the optimal one. So you attempt to return the encapsulation to the default. Which measure will you take to reach this goal?

A. Issue the shutdown then no shutdown commands to reset the encapsulation on the interface.
B. Reboot the router and allow it to reload the configuration.
C. Configure the interface for HDLC encapsulation.
D. Change the encapsulation to ARPA.


Answer: C

Explanation

We can’t use the “shutdown” & “no shutdown” commands to reset the encapsulation because it doesn’t affect the encapsulation type -> A is not correct.

Reboot the router and reload the configuration can solve this problem but other configuration will be erased too -> not a good choice.

The question asks “attempt to return the encapsulation to the default” and the default encapsulation on a Cisco router is HDLC so we can configure the interface for HDLC encapsulation -> C is the correct.

D is not correct as ARPA is not the default WAN encapsulation of a Cisco router. ARPA is the standard Ethernet version 2.0 encapsulation.

Question 4

During your interview for a network administrator job, your interviewer gives you some statements to judge. The following options are all related to the configuration of a serial link on a Cisco router. You should point out which one is the correct. What is your answer?

A. The clock rate command is a requirement for DCE interfaces.
B. If the clock rate command is configured, then the bandwidth command is required.
C. If the bandwidth command is configured, then the clock rate command is required.
D. Cisco routers are DCE devices.


Answer: A

Explanation

The purpose of DCE equipment is to provide clocking and switching services in a network. Clock rate doesn’t have a default value so we have to configure it manually (while bandwidth does have a default value). Cisco routers can be configured as DTE or DCE devices.

Question 5

As a network technician, you should know how to gain information from the exhibit. According to the command output displayed in the following exhibit, please point out the correct description about interface Serial 0/0/0.

Exhibit

Router#show running-config
Building configuration


Current configuration :59 bytes

<output omitted>

interface Serial0/0/0
ip address 209.165.200.225 255.255.255.224
!

A. The configuration is incomplete, which will cause the interface status to be “Serial0/0/0 is down, line protocol is down”
B. The interface is using Cisco HDLC for layer 2 encapsulation.
C. The configuration is incomplete, which will cause the interface status to be “Serial0/0/0 is up, line protocol is down”.
D. A ping to the remote address 209.165.200.226 will be successful.


Answer: B

Explanation

The configuration is correct and the “no shutdown” command was used (because we don’t see a “shutdown” line in the output) so we can see at least “Serial0/0/0 is up” -> A is not correct.

Although the configuration is correct but we don’t know if this interface is connected with another router or not. If it is connected with another interface (on another router) and that interface is up, we will see the “Serial0/0/0 is up, line protocol is up”. Otherwise we will see “Serial0/0/0 is up, line protocol is down” -> we can’t guarantee answer C is correct.

Answer D is the same with C because we don’t know if the remote interface 209.165.200.226 exists (and turned up) or not.

For WAN interface (serial interface), the default layer 2 encapsulation is HDLC -> B is correct.

Question 6

PPP_Encapsulation.jpg

Router2#show interface serial 0/0
Serial0/0 is up, line protocol is down
Hardware is PowerQUICC Serial
Internet address is 172.16.10.1/30
MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec, rely 255/255 load 1/255
Encapsulation HDLC, loopback not set, keepalive set (10 sec)
<output omitted>

You work as a network administrator. You study the exhibits carefully. The corporate office and branch office have been attached through two non-Cisco routers over a highly reliable WAN connection over a year. A new Cisco router has been installed to replace the hardware at the branch location. Since the installation, IP communication cannot be verified across the link.

Given the output on router R1, what could be a logical first step to take to resolve this problem?

A. Ensure an exact match between the bandwidth setting on Router1 and Router2
B. Change the encapsulation on Router1 to PPP.
C. Change the bandwidth setting on Router1 to match the actual line speed
D. Verify successful DCE communication between the two sites.
E. Verify Layer1 communication on the Router1 Serial0/0 interface


Answer: B

Explanation

HDLC is a Cisco proprietary protocol so we can’t use it when connecting to a non-Cisco router. PPP is the standard protocol that is widely supported and used by many ISPs.

Question 7

From the choices shown above, which port can be used for a WAN T1 connection?

AUI_Serial_BRI_Console_Ports.jpg

A. Console
B. Serial 0
C. AUI
D. BRI
E. None of the other alternatives apply


Answer: B

Explanation

The console port is intended for local administrative access from an ASCII terminal or a computer using a terminal emulator.

Serial ports support WAN T1 connection.

Attachment Unit Interface (AUI) ports are designed to connect to an external transceiver for conversion to a specific media type (such as twisted pair, coax, or fiber). AUI can transfer only 1 bit at a time.

BRI ports are used for ISDN services (mostly voice).

Question 8

A WAN connection is shown below:

WAN_Connection.jpg

Based on this diagram, which two devices can be used to complete the connection between the WAN router at the customer site and the service provider? (Choose two)

A. CSU/DSU
B. modem
C. WAN switch
D. ATM switch
E. Frame Relay switch
F. ISDN TA


Answer: A B

Explanation

A modem or CSU/DSU can provide clock rate so it can be used for the topology above.

The Channel Service Unit (CSU) can echo loopback signals from the phone company for testing purposes.

The Data Service Unit (DSU) manages line control, and converts input and output between RS-232C, RS-449, or V.35 frames from the LAN and the time-division multiplexed (TDM) DSX frames on the T-1 line. The DSU provides a modem-like interface between the computer as Data Terminal Equipment (DTE) and the CSU.

Comments (100) Comments
Comment pages
1 2 265
  1. xallax
    September 13th, 2011

    @aurion
    it’s spam

  2. aurion
    September 13th, 2011

    @xallax : How significant are the WAN Questions? Similar to the actual test questions?

  3. xallax
    September 13th, 2011

    @aurion
    these questions verify how well you know the WAN concepts. that’s what the actual test aims at too.

  4. Tammy
    September 14th, 2011

    Hi how valid are these questions for the ICND1 Exam?

  5. RichG
    September 17th, 2011

    There is an error in question 6. It should be “Router1#show interface serial 0/0” (Router 1 not router 2.)

  6. helblzer
    September 19th, 2011

    hey guys, great site. was wondering if anyone knew if there was much/if any NAT config sims or questions on the ICND1 exam? im studying with Todd Lammle’s CCENT book and he didnt go too far into NAT but the ExamCram ebook i have goes into it in more detail. thanks

  7. prev
    September 29th, 2011

    took icnd1 and 2 today. q8 was there on icnd1

    passed with 962 and 986 respectively

    Thank you all

  8. def
    October 3rd, 2011

    passed ICND1 earlier with 874/1000. q 7 & 8 was there, and lots of ip addressing/subnetting.

  9. y posso
    October 7th, 2011

    hello! everyone from the site are the still on the questions on the net I’m prepare my ccnt_icnd1 just wanna fin out if still there the questions

  10. y posso
    October 7th, 2011

    any one can help me or direct me for the exam how many question are there ?

  11. Prev
    October 11th, 2011

    visit cisco.com

  12. Neo
    November 8th, 2011

    Nice questions.. I wonder if they’re still on the current exam. Planning to take the exam this week.

    Can someone verify this questions?
    Thanks

  13. hikerdude
    November 22nd, 2011

    I am in disagreement with the answer to question 1. From my thinking WANs operate at layer 2 (think PPP, Frame Relay, HDLC) and layer 3 (think IP / routing). I don’t believe the answer is layer 1 and 2.

  14. hikerdude
    November 22nd, 2011

    Question 6 isn’t quite right. They start telling us both routers are non-Cisco. Regardless of which router the output is for, both would need to be changed to ppp, as HCLD is always proprietary (no matter which vendor you’re dealing with). HDLC won’t talk to ppp, so both should be changed to ppp.

  15. hikerdude
    November 22nd, 2011

    That should read HDLC, not HCLD.

  16. mandigo74
    November 26th, 2011

    can any body please send me the question i fell the test twice i’m not going to give up but i’m affraid to loose an other 125$ please help.
    thanks

  17. mandigo74
    November 26th, 2011

    my email address is mandigo74@yahoo.com

  18. Gure5035
    December 2nd, 2011

    Hi Team great site. pls tell me how many Qs in ICND1?what is the pass mark? I’m kinda new.Cheers

  19. vincent
    December 3rd, 2011

    Hiy, guys i ran out of time yesterday due to that 5 question Router and Switch Console question anyone with the answers

  20. hikerdude
    December 4th, 2011

    After looking at Q6 again, answer B is correct. Since you have a Cisco router (R1) and a non-Cisco router (R2), and R1 is set for HDLC, changing R1 encapsulation to PPP would be the best answer (as most likely, the other side is set for PPP as well. The only other option for serial links on a Cisco router is Frame-relay, and since that wasn’t mentioned, you’d have to fall back to PPP as the best answer.

  21. Big John
    December 16th, 2011

    question about the ppp. what is it…

  22. Brett Hill
    December 21st, 2011

    THe Whole q6 is flipped with errors, but you can still figure out that the only logical answer for the screwed up scenario is ppp.

  23. IrishDave
    December 22nd, 2011

    Hi 9tut,

    Cleared ICND1 this morning with an 874/1000 with 20 minutes to spare. Thought I did better but i’m not complaining, chuffed to clear it 1st time. It was easier than I anticipated, put the hours in studying and you will be fine. This was my first question on the exam. You have pretty much nailed it. show running-config on both devices and answer the 4 questions. The questions above are very close to what was asked. look for clear-text passwords, passwords on the console and vty lines, weak username and password command (cisco) , login local, the number of telnet sessions allowed, is a password configured for Telnet, exec-timeout, will it allow telnet and ssh etc.

    I would like to thank 9tut / xallax and the everyone else for all the time you have put into this site. This site helped me pass as most of my questions were on the site!!! From what I remember, some of the questions I got were as follows:

    -Security Testlet above, all the information is displayed in the running config, just go through the options given in the 4 questions
    -Drag and Drop – DHCP (DORA) / Drag and Drop # 2 (file management – copy flash tftp etc) / DNS,ARP,DHCP (know what they do) / WAN technologies (Frame Relay – Packet switched , ATM – cell switched etc)
    -Implementation SIM using show cdp neighbors command / show IP interface brief
    -Show configuration SIM (show run / startup command disabled)
    -Transport Layer fundamentals – 3 way handshake, TCP/UDP, Flow control
    -Protocol process through the layers of TCP/IP stack sending an email using HTTP (SMTP at app layer – TCP at Transport layer – IP at Network layer – ARP at Network access layer)
    -Encapsulation (HDLC) – default on Cisco devices
    -Troubleshooting connectivity issues – when to use a X-over cable and Straight-through, spot incorrect cable in a diagram / duplex mismatch etc.
    -Service Password Encryption and what it does
    -What switches do when they get a packet with a destination MAC not in CAM table – Flood
    -Indicator lights on a switch – Flashing green, Green etc (what each means – Full/Half duplex, network activity etc)
    -Port-security, Mac-address sticky command, know what it does
    -know the packet delivery process for the sending across the LAN and WAN (what MAC is used where etc) / ARP
    -RIP (what happens when you enter router rip command – defaults to version 1)
    -implementing a Static Route to default-gateway 0.0.0.0
    -Subnetting,Subnetting,Subnetting (I had about 7 or 8 questions relating to Subnetting, valid host ranges, broadcast / network address etc. Practice and you will be fine. subnettingquestions.org I found really helpful. )

    Hope this helps. Remember, do not memorize each question on this site, know the concepts and why they happen and you will be fine. I used CBTnuggets, Cisco Press Book, Packet tracer (I didn’t create any funky topologies, I just used it for working on the IOS entering commands) and subnettingquestions.org.

    Onto ICND2 in the new year. Good luck!!!

  24. IrishDave
    December 22nd, 2011

    Hi All, The above comment is copied from the Security Testlet tab. 1st paragraph relates to the Security testlet question.

  25. IrishDave
    December 23rd, 2011

    Hey Mildred,

    Been trying wrack my brain to gather some additional questions from my exam and came up with a few more to compliment the above article.

    -Know the commands in user mode and the expected output once entered.

    My question , command line displays:

    ———————–System Configuration Dialog—————————–
    continue with configuration dialog? [yes/no]

    What command was used to display the above output?
    Answer: Router#setup

    -Know how to retrieve information about a specific interface. I was asked what is the Bandwidth for the serial interface.

    Answer: view diagram, use show interface serial #, retrieve the requested information

    I got another question which required the use of the show interface command. In my question, the scenario was that host A wants to ping Host B via fa 0/0 interface but cannot, how will you resolve this issue, Use the show interface command to view the interface status / line protocol status. The interface was down so I believe the answer was to enter the “no shutdown” command on interface to change state to up.

    Know the boot process for retrieving the startup-config , I believe the question was if the startup file cannot be found in ROM, where will the router look next?
    -Looks in ROM, none found
    -Looks in Flash, none found
    -Looks in tftp server, none found
    -Boots from ROMMON

    Another question related to IP addressing. The question was what Class address is required if you need 66,000 hosts. I answered Class A as Class B will allow you 65,535 hosts.

    Another question was to spot the private IP address in a list of 6 address.

    The answer was 172.16.x.x

    Again to re-iterate, subnetting is vital, know how to find the first / last host. Network and Broadcast address. Calculate the number of subnets and hosts from viewing an IP add/Subnet Mask. http://www.subnettingquestions.org is a great help. In addition to the questions on IP addresses above, I had possibly 2 or 3 questions where I had to identify valid hosts given an IP address and Subnet Mask.

    Know the formula for calculating the number of subnets and hosts
    # of Subnets = 2^x (where x equals the number of network bits borrowed)
    # of Hosts-2^x-2 (where x equals the number of host bits in the subnet mask , or the number of 0′s in the SM)

    Hope this helps, if I think of more, I will add more comments.

  26. Michael
    January 10th, 2012

    Also had some trouble with Q6. HDLC is Cisco-proprietary, yet is configured on R2, a non-Cisco router. Your “correct” answer is to configure PPP on R1, which would lead to incompatible protocols, thus continuing the up/down status. Clearly, I thought, both routers should be configured to operate on PPP, but that wasn’t an option.

    Great site. A lot of useful information! Even if I don’t agree with some of the answers, I can at least come away with a better sense of what I need to target for my studies.

    Thanks for the help!

  27. IrishDave
    January 11th, 2012

    Hi Michael,

    Good spot. The text in the question indicates that the output displayed is for R1 but the command line output shows Router2#show interface serial 0/0

    Ignoring the output error, the question tells you everything you need to know, the keywords are “two non-Cisco routers over a highly reliable WAN connection” and “A new Cisco router has been installed”

    The concept is to understand that HDLC is Cisco proprietary and to resolve the issue, you should change the encapsulation to PPP as this is likely the encapsulation protocol used by a non-cisco router.

    I had this question on my exam.

    The main thing is to not memorise the answers but to understand the concepts.

  28. studying
    January 13th, 2012

    I failed my exam 624/1000…..I need help IF you got any dumps or any study work please let me know

  29. akaash
    January 13th, 2012

    better luck next time

  30. Ricardo
    January 15th, 2012

    Guys be aware that the message on banner in this case is a threat!!!
    I read that on CISCOPRESS and I’ve done the ICND1 Security testlet and got 100%.
    And I ticked on unsecured message on banner twice…

    When I saw people saying that the banner…

    “it doesn’t mean a threat, even though, reading what i wrote before, concerning that book, the motd should be something like:” warning! you must be allowed in order to…”

    I believe that they’re giving wrong answers to people, so I posted what is written on cisco press website (bellow) and the link for everybody to get more information about banners.

    “When someone connects to one of your routers, he sees some sort of message or prompt. For legal reasons, Cisco suggests that a banner message be displayed to warn potential attackers not to attempt a login. For example, you wouldn’t want to use a banner message that says, “Welcome! You are connected to Router 1.” An attacker could use such a message as part of his legal defense, stating that he was told that he was welcomed to your router.”

    I read that from the source below:

    http://www.ciscopress.com/articles/article.asp?p=1221619&seqNum=2

    I hope that helps

    Rick

  31. chas
    January 26th, 2012

    Cleared ICND1 today. Got questions 4 and 5. Thanks 9tut.

  32. Lanz
    February 10th, 2012

    I got question 1, 7 and 8 yesterday in my exam.

  33. Kaci
    February 23rd, 2012

    Got Q5 today on my Exam
    🙂

  34. xexes
    February 29th, 2012

    did yall pass? and feedback? what dumps yall used or just 9tut?

  35. NEVER GIVE UP
    March 2nd, 2012

    GOT Question no 5 for ICND1 GOODLUCK

  36. I want to change the World
    March 3rd, 2012

    Took ICND1 on the 29th Feb, had accessed this site before and knew the answers to every question in every sub category through self study(alot of reading and energy drinks over the past few weeks, and a little experience through my job in military but not much). I passed the exam though not by much 837, and infact scored 0% on the Wan questions. None of these showed up, but for those looking to take the exam remember to think in Cisco backasswards logic cause all the questions I got were no-brainers or so I thought, taking the test is harder then the questions themselves.

  37. WSL
    March 31st, 2012

    I just passed the ICND1 with 925/1000 today 🙂
    the Q.8 was there today but with switch instead of router and the answer was router with serial int 🙂

  38. Khan
    April 4th, 2012

    Hi any one please share the Dump please .

  39. QUESTION 6
    April 29th, 2012

    Router2#show interface serial 0/0
    Serial0/0 is up, line protocol is down
    Hardware is PowerQUICC Serial
    Internet address is 172.16.10.1/30
    MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec, rely 255/255 load 1/255
    Encapsulation HDLC, loopback not set, keepalive set (10 sec)
    ———————————————————————————-
    Router2 Output shows HDLC not PPP if you apply PPP on Router 1 how that will work ?

  40. QUESTION 5
    April 29th, 2012

    For WAN interface (serial interface), the default layer 2 encapsulation is HDLC -> B is correct.

    Default (HDLC) will not display on output of show-run

  41. Is Question # 6 correct ?
    April 30th, 2012

    It seems question # 6 is incorrect. R2 is non cisco router and running HDLC. Which seems incorrect.

    Please, someone clear my boubt.

    Thanks,

  42. Anonymous
    May 1st, 2012

    @Is question #6 correct?

    Maybe the output is incorrect, since it is from Router 2 while the question states “Given the output on router R1”, because Cisco has its own HDLC implementation which is not compatible with other vendors, here as two non-cisco routers are connected, PPP encapsulation should be used, now that one router was replaced with a Cisco one (with default encapsulation HDLC), encapsulation must match between them (one cisco and one non-cisco, change the encapsulation of the cisco router to PPP)

  43. Question 1
    May 15th, 2012

    One thing I never understand: how come WAN links need routers but , WAN operates only in layer 1 and layer 2 ? isn’t internet a WAN after all, do we not use logical addressing and IP’s in internet ?? I know its written in all of the sources but anyone has an explanation for why layer 3 not being used ?

  44. xallax
    May 15th, 2012

    @question 1
    the internet(work) is the spiderweb that spreads across the entire planet.
    that huge spiderweb is actually made of countless links between countless routers and switches.
    how do routers connect to one another? using just L1 and L2. that’s all it takes. just frames.

    yes, you need L3 to access the resources of a server or test connectivity to a device using ping, but that comes after successful connectivity took place at L1 (cable works fine) and L2 (clock rate and encapsulation are good).

    to conclude: WAN links operate at the lower 2 layers

  45. Question 1
    May 22nd, 2012

    @xallax thanks for the explanation.

    after studying especially the frame relay and ATM , my understanding is that, wan technologies are developed for layer 1 and layer 2 , and they don’t necessarily use layer 3 to operate.

    And for the question number 8 , I have a confusion like; an explanation for clocking capability od modems says that ; The circuit between two modems

  46. Question 1
    May 22nd, 2012

    question 8) ….works and acts like a leased line in some regards; however, the link differs in regards to clocking and synchronization. The CSU/DSUs on the ends of a leased line create what is called a synchronous circuit, because not only do the CSU/DSUs try to run at the same speed, they adjust their speeds to match or synchronize with the other CSU/DSU. Modems create an asynchronous circuit, which means that the two modems try to use the same speed, but they do not adjust their clock rates to match the other modem. (this is a paragraph from CCENT/ CCNA ICND1 official exam cert. guide of Wendell Odom)

  47. Question 1
    May 22nd, 2012

    Regarding question 8, according to devices in the choices; modem and CSU/DSU are the suitable ones for the connection for sure but, does modem really provide clocking ?

  48. xallax
    May 22nd, 2012

    @question 1
    uhm… no. you get the clock rate from the other side (the ISP). the modem just converts from analog to digital signal (when receiveing)

  49. ThatGuy
    June 6th, 2012

    xallax you a legend. Thanks for the mail. i will check the link and do some hard training. i have booked for next week. Talk soon

  50. Ricky
    June 16th, 2012

    Passed test today 925/1000
    I had question 5 today so these are still valid.
    On to ICND 2!

  51. frank
    June 26th, 2012

    HAI
    I will be writing my ICND1 in two days any one with a dump

  52. Sakabanga
    June 26th, 2012

    Do any one have full questions for ICND1 i will be sitting for exams in three days time.

  53. u2
    June 28th, 2012

    @Sakabanga…the questions are valid…all the best mate!

  54. Elik
    June 29th, 2012

    I have passed ICND1 exam today with score 921.

  55. MOH
    July 10th, 2012

    Thanks alot 9tut, I passed my ICND1 exam yesterday with score 887 & I’m preparing for ICND2 now, 9tut The best in the world.

  56. lock
    July 18th, 2012

    7 4 and 7 are in the exam. i passed the exam today

  57. lock
    July 18th, 2012

    sorry 2 4 7

  58. Abhi
    July 27th, 2012

    Hello Guys I ma preparing for icnd1 exam . My exam schedules on next week… I am in touch with 9tuts since 3 days.
    I have one question Above question 6 answer is change the encapsukation type to PPP of Router 1 but the configuration is provided of router 2 in which encapsulation type is HDLC.

  59. Satish Kulkarni
    July 27th, 2012

    Hi i planned to write ICDN1 Exam, can any one help for ICDN1 Exam duration,time and Passing marks pls

  60. busta_t
    August 6th, 2012

    took this exam today and pass with a 925 score question 5 was there

  61. Chris
    August 14th, 2012

    I’m taking my ICND1 Exam in Manchester, England on the 20th August will these questions (all of the questions on ICND1) still be valid by then?

  62. Robert Williams
    September 3rd, 2012

    Q5 and 6 were on my exam 8/31.

  63. HCS01
    September 10th, 2012

    Q2: Disregard my previous comment. In CCNA Exploration Module 1, section 4.1.2 it states:

    “…some protocols can request that the sending application reduce the rate of data flow. This is done at the Transport layer by regulating the amount of data the source transmits as a group. Flow control can prevent the loss of segments on the network and avoid the need for retransmission.”

    Therefore, C is the answer that they are looking for, even if it is the only correct answer.

    Does anyone have any idea shy Cisco does this with their exams?

  64. HCS01
    September 10th, 2012

    * even if is is not the only correct answer

    Correction to my above comment

  65. HDLC6
    September 11th, 2012

    hikerdude – If you read the question correctly, it says that a new cisco router is used to replace the origional non-cisco router at the branch office, now you have 1 non-cisco router and 1 cisco router connected together, by default cisco routers use HDLC, so this needs to be changed to PPP in order for the Link to work.

  66. Asim Elbokhari
    September 12th, 2012

    Passed today with 950 score. this Q4 & Q5 was there..

  67. Ruth
    September 24th, 2012

    Please can anyone tell me where I can get a packet tracer to study for ICND1? Will really appreciate it.

  68. Bushy
    September 25th, 2012

    questions 5, 6, and 8 were on my test. Passed 9/23/12 with a 974. This website is awesome and is a great representation of whats on the test. I had the DORA drag and drop, and also the WAN protocol DAD. The security testlet was on there. Chose banner as part of my answers and got 100% in that area. I had lots of subnetting questions, so if you are not comfortable with subnetting, practice. For studying I used this site, cisco (for the subnetting game, and also went through their review questions), and attended a CCNA course at a certified cisco learning partner. Also had the implementation drag and drop. thanks 9tut, on to ICND2. Good luck everyone.

  69. Rin34
    September 27th, 2012

    At bushy what is the dad question pls tel me urgently-which sims did u get??

  70. Jikooraje
    September 30th, 2012

    passed with 962 today. Awesome website!! Almost all the questions are valid.
    1. Jeremy’s lectures for understanding
    2. cisco packet tracer and dumps (exam simulations) for practice
    3. Cisco ICND1 book for an overview
    and not to forget, study all the questions on 9tut thoroughly.
    that’s all :)))

  71. Brutos
    October 15th, 2012

    Passed my ICND1 on the 13th October with 950 question 5 was on the Test. Thanks 9tut you guys helped alot.

  72. CB
    October 18th, 2012

    Q 5. was on the exam today.

  73. dude202
    October 19th, 2012

    hi guyz i am taking my exam month end re still the questions valid on this site need help urgently

  74. JayLQue
    October 19th, 2012

    Please tell me if the questionas are the same cause I to am taking mines within about 3 to 4 weeks

  75. DCH
    October 22nd, 2012

    Question #5 was on my exam today.

  76. Drewsky
    October 24th, 2012

    Bummed I got 775 Saturday… Did have a few question from here on the test so that was a help. Didn’t really study besides this site and working knowledge. I suggest to others that you take at least 2 weeks to review before diving in. I will be much more prepared for this weekends test. I hate wasting 150 bucks!

  77. rottboy
    October 26th, 2012

    I had most questions from this site for ICND1 today, also used all implementation sims, security testlet, drag and drop – had a choose the application drg +drp which I hadnt seen, wasnt difficult though also used http://www.examcollection.com/cisco/Cisco.CertifyMe.640-822.v2012-08-29.by.Peyton.357q.vce.file.html, spot on.
    passed with 950.

    gotta know your subnetting aswell!!!!

    good luck all

  78. Alex
    October 31st, 2012

    @rottboy The certify me dump- did it come in handy then it seems? I’ve got that also, lets hope it works!

  79. AndoyGacer
    November 15th, 2012

    Thanks 9tut i got 962 scores in my exam.

  80. sam
    December 6th, 2012

    anyone try boson practice labs?

  81. Dallas Naijan
    December 10th, 2012

    I am totally having some unfortunate luck with all of my Cisco attempts for 640-802 and then stepping down to doing the two part 640-822 and 640-166. On my last two failed attempts with the 802 exam, I failed both exams by 10 points which caused me to go hysterical. When I decided to go for the 640-822 test, I studied hard for another 3 weeks with all sorts of tools provided:
    – Leadpass
    – CBT Nuggets
    – Testout
    – Boson 7.0 Netsim
    – ITU
    – Cisco Press ICND1 book by Wendell Odom
    – Cisco Packet Tracer
    – 9tut
    – ExamCollection
    – VCE
    – subnettingquestions.org
    and I still ended up failing for with a 775/1000. I was for sure that I passed the exam when I was killing all of my practice material. I definitely do not know what is going on and this is extremely disturbing. I keep seeing others with great success stories, and I’m trying to reach that pinnacle also to relay my experiences, but damn, I’m in a hole I can’t get out of. Can anyone out there feed me some of the latest dumps for the ICND1 exam. I would definitely appreciate this as I’m trying to be a family member in the Cisco world.
    I can be reached easily at cehiem@yahoo.com

  82. aaronsfather
    January 3rd, 2013

    As a premium member, is there an extended section for the ICND 1 & 2 like there is for CCNA?

  83. noob
    January 15th, 2013

    Please hide answer, with some Jquery its too simple to implement 😉

  84. johnsmith
    January 18th, 2013

    Poor Dallas as part of the Cisco family myself i would like to feel him and inject my knowledge to him i had a Cisco Guru ill refer to him as(Cisco know him) DC i got 994 in icnd1 and its all down to him Ledge.Dallas be strong and look out for networking aids.

  85. Atif
    January 21st, 2013

    Hello how are you………..

  86. Tre
    January 23rd, 2013

    or just make the answer font color the same as the background color. Then you just need to highlight the area to get the answer 😀

  87. bythelake
    January 24th, 2013

    Hi, I’m about to schedule ICND1 exam, can you tell me is there a practical part of the test? Or it’s only questions? If you pass it, and then pass ICND2 you’re done with CCNA?

  88. andy
    February 24th, 2013

    Q6 – There should be R1 in the show output.

  89. Avi
    February 28th, 2013

    In question #6 it should show Router1.. Thanks for sharing this site.

  90. Avi
    February 28th, 2013

    Hello bythelake… ICDN1= CCNET. ICND2=CCNA. And you are done with 2 Certifications in your hand. This is a great site to PRACTICE for both exams… good luck!!

  91. Malik
    March 11th, 2013

    Thanks for this site i need to pass this test i’m nowhere ready to take it.lol

  92. Del
    March 20th, 2013

    This may be the best site for ICND1/2, CCNA: https://www.trainsignal.com/Invite/5cff1a
    Straight to the point.

  93. CoModel
    March 26th, 2013

    I heard that the test will have changes do anyone know if this is in effect now, or if its only a few questions.

  94. Bjoern
    March 27th, 2013

    Question 6 is totally wrong. How can Router 2, a non-Cisco device, have HDLC protocol?

  95. Anonymous
    April 7th, 2013

    yea the made a mistake in the box meant to say router 1’s output

  96. bj
    April 16th, 2013

    i got questions 1 6 and 5 on my test today..

  97. dan s
    April 19th, 2013

    Thx to 9 tut this is a very useful site. Just passed ICND 1 today 912/1000.
    Material:
    > Cisco.Lead2Pass.640-822.v2012-12-09.by.ICND1.399q.vce
    > 9 TUT
    > official Cert Guide CCENT/CCNA ICND1 640/822 3’rd edition Wendell ODOM
    > Exam Cram CCNA Practice questions 3’rd edition – Jeremy Cioara
    > CBT nuggets Jeremy Cioara.
    Who is interested in the dumbs and further info email me at sony_sdc@yahoo.com and will gladly assist. Great day to you all.

  98. senthil kumbakonam
    June 1st, 2013

    greetings sir.
    really you have done a good job . i really have got benefit from this topics.

  99. Anonymous
    June 4th, 2013

    Going in for my icnd1 exam later today… wish me luck!!!

  100. Uzzi
    June 4th, 2013

    All the best..!!!!

Comment pages
1 2 265