Home > CCNA – Operations 1

CCNA – Operations 1

January 5th, 2011 Go to comments

Here you will find answers to Operations Questions (Part 1)

Question 1:

What are two reasons that a network administrator would use access lists? (Choose two.)

A. to control vty access into a router
B. to control broadcast traffic through a router
C. to filter traffic as it passes through a router
D. to filter traffic that originates from the router
E. to replace passwords as a line of defense against security incursions


Answers: A C

Question 2:

A single 802.11g access point has been configured and installed in the center of a square office. A few wireless users are experiencing slow performance and drops while most users are operating at peak efficiency. What are three likely causes of this problem? (Choose three.)

A. mismatched TKIP encryption
B. null SSID
C. cordless phones
D. mismatched SSID
E. metal file cabinets
F. antenna type or direction


Answers: C E F

Question 3:

Refer to the exhibit. How many broadcast domains exist in the exhibited topology?

vlanbroadcastdomain

A. one
B. two
C. three
D. four
E. five
F. six


Answer: C

Question 4:

Which type of attack is characterized by a flood of packets that are requesting a TCP connection to a server?
A. denial of service
B. brute force
C. reconnaissance
D. Trojan horse


Answer: A

Question 5:

Refer to the exhibit.

intervlan1

The network administrator has created a new VLAN on Switch1 and added host C and host D. The administrator has properly configured switch interfaces FastEthernet0/13 through FastEthernet0/24 to be members of the new VLAN. However, after the network administrator completed the configuration, host A could communicate with host B, but host A could not communicate with host C or host D. Which commands are required to resolve this problem?

A. Router(config)# interface fastethernet 0/1.3
Router(config-if)# encapsulation dot1q 3
Router(config-if)# ip address 192.168.3.1 255.255.255.0

B. Router(config)# router rip
Router(config-router)# network 192.168.1.0
Router(config-router)# network 192.168.2.0
Router(config-router)# network 192.168.3.0

C. Switch1# vlan database
Switch1(vlan)# vtp v2-mode
Switch1(vlan)# vtp domain cisco
Switch1(vlan)# vtp server

D. Switch1(config)# interface fastethernet 0/1
Switch1(config-if)# switchport mode trunk
Switch1(config-if)# switchport trunk encapsulation isl


Answer: A

Explanation:

Communication between host A and host B on the same VLAN does not need a router but communication between host A and host C (or host D) need a layer 3 device, in this case Router1, which is called a “router on a stick”. From the output of Router1, we notice that there is not any route to the new network 192.168.3.0/24 which host C and host D belong to. Therefore, we need to configure a subinterface for this network.

Question 6:

Refer to the exhibit. What is the most efficient summarization that R1 can use to advertise its networks to R2?

autosummarize

A. 172.1.0.0/22

B. 172.1.0.0/21

C. 172.1.4.0/22

D. 172.1.4.0/24
172.1.5.0/24
172.1.6.0/24
172.1.7.0/24

E. 172.1.4.0/25
172.1.4.128/25
172.1.5.0/24
172.1.6.0/24
172.1.7.0/24


Answer: C

Explanation:

Network 172.1.4.0/25 and network 172.1.4.128/25 can be grouped to a single network 172.1.4.0/24

Network 172.1.4.0/24 + Network 172.1.5.0/24 + Network 172.1.6.0/24 + Network 172.1.7.0/24 can be grouped to a single network 172.1.4.0/22 because we have all 4 subnetworks so we can move left 2 bits (22=4)

Question 7:

Which spread spectrum technology does the 802.11b standard define for operation?

A. IR
B. DSSS
C. FHSS
D. DSSS and FHSS
E. IR, FHSS, and DSSS


Answer: B

Question 8:

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 9:

Refer to the topology and router configuration shown in the graphic. A host on the LAN is accessing an FTP server across the Internet. Which of the following addresses could appear as a source address for the packets forwarded by the router to the destination server?

natpool

A. 10.10.0.1
B. 10.10.0.2
C. 199.99.9.33
D. 199.99.9.57
E. 200.2.2.17
F. 200.2.2.18


Answer: D

Question 10:

Which routing protocol by default uses bandwidth and delay as metrics?
A. RIP
B. BGP
C. OSPF
D. EIGRP


Answer: D

Question 11:

Refer to the exhibit. The networks connected to router R2 have been summarized as a 192.168.176.0/21 route and sent to R1. Which two packet destination addresses will R1 forward to R2? (Choose two)

autosummarize2

A. 192.168.194.160
B. 192.168.183.41
C. 192.168.159.2
D. 192.168.183.255
E. 192.168.179.4
F. 192.168.184.45


Answer: B E

Explanation:

From the subnet mask of /21, we can specify the network address and broadcast address of this subnetwork:

Increment: 8 of the third octet(/21 = 255.255.248.0 or 1111 1111.1111 1111. 1111 1000.0000 0000)
Network address: 192.168.176.0
Broadcast address: 192.168.183.255 (183 = 176 + 8 – 1)

Therefore all the destination addresses in this range will be forwarded to R2 -> B and E lie in this range and their packages will be forwarded to R2. Please notice that D is an incorrect answer because it is a broadcast address and R1 will drop its packages.

Question 12:

Refer to the exhibit. Which switch provides the spanning-tree designated port role for the network segment that services the printers?

switchpriority

A. Switch1
B. Switch2
C. Switch3
D. Switch4


Answer: C

Explanation:
First, the question asks what switch services the printers, so it can be Switch 3 or Switch 4 which is connected directly to the Printers.
Next, by comparing the MAC address of Switch 3 and Switch 4 we found that the MAC of Switch 3 is smaller. Therefore the interface connected to the Printers of Switch 3 will become designated interface and the interface of Switch 4 will be blocked
(Please notice that Switch 1 will become the root bridge because of its lowest priority, not Switch 3)

Comments
Comment pages
1 2 3 4 17
  1. pat
    December 10th, 2012

    ok guys false alarm about question 12, I think I’m just to tired of revising cisco haha

    I didn’t have look closely at the exhibition

  2. TDy11
    December 13th, 2012

    TY 9tut.

    Today I have passed the CCNA. (860/825)
    50 questions 3 labs (VTP, EIGRP, ACL). 35 from 9tut.

    Also thanks a lot Brar and Sekhar (still valid from examcollection)

    Ty again 9tut

    from here none

  3. arul
    December 15th, 2012

    hi… all

    how many question in 9tut

  4. amira
    January 18th, 2013

    elsalam 3likom, can u explain q 9

    is 9 tut the latest question ,iwill have exam 1st of february

  5. Anonymous
    January 19th, 2013

    Any explanation for Qustion 9? I do not get it. Thanks!

  6. Anonymous
    January 19th, 2013

    Actually, thanks, I just saw it explained in the previous pages.

  7. ibrahim
    January 22nd, 2013

    the trick behind q9 is that the NAT pool is public IPs, so the NAT-clients will use them and the router will forward these public IPs, since the pool starts with 199.99.9.40 then C (199.99.9.33) is wrong answer, so the only correct one is 199.99.9.57 which falls in the NAT-pool-range (199.99.9.40 –> .60), in a nut shell this a dynamic NAT
    it seems the company in this q has lots of money to buy this whole range of public IPs

    mesaa el fol ya m3lmeen

  8. CCNA
    February 12th, 2013

    good stuff

  9. Prab
    February 25th, 2013

    Ques 11. If d is a broadcast address than b is also a broadcast. Then how come we select it

  10. Jah Rastafarai
    February 27th, 2013

    Passed CCNA, question 2 from here.

  11. shshoor
    March 1st, 2013

    que s2 was in the exam today

  12. Thabzz
    March 8th, 2013

    Hello guys. What is the 640-802 exam like, i heard the is a new book ccna study guide 7th edition is it useful to get ahold of the this book to pass? What is the latest test score to pass?

  13. Mohamed
    March 18th, 2013

    thbazz there is a programe to train u to the exams Visul cert exam and go to examcollection.com to download exam ….. and the pass score is 825 gl

  14. asem
    March 20th, 2013

    please informed me about valid dumps

  15. Me too
    March 21st, 2013

    Question 6 on CCNA 2nd try today

  16. maii
    March 26th, 2013

    Is simulations gonna be the same if you to take retake..

  17. sachin
    April 12th, 2013

    @9tut team,

    Qn 8 : 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?

    In sw have CSMA/CD and also communicate in full duplex but how answer could be the half duplex ?

  18. Farhan
    April 15th, 2013

    passed ICND2 with 902 marks. Q9 and Q12, Q5 were in the exam

  19. what you can do to help prevent falls in the elderly-26
    April 24th, 2013

    Gratitude for building this send! I in reality understand the no cost information. what you can do to help prevent falls in the elderly-26 http://www.keyfitness.cn/forum.php?mod=viewthread&tid=3332494&extra=

  20. romedea
    April 28th, 2013

    Can someone please email me the latest Dumps to cristian.romedea@gmail.com

  21. Zahid Ismail
    May 5th, 2013

    q6 in today exam

  22. simple ways to bring life and excitement to your picnic table-15
    May 6th, 2013

    Exceptional read, I just passed this onto a friend who was doing some research on that. And he in fact bought me lunch since I identified it for him smile So let me rephrase that: Thank you for lunch! simple ways to bring life and excitement to your picnic table-15 http://www.mama101.ca/forum.php?mod=viewthread&tid=395277

  23. Richard
    May 8th, 2013

    Prab @ Q11. Explanation:

    subnet 192.168.176.0
    hosts per subnet 8-2 = 6
    block size 8 because the mask is 21

    subnet = 192.168.176.0
    host range = 192.168.176.1 – 192.168.183.254 (B falls in this range)
    broadcase =192.168.183.255

  24. David Okeri
    June 7th, 2013

    Pliz i will sit for the CCNA exam next month, can someone send me the latest dumps on email: olesimbe@yahoo.com

  25. Anonymous
    June 16th, 2013

    I passed my CCNA exam. I bought my CCNA dumps from pass4sure. . I have pass4sure v10 653question .if any one interested mail me mzqp789@gmail.com

Comment pages
1 2 3 4 17
  1. No trackbacks yet.
Add a Comment