Searching for "VLAN"

Q:

What does a VLAN do?

A) Breaks up broadcast domains in a layer 2 switch internetwork B) Provides multiple broadcast domains within a single collision domain
C) Provides multiple collision domains on one switch port D) Acts as the fastest port to all servers
 
Answer & Explanation Answer: A) Breaks up broadcast domains in a layer 2 switch internetwork

Explanation:

virtual LAN (VLAN) is any broadcast domain that is partitioned and isolated in a computer network at the data link layer (OSI layer 2). LAN is the abbreviation for local area network and in this context, virtual refers to a physical object recreated and altered by additional logic.

VLANs work by applying tags to network packets and handling these tags in networking systems – creating the appearance and functionality of network traffic that is physically on a single network but acts as if it is split between separate networks. In this way, VLANs can keep network applications separate despite being connected to the same physical network, and without requiring multiple sets of cabling and networking devices to be deployed.

Report Error

View Answer Report Error Discuss

Q:

What type of Cisco tagging information allows VLANs to be multiplexed over a trunk link through an external encapsulation method?

Answer

Inter-Switch Link (ISL)

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

Which command will configure a switch port to use the IEEE standard method of inserting VLAN membership information into Ethernet frames?

A) Switch (config) #switchport trunk encapsulation ietf B) Switch (config) #switchport trunk encapsulation dot1q
C) Switch (config-if) #switchport trunk encapsulation ietf D) Switch (config-if) #switchport trunk encapsulation dot1q
 
Answer & Explanation Answer: D) Switch (config-if) #switchport trunk encapsulation dot1q

Explanation:

If you are on a 2950 switch, then the interface command is just swichport mode trunk since the 2050 can only run the  IEEE 802.1q version. However, a 3550 can run both ISL and 802.1q, so you must also use the encapsulation command. The argument to choose 802.1q for a trunking protocol is dot1q.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

A switch has been configured configured for three different VLANs : VLAN2, VLAN3 and VLAN4. A router has been added to provide communication between the VLANs. What minimum type of interface necessary on the router if only one connection is to be made between the router and the switch?

A) 10Mbps Ethernet B) 56Kbps Serial
C) 100Mbps Ethernet D) 1Gbps Ethernet
 
Answer & Explanation Answer: C) 100Mbps Ethernet

Explanation:

Although you can use either 100Mbps or 1Gbps Ethernet, the 100Mbps is necessary at a minimum and is the best answer to this question. You need to trunk the link from the switch to the router to make this connection work with inter-VLAN communication.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

If a switch has three computers connected to it, with no VLANs present, how many broadcast and collision domains is the switch creating?

A) Three broadcast and one collision B) Three broadcast and three collision
C) one broadcast and three collision D) One broadcast and one collision
 
Answer & Explanation Answer: C) one broadcast and three collision

Explanation:

If a switch has three computersconnected to it, with no VLANs present , one broadcast and three collision domains are created.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

We want to assign port 3 of our Catalyst 2950 switch to VLAN 3. What command will achieve this?

A) switch(config-if)#switchport vlan 3 B) switch#switchport access vlan 3
C) switch(config)#switchport access vlan 3 D) switch(config-if)#switchport access vlan 3
 
Answer & Explanation Answer: D) switch(config-if)#switchport access vlan 3

Explanation:

Explanation: The switchport access vlan [number] command will configure a switch port to that VLAN. You can also use the switchport access vlan dynamic command to configure the switch port automatically in a certain VLAN depending on the VLAN membership of the incoming packets. For both commands to work properly the switch port needs to be in access mode

Report Error

View Answer Report Error Discuss

Filed Under: CCENT

Q:

Your company wants to reconfigure a Catalyst 2950. Which actions must be taken to erase the old configuration?(Choose three)

A. Erase flash
B. Restart the switch
C. Delete the VLAN database
D. Erase the startup configuration

Answer

Answer: B  C  D

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA