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. tyler j.
    July 27th, 2011

    question 6. Doesn’t this assume that there is only one Vlan (vlan1) existing? Is there really enough information here to make the assumption that there is only Vlan1 configured? Thanks

  2. Jass
    July 27th, 2011

    9tut..can you please help with the answer of question 6.
    Dumps says option C is correct….Thanks!!

  3. 9tut
    August 2nd, 2011

    @tyler: No, there is not enough information about other VLANs.

  4. John son
    August 2nd, 2011

    @Jass
    Question 6: Answer B is correct. I’m sure.

    Thanks 9tut..

  5. Ahmed Musa
    August 3rd, 2011

    @ Jass: I think C is not correct because it states adding VLANs without mentioning clearly that the VLAN to be added is the management VLAN. I believe the best answer is B.

  6. can any one please explain me question 5
    August 9th, 2011

    I have confusion between answer E and F

  7. 9tut
    August 10th, 2011

    I added explanation to question 5, kindly check again.

  8. Sandeep
    August 10th, 2011

    Can you please explain question No. 2

  9. enjabm
    August 10th, 2011

    Sandeep.

    vlan 1 has 84 hosts and the ip address of one of the hosts is 172.16.1.126
    vlan2 has 114 hosts and the ip address of one of the host sis 172.16.1.129

    the subnet has to have 7 host bits which will accomodate 2 to the power 7 less 2 making it 126 hosts.

    that makes the mask in use 255.255.255.128 as this will leave 7 host bits. block size 128

    that makes the valid subnets 172.16.0.0 172.16.0.128 172.16.1.0 172.16.1.128 172.16.2.0 172.16.2.128 …………

    so for the vlan 1 subnet 172.16.1.0 the valid ip addresses being 172.16.1.1 to 172.16.1.126

    vlan 2 172.16.1.129 to 172.16.1.254 as valid ip addresses.

    that makes B and C answers Obviously F as to communicate between the vlans sub-interfaces have to be configured on the router.

  10. Guest
    August 24th, 2011

    Question 3 is a ridiculous question. All of the host ports should be access ports meaning the following should all be access ports:

    Switch 1 – Fa0/2
    Switch 1 – Fa0/5
    Switch 2 – Fa0/4
    Switch 2 – Fa0/6
    Switch 2 – Fa0/3

    Just because you assign a port to a different vlan on a switch doesn’t mean it needs to be a trunk. Trunks are only for multiple vlan connections. Cisco should get rid of this question!

  11. susan
    August 24th, 2011

    i need some questions on ccna 1 network fundamental

  12. Nikita
    August 27th, 2011

    in one dump, I found this question:
    Vlan 3 is not configured on your switch. What happens if you set the switchport access vlan 3 command interface configuration mode?

    A. The command is accepted and the respective VLAN is added to vlan dat
    B. The command is rejected
    C. The command is accepted and you must configure the vlan manually
    D. The port turns amber

    Which variant is correct?

  13. pepsi
    August 27th, 2011

    ans is A….sw w/o vlan 3 yet…use command -if> switchport access mode vlan 3 then enter ..show vlan brief…vlan 3 stored w/o config >vlan 3….

  14. kamail1980
    August 28th, 2011

    @nikita
    ans A is correct.

  15. Nikita
    August 28th, 2011

    When i set this command in packet tracer, it is rejected

  16. xallax
    August 28th, 2011

    @nikita
    Switch>en
    Switch#conf t
    Switch(config)#int fa0/1
    Switch(config-if)#switchport access vlan 3
    % Access VLAN does not exist. Creating vlan 3

  17. bangs
    September 6th, 2011

    this is what you should do after creating the vlan 3……switch(config)#vlan 3
    switch>en
    switch#conf t
    switch(config)#int fa0/1
    switch(config-if)#switchport mode access
    switch(config-if)#switchport access vlan 3

    make sure int fa0/1 is not connected to another switch as trunk port only then it will take

  18. Claudio from Chile
    September 8th, 2011

    Firends.

    1) VLAN should be created.
    2) VLAN should be add to desired port.

    How do you add port to VLAN 3, if VLAN 3 don“t exist?

  19. xallax
    September 8th, 2011

    @claudio

    1:
    en
    vlan database
    vlan 3
    exit
    conf t
    interface fa 0/1
    switchport mode access
    switchport access vlan 3

    2:
    en
    conf t
    vlan 3
    exit
    interface fa 0/1
    switchport mode access
    switchport access vlan 3

    3:
    en
    conf t
    interface fa0/1
    switchport mode access
    switchport access vlan 3

    all 3 do the same thing.

  20. stantheman
    September 10th, 2011

    xallax

    nice!!

    1:
    en
    vlan database
    vlan 3
    exit
    conf t
    interface fa 0/1
    switchport mode access
    switchport access vlan 3

    didnt know you can add a vlan this way..
    didnt know there was such a thing as “Switch(vlan)#”

  21. Big man Big mind
    September 11th, 2011

    Question no. 5. Nice explanation. Many thanks 9tut. See again.

  22. hani
    September 12th, 2011

    @ anyone can u send me the latest CCNA actual exam?

    please send it to sab3001@hotmail.com

    Appreciate anyone who will share it. Thanks!

  23. BMW
    September 15th, 2011

    Hi All inclding 9 Tut

    Question 3, is seems to be very wiered one am I right! if not please shed some light in it!

    Mnay thanks

  24. DimS
    September 16th, 2011

    @BMW: It’s simple. Links between switches and links between router&switch – will be trunk links and corresponding ports will be trunk ports. Links from switch to host/server/printer will be access links and ports will be access ports.

  25. Rohith
    September 16th, 2011

    in qu.no 1,what this mean

    They increase the number of broadcast domains while decreasing the size of the broadcast domains.

  26. BMW
    September 17th, 2011

    @DimS Yes thanks after such long thought it works and its really help. Cheers

  27. Sunny
    September 20th, 2011

    @ Nikita
    in one dump, I found this question:
    Vlan 3 is not configured on your switch. What happens if you set the switchport access vlan 3 command interface configuration mode?
    A. The command is accepted and the respective VLAN is added to vlan dat
    B. The command is rejected
    C. The command is accepted and you must configure the vlan manually
    D. The port turns amber
    Which variant is correct?

    correct answer: A. The command is accepted and the respective VLAN is added to vlan dat

    If someone has the new dumps, please send it to me. i will be taking the ccna next week.
    ssunnykamboj@gmail.com

  28. nik
    September 21st, 2011

    If someone has the new dumps, please send it to me. i will be taking the ccna next week.
    nikos_g_s@hotmail.com

  29. jessy
    September 28th, 2011

    If someone has the latest CCNA actual exam questions and latest dump , please send it to me, i’ll take the ccna exam next week.
    eng.yassminma@yahoo.com

  30. sandeep
    October 1st, 2011

    really good question n explanation awesome………..

    thks sir

  31. ciscocareer
    October 13th, 2011

    Nice explanation 9tut.Thanks! I will take the ccna exam tom…:) If ever someone has a latest ccna dumps pls send it to me! thank you!

    dominic.santos0619@yahoo.com

  32. Syed Kashif Shahab
    October 13th, 2011

    9tut your portals are splendid….for CCNA and CCNP guys…May God keep this site working endlessly and cause it to grow further…..

  33. mussa
    October 24th, 2011

    can any one help me,i want to re-take ccna exam is the exam from this 9tut?

  34. Eng-Support
    November 21st, 2011

    Very nice 9tut go on ;) :)

  35. Anonymous
    November 27th, 2011

    If someone has the new dumps, please send it to me. i will be taking the ccna next week.

    swit.birath5@gmail.com

  36. mystical
    November 30th, 2011

    raphael

    i wrote my ccna exam this morning and i score 867.the dump are still valid eigrp,vtp
    and acl are the simulation qusts thanks to 9tut,examcollection and karrox

  37. Macky
    December 7th, 2011

    Hi 9tut!

    I’ve been reviewing the tutorials here and all seems very useful.

    I’ll be taking the ccna exam this coming december 20. can someone send me the latest dumps to me at mack_lumahan@yahoo.com.ph

    thanks 9tut and more power to us!

  38. Neha
    December 20th, 2011

    Hi 9tut
    I think the answer A switch 1 – Fa0/2 as a trunk link is wrong, its a access port as it is connected to the host.
    Answer should be Switch 2 – Fa0/8 which is configured as trunk port to be able to carry the VLAN info to Switch 1.

  39. Koffy
    December 21st, 2011

    @Neha

    Take a second look at the question. The question is asking for access ports not trunk links.
    Option A-switch 1 Fa0/2 is an access port. Be thorough when reading the question. Thanks.

  40. Mike
    December 29th, 2011

    please send me latest dump for ICND 2

    hotwheel005@hotmail.com

  41. Hai-from Vietnam
    January 4th, 2012

    Hi 9tut and Xallas,

    I know this following question has discussed somewhere else but I can not find it. So I post it again. Here it is:

    http://img103.herosh.com/2012/01/04/385765807.jpg

    My answers is C, not D because the directly connect route (in this instance is subinterface) is the prefer route in compare with routes learned from RIP.

    Any comments?

  42. xallax
    January 5th, 2012

    @hai
    i was convinced that D is correct then read Q8 from here:
    http://www.9tut.com/ccna-rip-questions

    the line colors play a part too :)

  43. Hai-from Vietnam
    January 5th, 2012

    @xallax

    Hahah what a trap!!! Thank you so much.

    You know, it made me waste my time to simulate on Packet Tracer. When I configured the router on the stick, I thought who stupid to design this topology because it doesnt make any sense in the manner of redundancy.

    Here is my simulation (a little dumb on the default gateways for 2 VLANs, however RIP does work even though RIP routes are not added to the routing table and ping between different VLANs works too)

    http://img103.herosh.com/2012/01/05/81557219.jpg

  44. Mahmoud
    January 30th, 2012

    @9tut

    Q 1 Explaination

    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.

    Does a VLAN increase or decrease the size of the broadcast domains ?!!!!

  45. DimS
    February 2nd, 2012

    @Mahmoud: VLANs decrease the size of broadcast domain but increase the number of broadcast domains.

  46. Rico
    February 2nd, 2012

    Hi 9tut… Hi Guys! Can you please help me… I will take exam this Feb. Please send me latest dump so that I will have an idea for the exam.. rico.blake@ymail.com

    Thanks Guys!

  47. mehdi
    February 12th, 2012

    would you please send me the latest dumps, because i have exam next week, thanks.
    mehdi_z9@yahoo.com

    thanks

  48. Kevin7
    February 18th, 2012

    @9tut
    the answer for Q2 is correct but the reasoning seems to be incorrect as
    A. The subnet mask in use is 255.255.255.192 is also a valid anwer according to your reasoning.

    subnets for 255.255.255.192 is
    172.16.1.0—172.16.1.64
    172.16.1.64—172.16.1.128
    172.16.1.128—172.16.1.192

    172.16.1.126 is within the range of 172.16.1.64—172.16.1.128 and
    172.16.1.129 is within the range of 172.16.1.128—172.16.1.192

    they are still on different subnets. Please correct me if I am wrong?

  49. Anonymous
    February 21st, 2012

    could any one please send me new dumps at mahm_elsaid@yahoo.com

  50. Neetu
    February 23rd, 2012

    @kenvin

    See the host requirement in the digram, they need 84 and 114 host in each vlan. with 255.255.255.192 you are meeting their host requirements. I hope answer your question.

Comment pages
1 2 3 764
Add a Comment