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 (665) Comments
Comment pages
1 6 7 8 9 10 14 1793
  1. Strange
    July 16th, 2014

    Question 7 was in the exam recently.

  2. Marco
    July 16th, 2014

    @Anonymous, When did you take the exam?

  3. Lward
    July 17th, 2014

    Hello guys, Can anyone send me latest dumps and practice labs to Lward602@yahoo.com thanks

  4. Kelly
    July 17th, 2014

    could you please send me the latest 200-120 dumps small_angel1804@yahoo.com.
    Thank you so much

  5. Brian
    July 21st, 2014

    Hello guys,

    Can you send me the latest dumps and practice labs?
    bwill920@yahoo.com
    Thanks!

  6. seko
    July 22nd, 2014

    Hello guys, Can anyone send me latest dumps and practice labs to sksk1990@hotmail.com
    thanks

  7. Wong
    July 25th, 2014

    Hello guys,

    Can you send me the latest dumps and practice labs?
    May I know what are dumps actually and how do I use them??

    Please help! Thanks!!

    wong_quan_en@hotmail.com

  8. lee
    July 27th, 2014

    Can anyone send me the latest dumps and practice labs….help me out

    thanks :)

  9. lee
    July 27th, 2014
  10. kamotho
    July 31st, 2014

    Very nice questions and answers.

  11. Parker
    July 31st, 2014

    Can someone send me the latest dumps. Thanks.
    pbeavers57@gmail.com

  12. Ndy
    August 1st, 2014

    Please can someone send me the latest dumps and practice labs. Thanks alot.

  13. Ndy
    August 1st, 2014

    Please can someone send me the latest dumps and practice labs. Thanks alot.
    ndakang@gmail.com

  14. MrWonderful
    August 3rd, 2014

    can you send me the dumps and practice labs as i want to be prepared truly

    thanks

    chrismainor@gmail.com

  15. maher
    August 3rd, 2014

    please can anyone send me the latest dumps thanks

    maher2020266@yahoo.com

  16. Anonymous
    August 6th, 2014

    can i please get some assistance (notes and steps to follow) on the basics of how to set up and configure a network?

    ninekapambwe2@gmail.com

  17. bo
    August 7th, 2014

    there is someone here who has already received dumps from here.

  18. cherylj
    August 7th, 2014

    please can someone send me the corrent dump……thanks…….cherylj58@msn.com

  19. harman
    August 7th, 2014

    Hello guys, Can anyone
    send me latest dumps and practice labs to info4harman@gmail.com

  20. Anonymous
    August 7th, 2014

    hello

    Can you send me the latest dumps and practice labs? to djokoaurore@gmail.com

    thanks

  21. Kurniadi
    August 9th, 2014

    Hi,

    Please send me new ccna 200-120 dumps on kurniaddi@gmail.com

    Thanks a lot in advance!!!

  22. Des†rosiers
    August 9th, 2014

    Passed Marks: 975, 99.8% from 9tut no need to exert effort for latest dumps. Labs EIGRP, ACL Sim 1 & 2, practice all modifications coz it was given on random. 9tut is enough to pass the exam. GoodLuck. .

  23. Mac87
    August 12th, 2014

    Hi all

    Please can someone send me the latest dumps and any other info to macgregor87@googlemail.com?

    This website has proven very useful so far with some great info provided.

    Can someone shed some further light as to how long the exam is and the minimum pass mark needed.

    I am about to take my exam in the next few weeks and any help would be greatly appreciated.

    Many thanks guys, good luck with all your learning.

  24. kari98
    August 14th, 2014

    Hi guys, preparing for my exams kindly someone share the latest dumps kenmurimi485@gmail.com.

  25. ALI ABBASZADEH FROM IRAN
    August 15th, 2014

    i need to ccna120-200
    alizlatan@gmail.com

  26. paras chaturvedi
    August 16th, 2014

    plz send me ccna dumps and exam papers of current year on paraschaturvedi28@gmail.com

  27. pravin
    August 18th, 2014

    please, dear friends send me CCNA dumps & practical labs.

    p.pur.310@gmail.com

  28. Sipho
    August 19th, 2014

    Hi guys, preparing for my exams kindly someone share the latest dumps masokasika@hotmail.com

  29. leandro
    August 21st, 2014

    ola pessoal alguem pode me enviar alguma lixeira para que eu pósso estudar para certificaçao por favor leandrofama2010@gmail.com

  30. vi
    August 22nd, 2014

    hi can anyone send me the dumps for icnd1
    on vickshaylakha@live.com

  31. siraj
    August 26th, 2014

    i am planning to attend ccna exam by next week,can any one help me with proper material an tips..
    contact:sirajer@live.com

  32. raman
    August 26th, 2014

    Dear ALL,

    I am preparing for CCNA 200 120. p
    Plz help me with latest dump
    my mail id raman4un@gmail.com

  33. belsiowest
    August 27th, 2014

    good morning,
    I am preparing for CCNA 200 120. help me with latest dump
    my mail is belsiowest@hotmail.com

  34. Anonymous
    August 28th, 2014

    Has any one heard about changing the exam next month??Is that true??please tell me because I intend to take the exam next week

  35. rakeshz
    August 29th, 2014

    Hi guys, preparing for my ccna exam kindly someone share the latest dumps rakeshbejgum@hotmail.com

  36. lotfilosophy
    August 31st, 2014

    salam alikoum ,

    there is a probleme in the inswere of Question 9:

    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. (false)

    the true answere is:

    A CSU/DSU converts digital signals from a router to a leased line; a modem converts analog signals from a router to a phone line. (false)

  37. lotfilosophy
    August 31st, 2014

    the second is true analog signal not digital signal :)

  38. basant
    September 2nd, 2014

    Hi , preparing for my ccna exam kindly someone share the latest dumps basantelrahman@hotmail.com

  39. Addis
    September 2nd, 2014

    Hello everyone… I too am preparing for the CCNA exam… If anyone has the latest dumps available, I would really appreciate it if you could provide them to me… My email address is: freehuey@live.com… Thanks…

  40. Vouchers
    September 3rd, 2014

    Dear All
    Regarding all CISCO exams CCNA CCNA Security CCNP (Route Switch Tshoot) updated valid dumps & Exam discount vouchers available globally.
    1. CCNA 200-120 60 % discounted vouchers
    2. CCNP (Route Switch TShoot) 25 % discounted Vouchers
    3. CCNA Security 640-554 60 % discounted Vouchers
    Ask any kind of technical and exam related questions from our CCIE experts.
    Feel Free to Contact
    Email Contact:dheprofessionals@gmail.com
    Skype Id:net.rideplay

  41. Sweety
    September 3rd, 2014

    Dear Friends,

    I am preparing for CCNA 200 120. help me with latest dump, my mail is thidaaye.sweety@gmail.com.

    Thank you!!!

  42. Sir Bukti
    September 4th, 2014

    Dear friends, would you like to send me the latest dumps and practice lab to bukti.siregar@gmail.com ? I’m preparing for my ccna exam.

    Thankyou so much

  43. siva
    September 4th, 2014

    Dear all
    regarding to labs of icnd1 and icnd2 commands i want any one send me please to this
    E-mail-kumarsiva.kp@gmail.com.

  44. fly
    September 5th, 2014

    iam sitting in the exam anybody send me the latest dumps for success, my e-mail flyemirates2012@yahoo.com
    Thank You !!!

  45. sandip
    September 5th, 2014

    hello

    plz tell me if this site is really dependable if yes then how??

  46. Dosty
    September 5th, 2014

    Just passed my CCNA with 958. Question 5 present. Thanks to 9tut. Can someone try to put a blog in this site where we can just upload dumps free for every body to download without emailing people. If u need latest dumps, just email me to kolledm@yahoo.com

  47. Hassan Bilal
    September 6th, 2014

    Passed CCNA on 5th September with 986. ACL1, ACL2(MOD.3) and Eigrp labs. All the question were from 9tut and Watson, thanks 9tut. Keep up the good work you are doing by providing study material.

    Q1, 2 and 7 were in exam

  48. joseph
    September 6th, 2014

    Hi guys,
    Am Preparing for CCNA. Can anyone send me study material, How to practice on labs and latest dumps to help me prepare for certification. Email:estevao.o@hotmail.com.
    Thanks

  49. Anonymous
    September 7th, 2014

    yes i have a dumps any one want the contact me on this email sabeehhaider313@gmail.com

  50. Anonymous
    September 8th, 2014

    hii guys can anyone snd me the latest dumps of CCNA .. coz I don’t have and I have to give that xam up to 13 of sept.so plss snd me on my email is
    jigarmodi32 @gmail.com

Comment pages
1 6 7 8 9 10 14 1793
Add a Comment