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 3 4 5 53
  1. haR
    November 25th, 2012
  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 Q 5

  3. san
    December 16th, 2012

    I think the explanation is misleading for question 1.

  4. san
    December 16th, 2012

    Guys let me simplify the question 1 (VLSM problem)
    I was confused at the last part (WAN address assignment) but I banged my head hard and was able to simplify the concept.

    The choice between 192.168.164.88/30 and 192.168.164.89/30 is little bit tricky.
    Now following the VLSM technique the actual network address for 5 Hosts network must be
    192.168.164.48/29. The /29 breaks network at 8. Therefore, the first WAN address must be:

    192.168.164.56/30

    But instead of this they have tricked and provided the choice in the increasing order:48+8=56
    56+8=64
    64+8=72
    72+8=80
    .
    .
    .
    .
    176+8=184

    Now ,192.168.164.184/30 is the network address of first WAN.
    Since the /30 breaks network at 4, the network address of second WAN would be
    192.168.164.188/30.

    Hence, the correct answer would be 192.168.164.189/30.

    I feel this sort of VLSM question is bit time consuming so guys please practice really hard for the exam.

    Wish you all the best luck!!!

  5. cs12
    December 16th, 2012

    For the question 1, we can analyse in slightly different perspective:

    For choosing between 192.168.164.189/30 and 192.168.164.188/30, let’s see the 5 Hosts part.

    The network containing 5 hosts is not 192.168.164.178/29
    We have to identify the network for this .

    Applying the VSM procedure, prior to 5 Hosts part there is 11 Hosts part with /28 which breaks network at 16.

    To simplify, the network of 5 Hosts is in the increasing subnet of 16.
    16, 32, 48……….160, 176

    Hence the network for 192.168.164.178/29 is 192.168.164.176/29

    Now /29 breaks network at 8.

    Therefore the network address for the WAN1 is 176+8=184, which is 192.168.164.184/30.
    /30 breaks network at 4.
    Therefore, the network address for WAN2 is 192.168.164.188/30.

    Hence, the correct answer is 192.168.164.189/30

  6. travis k
    December 26th, 2012

    what means ip subne-zero..

  7. travis k
    December 26th, 2012

    what means ip subnet-zero..

  8. travis k
    December 26th, 2012

    what means collaboration in question 5.

  9. xallax
    December 27th, 2012

    @travis k
    subnet-zero = first and last subnets on a network that has been split into subnets. you are allowed to use these 2 subnets by default on modern cisco devices

  10. xallax
    December 27th, 2012

    @travis k
    “Collaboration is working together to achieve a goal.”
    http://en.wikipedia.org/wiki/Collaboration

  11. Prashanth Dsouza
    December 27th, 2012

    his 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)

  12. Prashanth Dsouza
    December 27th, 2012

    his 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)

    Can I skip this?or shud i study this question for ccna exam?

  13. Prashanth Dsouza
    December 28th, 2012

    his 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)

    Can I skip this?or shud i study this question for ccna exam?

  14. Prashanth Dsouza
    December 28th, 2012

    Reffering to this question:

    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)

    Can I skip this?or shud i study this question for ccna exam?

  15. Andy
    January 9th, 2013

    Dsouza you should better study that drag and drop question because it’s an objetive on the exam, any other concern lasvillastravel@gmail.com

  16. Daniel L.
    January 22nd, 2013

    Q.1 on ICND2 test

  17. taffybouy
    January 28th, 2013

    Question 1 is not right, it can’t be……

    I assume the first usable IP is in use for the interface in question (can’t get any router to give me any partial config by hovering)

    If the above is correct then how can you move from a IP of 192.168.164.149/27 to the next subnet which is less than 32 away i.e 192.168.164.166/28 which should be 192.168.164.180/28

    Maybe I’m missing something important from the router configs?

    Won’t work on firefox, chrome or explorer

  18. hi all
    February 1st, 2013

    ip subnet-zero command allow you to use first and last sub network :)
    Since Cisco by default providing it hence you don’t need to configure this command any more as far as mentioned in question.

  19. Jeannot
    February 5th, 2013

    am getting ready for my international exam for the 15th of this month, can anyone send me the latest CCNA DUMPS to my Email address stated below:
    jeangwemwa@yahoo.com

  20. superman
    February 12th, 2013

    thankyou very much

  21. merovetman
    February 12th, 2013

    am now prpare exam ccna but i dont now which exam from exam coolcation will started pls help me .thanks

  22. dane
    February 24th, 2013

    give me a question ccna last 2012 vtp

  23. dane
    February 24th, 2013

    am now prpare exam ccna but i dont now which exam from exam coolcation will started pls help me .thanks

  24. dane
    February 24th, 2013

    I prepare ccna 2012 in a week can want you to guide me on the issues and vtp acl eigrp of exple di possible give me the link thank you…

  25. dane
    February 26th, 2013

    TDy11

    give me the ccna exam questions that you had to do December 13th, 2012 thx

  26. Lison Selorm
    March 3rd, 2013

    am taking my CCNA 640-802 next month, can anyone send me latest updates (dumps) @s_tagbo@yahoo.co.uk
    i’ll be very grateful

  27. g77.fr
    March 3rd, 2013

    Legitimate affinity foresees the requirements of additional rather of glorify it is usually have possession of. g77.fr http://www.g77.fr/

  28. Ariq
    March 24th, 2013

    send me the latest dumps
    faheb@hotmail.com

  29. gggrogers
    March 30th, 2013

    I am taking my CCNA 640-802 real soon, can anyone send me the latest dumps to gggrogers@yahoo.com. Thanx…

  30. AA
    April 2nd, 2013

    Anyone see question 6 on a test recently?

    Is it actually a lab question?

  31. Jelena
    April 12th, 2013

    Hi, I have passed CCNA week ago, with score 1000/1000 :)
    Exam was easy, all questions known, labs were ACL2, EIGRP and VTP.
    For preparing I’ve used Cisco CCNA Exploration curriculums, Odom’s books, 9tut, Spike and Acme dumps.
    My advise is first go through all subjects in Odom’s books or
    exploration curriculum, try to pick up all concepts, then go through 9tut questions and labs, if you have any doubts go back to book, and in the end practise some dump to gain in speed.
    There were sume bugs in VTP sim, try to give it same time to stabilize, and then try again.
    Thanks a lot to 9tut and examcollection!!!
    And very best to all of you :)

    p.s. If anyone have questions I’ll try to help so ask ;)

  32. TheFailure
    April 16th, 2013

    I got #1 on ICND2. The ip addresses were different, though.

  33. lolek
    May 2nd, 2013

    Absolutely written content material , Really enjoyed studying. lolek http://www.nowoczesnastrona.com

  34. ehasima
    May 6th, 2013

    I failed my exam. please send me the latest dump in “ehasima@hotmail.com”

    thanks a lot…

  35. Mohamed Haris
    May 13th, 2013

    Thanks Jelena tan lot 4 ur guidance

  36. malik
    May 15th, 2013

    anyoone knows when is the ccna exam changing?
    shahram327@gmail.com

  37. Pake
    May 15th, 2013

    Hi,
    I’m new to the site and find it very helpful so far..I’m studying for my CCENT (ICND-1)….
    What are the 4 SIMS that can come up on the Exam?
    I want to chose the 2 exam option..

    I got told that STP, ACLs, Vlans and Nat are all ICND 2 (not ICND-1)
    where can I get definitive ICND-1 questions only?
    Right now, I am slightly confused and need to know what to study for ICND-1 and what not to study for ICND-1.

    THanks for your help.

  38. ace me
    May 16th, 2013

    I’m confused. On question number one, when submitting for the hosts aren’t you borrowing from the right? When subnetting for networks you borrow from the left using the equation (2^n-2). When submitting for hosts you use the equation (2^n) only. If you need five hosts then it should be /27. If you need 16 hosts then it should be /29. If you need 11 hosts then it should be /28.

    And to make it a bit more complicated, technically if you only need 16 hosts, you would use /28. However this would not leave room for expansion. Am I missing something?

    The /30 is correct because we need 2 networks not hosts. In this case we would use the equation 2^n-2

  39. Michal
    May 20th, 2013

    @ace me
    /28 = 14 hosts. always remember about network and broadcast addresses.
    for 16 hosts you should use /27 subnet masks

  40. mohamed
    May 23rd, 2013

    Please please please guys i am preparing for the exam next month, can someone be kind enough to send me the latest dumps on my e-mail : mastermalganis@hotmail.com

  41. hello,good
    May 23rd, 2013

    hello ,this is my site hello,good http://www.sohdd.com

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