Home > New CCNA – Basic Questions

New CCNA – Basic Questions

September 27th, 2013 Go to comments

Question 1

What is the first 24 bits in a MAC address called?

A. NIC
B. BIA
C. OUI
D. VAI

 

Answer: C

Explanation

Organizational Unique Identifier (OUI) is the first 24 bits of a MAC address for a network device, which indicates the specific vendor for that device as assigned by the Institute of Electrical and Electronics Engineers, Incorporated (IEEE). This identifier uniquely identifies a vendor, manufacturer, or an organization.

Question 2

Which of the following statements describe the network shown in the graphic? (Choose two)

collision_domain_broadcast_domain.jpg

A. There are two broadcast domains in the network.
B. There are four broadcast domains in the network.
C. There are six broadcast domains in the network.
D. There are four collision domains in the network.
E. There are five collision domains in the network.
F. There are seven collision domains in the network.

 

Answer: A F

Explanation

Only router can break up broadcast domains so in the exhibit there are 2 broadcast domains: from e0 interface to the left is a broadcast domain and from e1 interface to the right is another broadcast domain -> A is correct.

Both router and switch can break up collision domains so there is only 1 collision domain on the left of the router (because hub doesn’t break up collision domain) and there are 6 collision domains on the right of the router (1 collision domain from e1 interface to the switch + 5 collision domains for 5 PCs in Production) -> F is correct.

Question 3

Refer to the exhibit:

System flash director
File Length Name/status
1 3802992 c827v-y6-mz.121-1.XB
[3803056 bytes used,4585552 available, 8388608 total]
8192K bytes of processor board System flash(Read/Write)

The technician wants to upload a new IOS in the router while keeping the existing IOS. What is the maximum size of an IOS file that could be loaded if the original IOS is also kept in flash?

A. 3MB
B. 5MB
C. 7MB
D. 4MB

 

Answer: D

Explanation

From the exhibit we learn there are 4585552 bytes (over 4MB) available so it is only enough space for an IOS file of 4MB. If bigger file is copied then the existing IOS file will be erased (overwritten).

Question 4

Refer to the exhibit. What is the meaning of the output MTU 1500 bytes?

show_interfaces_ethernet.jpg

A. The maximum number of bytes that can traverse this interface per second is 1500.
B. The minimum segment size that can traverse this interface is 1500 bytes.
C. The minimum segment size that can traverse this interface is 1500 bytes.
D. The minimum packet size that can traverse this interface is 1500 bytes.
E. The maximum packet size that can traverse this interface is 1500 bytes.
F. The maximum frame size that can traverse this interface is 1500 bytes.

 

Answer: E

Explanation

The Maximum Transmission Unit (MTU) defines the maximum Layer 3 packet (in bytes) that the layer can pass onwards.

Question 5

A network interface port has collision detection and carrier sensing enabled on a shared twisted pair network. From this statement, what is known about the network interface port?

A. This is a 10 Mb/s switch port.
B. This is a 100 Mb/s switch port.
C. This is an Ethernet port operating at half duplex.
D. This is an Ethernet port operating at full duplex.
E. This is a port on a network interface card in a PC.

 

Answer: C

Explanation

Modern Ethernet networks built with switches and full-duplex connections no longer utilize CSMA/CD. CSMA/CD is only used in obsolete shared media Ethernet (which uses repeater or hub).

Question 6

In an Ethernet network, under what two scenarios can devices transmit? (Choose two)

A. when they receive a special token
B. when there is a carrier
C. when they detect no other devices are sending
D. when the medium is idle
E. when the server grants access

 

Answer: C D

Explanation

Ethernet network is a shared environment so all devices have the right to access to the medium. If more than one device transmits simultaneously, the signals collide and can not reach the destination.

If a device detects another device is sending, it will wait for a specified amount of time before attempting to transmit.

When there is no traffic detected, a device will transmit its message. While this transmission is occurring, the device continues to listen for traffic or collisions on the LAN. After the message is sent, the device returns to its default listening mode.

So we can see C and D are the correct answers. But in fact “answer C – when they detect no other devices are sending” and “when the medium is idle” are nearly the same.

Question 7

For what two purposes does the Ethernet protocol use physical addresses? (Choose two)

A. to uniquely identify devices at Layer 2
B. to allow communication with devices on a different network
C. to differentiate a Layer 2 frame from a Layer 3 packet
D. to establish a priority system to determine which device gets to transmit first
E. to allow communication between different devices on the same network
F. to allow detection of a remote device when its physical address is unknown

 

Answer: A E

Explanation

Physical addresses or MAC addresses are used to identify devices at layer 2 -> A is correct.

MAC addresses are only used to communicate on the same network. To communicate on different network we have to use Layer 3 addresses (IP addresses) -> B is not correct; E is correct.

Layer 2 frame and Layer 3 packet can be recognized via headers. Layer 3 packet also contains physical address -> C is not correct.

On Ethernet, each frame has the same priority to transmit by default -> D is not correct.

All devices need a physical address to identify itself. If not, they can not communicate -> F is not correct.

Question 8

Which two locations can be configured as a source for the IOS image in the boot system command? (Choose two)

A. RAM
B. NVRAM
C. flash memory
D. HTTP server
E. TFTP server
F. Telnet server

 

Answer: C E

Explanation

The following locations can be configured as a source for the IOS image:
+ Flash (the default location)
+ TFTP server
+ ROM (used if no other source is found)

Question 9

What is the difference between a CSU/DSU and a modem?

A. A CSU/DSU converts analog signals from a router to a leased line; a modem converts analog signals from a router to a leased line.
B. A CSU/DSU converts analog signals from a router to a phone line; a modem converts digital signals from a router to a leased line.
C. A CSU/DSU converts digital signals from a router to a phone line; a modem converts analog signals from a router to a phone line.
D. A CSU/DSU converts digital signals from a router to a leased line; a modem converts digital signals from a router to a phone line.

 

Answer: D

Question 10

A Cisco router is booting and has just completed the POST process. It is now ready to find and load an IOS image. What function does the router perform next?

A. It checks the configuration register
B. It attempts to boot from a TFTP server
C. It loads the first image file in flash memory
D. It inspects the configuration file in NVRAM for boot instructions

 

Answer: A

Explanation

When you turn the router on, it runs through the following boot process.

The Power-On Self Test (POST) checks the router’s hardware. When the POST completes successfully, the System OK LED indicator comes on.
The router checks the configuration register to identify where to load the IOS image from. A setting of 0×2102 means that the router will use information in the startup-config file to locate the IOS image. If the startup-config file is missing or does not specify a location, it will check the following locations for the IOS image:

1. Flash (the default location)
2. TFTP server
3. ROM (used if no other source is found)

The router loads the configuration file into RAM (which configures the router). The router can load a configuration file from:

Comments (664) Comments
Comment pages
1 2 3 14 1793
  1. goodlucktoall
    September 27th, 2013

    Had Question 8 in today’s exam,,,best of LCUK to everyone who are going to sit in exam or preparing to take one soon.

  2. Liam
    September 27th, 2013

    Hi All, passed today here in the UK. Had the EIGRP, Access List 2 and VTP Sims. Every question that was in the exam dumps (SPIKE) was in the CCNA. No questions added. I breezed through it with a score of 986/1000. Got 1 question wrong.

    I recommend using CBT Nuggets, packet tracer, 9tut and also the exam dumps.

    It is no good just learning the answers to the questions or you will never be an accomplished network associate.

  3. Adeel
    September 29th, 2013

    Hello Guys I hope you will be fine there.Now New CCNA (200-120) and CCNA security (640-554) Vouchers on special discount of 58% for World wide, with six months expiry date till you purchase. Each voucher cost 70USD.

    Details Required For CCNA Voucher For Discount Processing:

    1-Full Name. 1st Name & Last Name (as you want to appear on certificate & documents)
    2-Country.
    3-City.
    4-State.
    5-Pin Code (or Area Code)
    6-Residential Address (or where you can collect your Certificate or further correspondence
    can be received)
    7-Date of birth
    Add me on Skype through this information which is written below:
    Skype Name: rockon660
    you can also email me at this email address which is written below:
    madeelqaiser@gmail.com
    If you have any Questions feel free to contact me.

    Thanks,
    Best regards,
    Adeel

  4. Tracer
    September 29th, 2013

    I’m going to take ccna in december. Shall i register now itself? or wait until i ready to really tackle the exam?

  5. 9tut
    September 30th, 2013

    @Tracer: You should wait until you learn all courses of CCNA. One month of Premium Membership is enough for you to revise your knowledge and pass the exam.

  6. Chris
    September 30th, 2013

    what is the diff between 640-802 and 200-120?

  7. Anonymous
    September 30th, 2013

    Can anyone explain to me the answer of question 3 ? I thought the answer is C 7MB instead of D ?

  8. Studying
    September 30th, 2013

    what are the labs usually tested in 200-120? Failed 640-802 today so I will be writing the 200-120 exam soon

  9. Upset
    September 30th, 2013

    Geez… Got 801.

  10. Studying
    September 30th, 2013

    I got 815…. :(

  11. flux
    September 30th, 2013

    801 :(

  12. Deepak Jain
    September 30th, 2013

    Cleared CCNA Exam with a score of 1000/1000.
    Thanks to 9tut.
    Sims are Access-list, Eigrp and VTP.

  13. from sri lanka
    September 30th, 2013

    hi

    i passed the CCNA 640-802 exam yesterday with score of 933/1000 :) . thank you very much 9tut, you gave me a huge knowledge about networking. Everything was very easy to understand in this site. :) . And thank you again :) :) :)

  14. Studying
    September 30th, 2013

    Anyone ever used a voucher for CCNA 200-120?? I need a discount price

  15. akash
    September 30th, 2013

    is ccna exam too tough??

  16. Studying
    September 30th, 2013

    @akash I won’t say its too tough but the pass mark is pretty high 825/1000…. you really need to know your stuff.. that being said, 9tut really does help to make it easier to pass

  17. andrew bhandari
    October 1st, 2013

    i got test a week later , i was kind of scary what’s gonna happen ! feels so :>><<<

  18. shah
    October 1st, 2013

    failed the test ystaday gonna confront 200-120 guys can we start discussing 120? 802 is history

  19. paul
    October 1st, 2013

    @shah yes really 802 is history and these quetions for 120?

  20. Moe
    October 1st, 2013

    that’s right guys… let us move on, share your advice guys for 200-120 please

  21. Jessie Robinson
    October 1st, 2013

    I got 821…Ugghhhh!!!!

  22. Disappointed
    October 1st, 2013

    Got 815 yesterday too. Not good.

  23. Hemalatha
    October 1st, 2013

    I am planning to write ccna exam…will any one provide me the link to register for exam or wat is the step I need to do for this exam?

  24. bbh
    October 1st, 2013

    Took the Sep 30th test which i believe last day of the 640-802 … Anyway, had the EIGRP, 5 questions of VTP, ACL2. Most of the non-sim questions were on 9tut but did see some ‘other’ questions that I only saw on Acme … so doing/practicing both was a good idea.

  25. etg
    October 1st, 2013

    9TUT, i took the exam yesterday on 9/30/13 but it is really bad coz when i try to put acces-list simulation command it said invalid i dont know the problem ,and failed with 749 but i was good in other qeustions,any how please please how i prepare for the new ccna exam, and wat is diffence of ccna 640-802 and the new ccna exam,i am just asking in which of the exam type they change and how we get the exam type

  26. Buck
    October 1st, 2013

    Do you have any Etherchannel, HSRP, IOS 15, OSPF Multi Area, MPLS questions for 200-120?

  27. Buck
    October 1st, 2013

    What SIMS are on the 200-120 exam?

  28. Michael
    October 2nd, 2013

    Taking next week, could use latest dump. grumpyldo@live.com
    Thanks

  29. Anonymous
    October 2nd, 2013

    Planning to take CCNA exam on oct 15th , if any one has latest dumps please forward to my mail id yogeshas87@gmail.com

  30. ZeZo
    October 2nd, 2013

    I passed 28-9 All glory belong to Allah
    thanks 9tut . testking – and
    Honestly testking or 9tut was enough.

  31. 9tut
    October 2nd, 2013

    @etg: Please try to figure out why your commands were not accepted. Surely you did something wrong in the exam. The new CCNA exam does have new questions and labs. We will update them soon on 9tut.

  32. Thyreme
    October 2nd, 2013

    @Hemalatha

    You have to register at Pearson Vue and make a schedule for Cisco exam.

  33. Predrag
    October 2nd, 2013

    i had same problem as etg, i think most of my mistakes was at this “normal” questions, because i thought i knew them but i was wrong. i wasnt able to pass exam in 3 days studing, 760 was my score,

    are these
    http://pokit.org/get/?4df72416846854695c42ddae247d70b8.jpg

    valid questions now?

  34. bong
    October 2nd, 2013

    @ 9tut: May I ask when you’ll be planning to add the new questions and labs? I really appreciate if you could make it available before 15th of october. Thanks :)

  35. bong
    October 2nd, 2013

    @ Zezo Could you please advise how many questions in total does your testking has?

  36. tbower
    October 2nd, 2013

    If any one has latest dumps please forward to my mail tbower4606@gmail.com

    Thank you in advance!

  37. C_Angel
    October 2nd, 2013

    Congrats 2 u all for making it in the CCNA Old Syllabus. Please could anyone direct me to a site similar to 9tut for CCNP exams. Thanks and my Appreciations

  38. Annoyn
    October 2nd, 2013

    @Anonymous

    The answer is D on question 3 because the administrator doesn’t want to remove the old IOS, so he only has space for a 4MB file while keeping the Original IOS. Should he remove the Original IOS then yes he would indeed have the 8 megs to work with (the trailing numbers add it up to 8)

  39. cbprincess
    October 3rd, 2013

    Hi, I took the old exam 640-802 (9/30/13) didn’t pass but the sims from 9tut were exactly the same. Only difference were of course the ip addresses were different. Would do better on the other exam because I will study everything from 9tut,examcollection.com & cisco.com

  40. cbprincess
    October 3rd, 2013

    By the way if any one has the latest dumps for the new exam could you send me a link
    cpierre15@gmail.com ,Thanks in advance.

  41. Anonymous
    October 3rd, 2013

    The 9tut questions for the new version 200-120 are great. Passed test with 900/1000.

  42. MTZ
    October 3rd, 2013

    Which labs did you do on the new exam ??

  43. martins
    October 3rd, 2013

    please how do I get the 200-120 materials?

  44. Bob
    October 3rd, 2013

    please can some one mail me the latest questions ciscojunky@gmail.com

  45. Thyreme
    October 3rd, 2013

    Does anyone know how to contact Cisco about the certification. I passed ICND 2 on
    27 Sep 2013 and still did not get any email notification.

    Thanks a lot!

  46. Pinnochio
    October 4th, 2013

    I just scored 1200 on the 200-120 exam ….

    Ya…thats a lie….just like others on here that post ridiculously high (or perfect scores)… I call BS!

  47. Silva
    October 4th, 2013

    plz if any one have new CCNA 200-120 Books and dump.
    my e-mail silver200572@hotmail.com
    thanks

  48. martins
    October 4th, 2013

    plz if any one has new CCNA 200-120 Books and dump.
    pls e-mail martinolez@yahoo.com
    thanks

  49. Studying
    October 4th, 2013

    hi all, so what labs are coming in the 200-120 exam?

  50. Aurang Zaib
    October 5th, 2013

    I have passed the CCNA on 28th September….Labs are VTP, ACL 2 and EIGRP….Some difference in IP addresses but can easily be solved….Almost all questions are from here 9tut.com But the options are rearranged so becarefull guys…

Comment pages
1 2 3 14 1793
Add a Comment