Home > CCNA – VLAN Questions 2

CCNA – VLAN Questions 2

February 20th, 2011 Go to comments

Here you will find answers to VLAN Questions – Part 2

Question 1

Which of the following are benefits of VLANs? (Choose three)

A. They increase the size of collision domains.
B. They allow logical grouping of users by function.
C. They can enhance network security.
D. They increase the size of broadcast domains while decreasing the number of collision domains.
E. They increase the number of broadcast domains while decreasing the size of the broadcast domains.
F. They simplify switch administration.


Answer: B C E

Explanation

When using VLAN the number and size of collision domains remain the same -> A is not correct.

VLANs allow to group users by function, not by location or geography -> B is correct.

VLANs help minimize the incorrect configuration of VLANs so it enhances the security of the network -> C is correct.

VLAN increases the size of broadcast domains but does not decrease the number of collision domains -> D is not correct.

VLANs increase the number of broadcast domains while decreasing the size of the broadcast domains which increase the utilization of the links. It is also a big advantage of VLAN -> E is correct.

VLANs are useful but they are more complex and need more administration -> F is not correct.

Question 2

Refer to the diagram. All hosts have connectivity with one another. Which statements describe the addressing scheme that is in use in the network? (Choose three)

VLAN_address_scheme.jpg

A. The subnet mask in use is 255.255.255.192.
B. The subnet mask in use is 255.255.255.128.
C. The IP address 172.16.1.25 can be assigned to hosts in VLAN1
D. The IP address 172.16.1.205 can be assigned to hosts in VLAN1
E. The LAN interface of the router is configured with one IP address.
F. The LAN interface of the router is configured with multiple IP addresses.


Answer: B C F

Explantion

First we should notice that different VLANs must use different sub-networks. In this case Host A (172.16.1.126) and Host B (172.16.1.129) are in different VLANs and must use different sub-networks. But in this question, both answer A and B can separate VLAN 1 and VLAN 2 into different sub-networks . In particular, if the subnet mask is 255.255.255.192 we have

+ Sub-network 1: 172.16.1.0 -> 172.16.1.63
+ Sub-network 2: 172.16.1.64 -> 172.16.1.127 (assigned to VLAN 1)
+ Sub-network 3: 172.16.1.128 -> 172.16.1.192 (assigned to VLAN 2)
+ Sub-network 4: 172.16.1.192 -> 172.16.1.255

If the subnet mask is 255.255.255.128 we have 2 sub-networks:

+ Sub-network 1: 172.16.1.0 -> 172.16.1.127 (assigned to VLAN 1)
+ Sub-network 2: 172.16.1.128 -> 172.16.1.255 (assigned to VLAN 2)

But we should notice about the host part of each subnet mask. With 255.255.255.192 we have 2^6 – 2 = 62 hosts per subnet, which is smaller than the requirements of VLAN 1 (84 hosts) and VLAN 2 (114 hosts).
WIth 255.255.255.128 we have 2^7 – 2 = 126 hosts per subnet -> big enough for VLAN 1 & 2

-> B is correct.

The IP address 172.16.1.25, which is in the same sub-network with host A so it can be assigned to VLAN 1 -> C is correct.

To make different VLANs communicate with each other we can configure sub-interfaces (with a different IP address on each interface) on the LAN interface of the router -> F is correct.

Question 3

A network associate is trying to understand the operation of the FLD Corporation by studying the network in the exhibit. The associate knows that the server in VLAN 4 provides the necessary resources to support the user hosts in the other VLANs. The associate needs to determine which interfaces are access ports. Which interfaces are access ports? (Choose three)

VLAN_access_ports.jpg

A. Switch1 – Fa0/2
B. Switch1 – Fa0/9
C. Switch2 – Fa0/3
D. Switch2 – Fa0/4
E. Switch2 – Fa0/8
F. Router – Fa1/0


Answer: A C D

Explanation

Access ports are switch’s ports which are connected to hosts.

Question 4

What are three valid reasons to assign ports to VLANs on a switch? (Choose three)

A. to make VTP easier to implement
B. to isolate broadcast traffic
C. to increase the size of the collision domain
D. to allow more devices to connect to the network
E. to logically group hosts according to function
F. to increase network security


Answer: B E F

Question 5

Which statement is correct about the internetwork shown in the diagram?

VLAN_interrouting.jpg

A. Switch 2 is the root bridge.
B. Spanning Tree is not running.
C. Host D and Server 1 are in the same network.
D. No collisions can occur in traffic between Host B and Host C.
E. If Fa0/0 is down on Router1, Host A cannot access Server1.
F. If Fa0/1 is down on Switch3, Host C cannot access Server2.


Answer: E

Explanation

Switch 2 cannot be the root bridge because all ports of root bridges are designated ports. In the diagram switch 2 has one blocked port -> It is not the root bridge -> A is not correct.

Because Switch 2 has a blocked port so surely Spanning Tree Protocol is running -> B is not correct.

Host D belongs to VLAN 2 while Server 1 belongs to VLAN 3 so they are not in the same network -> C is not correct.

Host B & host C are connected through a hub so they are in the same collision domain and collision can occur -> D is not correct.

We need a router to allow different VLANs to communicate with each other. This router is called “router on a stick”. In this case it is Router1. The link between Router1 and Switch1 is configured as trunk link. If this link is down, different VLANs cannot communicate with each other -> E is correct.

If Fa0/1 is down on Switch3, Spanning Treel Protocol will “open” the blocked port on Switch 2 can Host C can access Server 2 through HostC -> Hub1 -> Switch2 -> Switch1 -> Router1-> Switch1 -> Server2 (notice that it must go through Router1 because they are in different VLANs). So F is not correct.

Question 6

Refer to the exhibit. Which of these statements correctly describes the state of the switch once the boot process has been completed?

VLAN_VLAN1_down.jpg

A. As FastEthernet0/12 will be the last to come up, it will not be blocked by STP.
B. Remote access management of this switch will not be possible without configuration change.
C. More VLANs will need to be created for this switch.
D. The switch will need a different IOS code in order to support VLANs and STP.


Answer: B

Explanation

From the output we notice that the administrator has just shut down Interface Vlan1, which is the default VLAN so no one can access it remotely (like telnet) -> B is correct.

Answer A is not correct as STP calculation does not depend on which port comes up first or last. STP recalculates when there is a change in the network.

A normal switch can operate without VLAN -> C is not correct.

This IOS does support VLAN because it has VLAN 1 on it -> D is not correct.

Comments (132) Comments
Comment pages
1 2 3 764
  1. Warren
    December 7th, 2012

    Cannot See any of the .jpg’s……..

  2. Warren
    December 7th, 2012

    ok, now they show up…weird……

  3. indumathi psg
    December 10th, 2012

    nice tutorial about vLAN

  4. 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 3

  5. adrianst
    December 13th, 2012

    @TDy11 – congrats! Where the other questions from dumps?

  6. sahil
    December 13th, 2012

    i cant post comments n queries…. damn it..!!

  7. sahil
    December 13th, 2012

    ohhh i did..!! its nw working… thnk god..!!

  8. sahil
    December 13th, 2012

    i am about to write my exam within 4 days..!!
    i have done 9 tut…nw practicing sims…!!

    guyz..!! plzz guide me… is that enough..!!! i fear…

  9. Worried
    December 18th, 2012

    I failed today with a score of 722…
    I did not have a single subnetting question…that’s my strength!
    Only 7 questions from 9tut. Just the luck of the draw.
    I had 4 quest.. about IPV6

    I need an additional site to supplement 9tut for studies….CCNA

  10. Juancholo
    December 18th, 2012

    It’s a piece of cake

  11. Me too
    December 20th, 2012

    Had many IPv6 Q’s too. Had the same Sims as everyone. If I take again will the sims 100% be different???

  12. Me too
    December 20th, 2012

    Had Q5 from here!!!!!

  13. Jeet
    December 30th, 2012

    @9tut
    I am going to give exam in next month,will these be valid for that time,plz confirm me
    Thanks in advance

  14. Me too
    February 8th, 2013

    Question 5 Also on test for me

  15. hodori702
    February 27th, 2013

    @9tut or whoever can answer this.

    On the multiple choice question where they ask you to choose 3, if you get 2 out of 3 correct, do you get partial points for that questions or no points at all??

  16. Jah Rastafarai
    February 27th, 2013

    Passed CCNA, question 1 from here.

  17. lunettes de vue ray ban
    March 5th, 2013

    The main hardest tactic to overlook another person will be as well as correct next to these people becoming familiar with you can still憑t|capital t|big t|to|testosterone levels|testosterone|w not|longer|l|r|g|s|h|d|p|T|metric ton|MT|tonne} have them. lunettes de vue ray ban http://www.g33.fr/

  18. Richard
    March 30th, 2013

    I need you guy to please assist me with the latest dump , am studying 9tut question now may God crown my effort.

  19. David Okeri
    June 4th, 2013

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

  20. andrew
    June 15th, 2013

    question on the net -
    Assuming the default switch configuration,which approach should you use to configure the extended vlan range(1006 through 4094) on a cisco catalyst 3750 series switch?
    A. Configure the switch to be in VTP client mode.
    B. Configure the switch to be in VTP domaint mode.
    C. Configure the switch to be in VTP transparent mode.
    D. Configure the switch to be in VTPv2.
    Answer is C, but it’s wrong, mode has got nothing to do with it, within configuring VTPv2 U can use extended range of VLANs. Some answers make me mad.

  21. Minhaj alam
    June 18th, 2013

    Is communication possible if two switchs is connected through each other and having one system each with different vlan .

  22. Ivan Grozni
    June 20th, 2013

    What do you mean ?!exactly .Explain yourself how proxy Arp works and you will understand :)

  23. JE
    July 8th, 2013

    Andrew is wrong.
    “For VTP version 1 and 2, before you create extended-range VLANs (VLAN IDs 1006 to 4096),
    you must set VTP mode to transparent by using the
    vtp mode transparent
    global configuration
    command. Save this configuration to the startup configuration so that the switch starts in VTP
    transparent mode. Otherwise, you lose the extended-range VLAN configuration if the switch
    resets and boots up in VTP server mode (the default”
    Straight from Cisco

  24. Sarb
    July 22nd, 2013

    9tut,

    I guess some problem with your QUIZ, i have done all 6 question and its showing all as correct, but i got only 50 marks.

    Can you please correct the quiz for others ?

    -Sarb

  25. Bill_Ado
    July 22nd, 2013

    @Andrew, before creating extended-range (1006-40960), you must first set the switch to transparent mode, the answer in the dump is wrong and you should not completely cram the answers from the dumps, but first, make sure you clear the concepts, dumps are there to help you make sure that you have the concepts really dialed in

  26. Bill_Ado
    July 22nd, 2013

    sorry forget the at the end of 6 in 40960, just a typo

  27. 9tut
    July 22nd, 2013

    @v: Could you please take a screenshot of your problem and send to support@9tut.com? We will fix the problem immediately.

  28. Anonymous
    July 28th, 2013

    i cant undestand thi q6

  29. lumpachi
    August 25th, 2013

    @Anonymous.

    you can’t remotely access the switch in Q6 (like Telnet or SSH) since the its default VLAN (VLAN1) is administratively down.

    Remember when you need to connect to a switch remotely, you need to set it’s IP add to be configurable in the vlan.

  30. Adeel
    August 26th, 2013

    Hello Guys I hope you will be fine there. I have CCNA (640-802) and CCNA security (640-554) Vouchers on special discount of 58% for World wide, with six months expiry date till you purchase. Each voucher cost 70USD.
    Details Required For CCNA Voucher For Discount Processing:
    1-Full Name. 1st Name & Last Name (as you want to appear on certificate & documents)
    2-Country.
    3-City.
    4-State.
    5-Pin Code (or Area Code)
    6-Residential Address (or where you can collect your Certificate or further correspondence
    can be received)
    7-Date of birth
    Add me on Skype through this information which is written below:
    Skype Name: rockon660
    you can also email me at this email address which is written below:
    madeelqaiser@gmail.com
    If you have any Questions feel free to contact me.
    Thanks,
    Best regards,
    Adeel

  31. Whatsit
    September 14th, 2013

    I have exam on monday can anyone please send me FREE latest dumps. Hitensiontc@btinternet.com

  32. Tarqui_Costa
    September 25th, 2013

    Exame em dois dias…

Comment pages
1 2 3 764
Add a Comment