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 4 5 6 7 8 14 1793
  1. Mark
    March 27th, 2014

    please send me last dumbssssss. seafarmer11@gmail.com

  2. Anonymous
    March 28th, 2014

    Hi guys can any one help me to get the latest dumps ccna 200-120.
    your help is appreciated.
    ahmed.abtidon@gmail.com, skype name ahmedabtidon.
    thanks

  3. Navi
    April 1st, 2014

    Hello guys, I have my exam next week, can anyone please send me the latest CCNA dumps at smile4ever65@yahoo.com. Or if you can suggest me where to download them from, I would really appreciate your help. Thanks in advance.

  4. Anonymous
    April 2nd, 2014

    Hello can someone please send me the latest dumps to etuntxpete@yahoo.com
    Thx in advance.

  5. Magdi
    April 2nd, 2014

    Can anyone send me last CCNA dumps, i have to pass the exam after two week
    My email: socar1650@hotmail.com
    Thanks a lot.

  6. Yone Saraiva
    April 4th, 2014

    I am taking my CCNA exam at the end of the month. Please, could you help me and send the lastest dumps? Thanks.
    yoneconfeccoes@hotmail.com

  7. Karthikeyan
    April 6th, 2014

    Its very nice..

  8. kidman
    April 6th, 2014

    Hi can anyone send me the latest\\\\\\\\\\

  9. vik1ng
    April 10th, 2014

    thk usefull

  10. Tary
    April 10th, 2014

    Hello guys lm planning to take icnd 1 this june, l will be so greatfull if someone sends relevent materials that l need to study.You can use tarymudaz@gmail.com .Most greatful for your response.

  11. Navi
    April 12th, 2014

    Can someone please send me the latest dumps to smile4ever65@yahoo.com. I have my exam in few days, would really appreciate a lot.

  12. hitcttd
    April 13th, 2014

    Hey all – would someone be so kind as to send me the latest dumps? hitcttd@gmail.com

    I’m renewing, had the 802 one before so dumps should do me just fine.

    Thanks guys!

  13. Anonymous
    April 15th, 2014

    Can someone please send me the latest dumps to aryansetu90@gmail.com. I have my exam in few days, would really appreciate a lot.

  14. nico
    April 17th, 2014

    Hi Guys
    Im planning to take the exam next month, is there anyone out here who has the latest Dumps.. pleaase send it to me nico.argamosa@google.com. it would be very helpful!! thanks a lot!

  15. nico
    April 17th, 2014

    Hi Guys
    Im planning to take the exam next month, is there anyone out here who has the latest Dumps.. pleaase send it to me nico.argamosa@gmail.com. it would be very helpful!! thanks a lot!

  16. mark
    April 20th, 2014

    Hello all, I am planning to take my ccna next month. Where can I find the latest dumps? Thanks in advance for any help. marionmark6@gmail.com

  17. jay
    April 22nd, 2014

    hello everyone where i can find a book 200-120

  18. dhanunjaya
    April 22nd, 2014

    plz FWD latest CCNA Dumps….

  19. COH
    April 22nd, 2014

    Hello there, taking ICND1 on friday and need/want dumps for practice…. 230023@gmail.com ty

  20. Satya Paul
    April 25th, 2014

    I have my ccna exam next week. Can anyone please send me dumps at satyapaul51@gmail.com .

  21. Anon
    April 28th, 2014

    All you people trying to get your CCNA just by reading braindumps will get nowhere in life without knowing the depths of each subject. Just saying…

  22. mani
    April 29th, 2014

    hi ,
    can u ple provide new dupms and vce setup.

    thanks

  23. mani
    April 29th, 2014

    hi all,
    any update

  24. mani
    April 30th, 2014

    i need latest dumps can u help me

  25. Anye desmond
    April 30th, 2014

    Hi there everyone, I am planning to take CCNA exam next month, but i don’t know how to start and what best materials should I study/review to sure pass the exam. Can someone send me latest dumps as what I’m seeing in here. I highly appreciate and many thanks to all. My e-mail is ppetit12@yahoo.com

  26. devndrA VERMA
    May 3rd, 2014

    send me a new dumps of ccna 200-120 r s plzz i really need it mail me at 99spyke@gmail.com

  27. Swagan Thapa
    May 4th, 2014

    Hey guys how are you,
    I am planning to take ccna 200-120 next month, will anyone will help me by sending ccna dumps for mine exam. And mine email is swagan_thapa@yahoo.com

  28. Sanjaya
    May 6th, 2014

    Hey guys,
    I am planning to take ccna 200-120 next week,
    will anyone will help me by sending ccna dumps for my exam.
    And my email is arstbandara@gmail.com
    Thanks..

  29. Destty
    May 7th, 2014

    i need latest dumps can u help me
    nika.matiashvili@gmail.com

  30. sudhakar
    May 7th, 2014

    Kindly share the recent ccna dump

  31. download
    May 8th, 2014

    get VCE Player new version just for 1$ email me if you want copy abidlatki9@gmail.com

  32. Confused
    May 8th, 2014

    Does anyone actually receive valid dumps to their email address. I am just starting out in CCNA and I have NOT asked anyone for a free handout.

    I actually done some research and found valid dumps. Thinking if anyone wants to be in I.T this is the way it should be, do your research, use google.

    The comments section should be reserved for questions on 9tut examples, not “oh send me the latest dump, I don’t want to find it myself”

    Whatevs try http://www.examcollection.com, scroll threw and read, do some research.

    Thankyou 9tut for your awesome contribution, hopefully there will be more users asking relevant questions on your topics, so we can all learn.

  33. MAAN
    May 8th, 2014

    i need latest dumps can u help me plzzzz shel be very thankfull to u plzzzzzzzzzzz………………………

  34. MAAN
    May 8th, 2014
  35. Tom
    May 8th, 2014

    Well said Confused. I would solely reserve the comment section for clarification on the questions for review; not to beg for what is available freely on the Internet with a little searching. As you pointed out, seems ironic that these people want to be in IT yet do not understand the tools at hand to help them advance their budding careers…
    awful

  36. jamie
    May 10th, 2014

    can someone please send me the latest dumps, jamie.berardi1@gmail.com

  37. fortunat
    May 10th, 2014

    wow. I thought i get some additional insight from the comments area, not a bunch of people asking for handouts. Not sure what paying got me.

  38. sayed
    May 12th, 2014

    hI everyone ,

    dears I need help please in ICND 1 exam (Switching and Routing)

    1. My VCE is not working. I need a new one.
    2.I need latest dumps.

    please how can help me send me on (s.mohd.bq@gmail.com)

  39. sayed
    May 12th, 2014

    hI everyone ,
    dears I need help please in ICND 1 exam (Switching and Routing)
    1. My VCE is not working. I need a new one.
    2.I need latest dumps.
    please who can help me send me on (s.mohd.bq@gmail.com)

  40. Talha
    May 13th, 2014

    can any one send me the lastest dumps and VCE software at haroon.talha@gmail.com..thankul to you

  41. Luiz
    May 15th, 2014

    The Question 4

    The are the same two statements!!!

    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.

    Which one is maximum..??

  42. wiw
    May 16th, 2014

    Thx for ur kindness

    Could anyone send me the lastest dumps , please
    wiw.miu@gmail.com

  43. Iceberg
    May 19th, 2014

    Please sent dump Help :) snoicer1877@gmail.com

  44. shishir
    May 19th, 2014

    Is there any kind of change in exam or any new questions? Please let me know.I am planning for next week.Thank you all

  45. Anonymous
    May 20th, 2014

    download free dumps from

    wurl.cc/52R

  46. Question 2 !!
    May 20th, 2014

    Question 2!! The explanation for the collision domain makes no sense.. It should on the side of the hub with all 5 connected sale pcs .. simply because that is what is connected to the hub and not the switch side?!!! please, correct the answer

  47. Question 2
    May 21st, 2014

    Q2: Hub makes one big collision domain so the count in hub side is one collision domain. while on switch side, each active port is a single collision domain, so makes 6 collision domain

  48. rxd034000
    May 22nd, 2014

    Q2 and 10 were in today exam

  49. shishir
    May 23rd, 2014

    @rxd034000 – All question were from 9tut? Please tell any new question if you had any. Thanks in advanc

  50. dinesh
    May 26th, 2014

    If any body have latest dumps plzz send me dineshteenu27@gmail.com

Comment pages
1 4 5 6 7 8 14 1793
Add a Comment