Home > CCNA – Drag and Drop 1

CCNA – Drag and Drop 1

February 27th, 2011 Go to comments

Here you will find answers to drag and drop Questions

Question 1:

A dental firm is redesigning the network that connects its three locations. The administrator gave the networking team 192.168.164.0 to use for addressing the entire netwok. After subnetting the address, the team is ready to assign the addresses. The administrator plans to configure ip subnet-zero and use RIP v2 as the routing protocol. As a member of the networking team, you must address the network and at the same time conserver unused addresses for future growth. With those goals in mind, drag the host addresses on the left to the correct router interface. Once of the routers is partially configured. Move your mouse over a router to view its configuration. Not all of the host addresses on the left are necessary.

vlsm1


Answer:

vlsm1_solution

Explanation:

In short, we should start calculating from the biggest network (with 16 hosts) to the smallest one using the formula 2n – 2 (n is the number of bits we need to borrow).Therefore:

16 hosts < 25 – 2 (we need to borrow 5 bits -> /27)

11 hosts < 24 – 2 (borrow 4 bits -> /28)

5 hosts < 23 – 2 (borrow 3 bits -> /29)

From the available ip addresses, we see that each of them has only one suitable solution (they are 192.168.164.149/27,192.168.164.166/28 and 192.168.164.178/29)

The smallest network is the Floss S0/0 which only requires 2 hosts = 22 – 2 (need to borrow 2 bits ->/30). There are 2 suitable answers: 192.168.164.189/30 and 192.168.164.188/30 but notice that 192.168.164.188/30 is the network address so we can not use it (because 188 = 4 * 47) -> we have to choose 192.168.164.189 as the correct solution.

In fact, it is not the formal way to solve a VLSM question so I recommend you to review your CCNA book if you haven’t grasped it well yet.

Question 2:

In order to complete a basic switch configuration, drag each switch IOS command on the left to its purpose on the right

commanddragdrop


Answer:

1) enable

2) configure terminal

3) hostname

4) Interface vlan 1

5) no shutdown

6) ip address

7) ip default-gateway

Question 3:

The Missouri branch office router is connected through its s0 interface to the Alabama Headquarters router s1 interface. The Alabama router has two LANs. Missouri users obtain Internet access through the Headquarters router. The network interfaces in the topology are addressed as follows: Missouri: e0 – 192.168.35.17/28; s0 – 192.168.35.33/28; Alabama: e0 – 192.168.35.49/28; e1 – 192.168.35.65/28; s1 – 192.168.35.34/28. The accounting server has the address of 192.168.35.66/28. Match the access list conditions on the left with the goals on the right. (Not all options on the left are used.)

accesslist1


Answer:

1) deny ip 192.168.35.16 0.0.0.15 host 192.168.35.66

2) deny ip 192.168.35.55 0.0.0.0 host 192.168.35.66

3) permit ip 192.168.35.0 0.0.0.255 host 192.168.35.66

Explanation:

1) The wildcard mask of the command “deny ip 192.168.35.16 0.0.0.15 host 192.16.35.66″ is 0.0.0.15, which is equal to network mask of 255.255.255.240 = /28. So the access list will deny all traffic from network 192.168.35.16/28 from accessing host 192.16.35.66, which is the IP address of accounting server.

2) The command “deny ip 192.168.35.55 0.0.0.0 host 192.168.35.66″ will deny host 192.168.35.55, which is a user and belongs to interface e0 of Alabama router (192.168.35.49/28) from accessing accounting server.

3) Because there is an implicit “deny all” command at the end of each access list so the command “permit ip 192.168.35.0 0.0.0.255 host 192.168.35.66″ will only let network 192.168.35.0/24 access accounting server whilst prevent traffic from other networks.

Question 4:

A host with the address of 192.168.125.34/27 needs to be denied access to all hosts outside its own subnet. To accomplish this, complete the command in brackets, [access-list 100 deny protocol address mask any], by dragging the appropriate options on the left to their correct placeholders on the right.

accesslist2


Answer:

1) ip

2) 192.168.125.34

3) 0.0.0.0

Full command: access-list 100 deny ip 192.168.125.34 0.0.0.0

Question 5:

Drag and drop the network user application to the appropriate description of its primary use (not all options are used)

networkapplication


Answer:

1) web browser

2) instant message

3) e-mail

4) database

5) collaboration

Question 6:

This topology contains 3 routers and 1 switch. Complete the topology.

Drag the appropriate device icons to the labeled Device




Drag the appropriate connections to the locations labeled Connections.

Drag the appropriate IP addresses to the locations labeled IP address

(Hint: use the given host addresses and Main router information)

To remove a device or connection, drag it away from the topology.

Use information gathered from the Main router to complete the configuration of any additional routers. No passwords are required to access the Main router . The config terminal command has been disabled for the HQ router. The router does not require any configuration.

Configure each additional router with the following

Configure the interfaces with the correct IP address and enable the interfaces.




Set the password to allow console access to consolepw

Set the password to allow telnet access to telnetpw

Set the password to allow privilege mode access to privpw

Note: Because routes are not being added to the configurations, you will not be able to ping through the internetwork.

All devices have cable autosensing capabilities disabled.

All hosts are PC’s

assigncableandip


Answer:

networkapplication_solution

View full explanation of this question here

Comments
Comment pages
1 4 5 6 53
  1. jhggyt
    September 8th, 2013

    cleared my exam and i got the pass4sure dump from this link study material also
    avaiable (( http://demo.urlshortenerscript.net/2f5 )) all the best

  2. Nick
    September 10th, 2013

    I would rather present it in this way:
    192.168.152.129/28 1000 0001 192.168.152.225/28 1110 0001
    192.168.152.142/28 1000 1110 192.168.152.238/28 1110 1110
    192.168.152.177/28 1011 0001 Main Fa0/0 192.168.152.174/28 1010 1110 RR S0/0
    192.168.152.190/28 1011 1110 LR Fa0/0 192.168.152.161/28 1010 0001 Main S0/0

  3. jasostrong
    September 11th, 2013

    Thanks 9tut. I made it. I passed my CCNA 200-120 today. The sim is Access-list 1 , Access-list 2 & EIGRP. A lot of new questions like Netflow, Syslog, SNMP, VRRP, and GLBP.

  4. wang
    September 14th, 2013

    hi,

    anybody who knows where to download .vce but not the trial one? everytime i download, its on trial and i can only try 5 questions. thanks.

  5. thanks 9tut passed the CCNA exam today! 960! sim VTP, EIGRP and ACL2
    September 14th, 2013

    Praise Jesus!
    i got CCNA score of 960! all glory belongs to Jesus!

  6. CiscoER
    September 14th, 2013

    @ wang you need to download the *full* VCE program to be able to read the full dump. No way to avoid the $30.00 bucks for the program. Its at the top right of the screen. I have not bought mine as yet. 9tut seems to be enough (so far)

  7. Anonymous
    September 15th, 2013

    The answer to #4 on the drag and drop page is incorrect. That is an invalid format for an extended access-list. Access-list 100 is an extended list not a standard list.

  8. CiscoER
    September 15th, 2013

    @ anonymous. It doesn’t matter in question 4 though because you do not have to choose/drag the # for the access list. If the line preceding that command line used extended then this line would have to be extended also.

  9. BroiwSSep
    September 18th, 2013

    @ CiscoER

    if we are order that one, how long the packet will be received ?

  10. BroiwSSep
    September 18th, 2013

    @ CiscoER

    did u passed ? can u send to my email nomwaffen@yahoo.com how to configure for lab .. i was failed

  11. wang
    September 19th, 2013

    hi,

    i downloaded new dump from exam collection. saw something new in the drag & drop about LSA for OSPF. is this a new question on the actual exam?

    can anybody confirm if they encountered this on the actual exam. thanks.

  12. Mamooobbx
    September 19th, 2013

    @ wang

    would you like share to me ? please

  13. pandu
    September 20th, 2013

    guys, i am going to appear for ccna 640-802 on 20/9/13.

  14. Vishnuraj
    September 23rd, 2013

    Hi guys Sep 25th i am gonna attend the Exam. What are questions coming from Drag and Drop. Pls update ASAP.

  15. JALKHG
    September 26th, 2013

    ***PASSED EXAM***
    THE EXAM DUMP AND STUDYMATERIAL ARE AVAIABLE IN THE BELOW LINK (( http://tinymoz.com/9tut ) MAKE USE AND BE SUCCESS.,,

  16. Anonymous
    October 28th, 2013

    download latest dumps from
    9
    t
    u
    t
    .
    c
    o
    m
    x
    a
    .
    c
    o
    m

  17. hi
    December 8th, 2013

    O my goodness its very hard to learn Cisco even though i am so interested on it but if i learn vlsm then the sub netting will be gone if learn ospf then other shit will be gone i am so Confused No idea what to actually do

  18. Navid
    December 8th, 2013

    in my thoughts they should gave second chance for the failures, there are a lot of people that they can’t afford the Payment. it would be amazing from me to suggest for those who are in charge….

  19. radhika
    December 17th, 2013

    For Q1, should not the correct IP for serial link be 192.168.164.188/30 , as the qn says that the admin plans to configure ip subnet zero => allowing him to use the network address ???

  20. as
    November 15th, 2014

    i have exam next week

    kindly send me the latest dumps (vce files)

    shah.ahamed05@gmail.com

Comment pages
1 4 5 6 53
  1. No trackbacks yet.
Add a Comment