Chapter 8

1:

What is a VLAN?

A1:

Answer: A virtual LAN, or VLAN, is a group of computers, network printers, network servers, and other network devices behaving as if they were connected to a single network segment. A VLAN might also be considered a broadcast domain.

2:

What is the IEEE standard for virtual LANs?

A2:

Answer: IEEE 802.1q.

3:

What advantages are provided by VLANs?

A3:

Answer: VLANs provide the following advantages:

- Help make Layer 2 networks scalable

- Isolate problems within a small part of the network

- Remove the physical network boundaries, enabling users and servers to be located anywhere.

- Enhance network security through logical segmentation of users and groups

- Increase performance by containing broadcast traffic

4:

Name the three types of VLANs and explain their differences.

A4:

Answer: Port based, address based, and Layer 3 based. Port-based VLAN membership is based on the switch port. Address-based VLAN membership is based on the MAC, or hardware, address of the connecting device. Layer 3-based VLAN membership is based on the network address of the connecting device.

5:

What is a Layer 3 switch?

A5:

Answer: Switches work at Layer 2 of the OSI model, the data link layer, using MAC addresses to the determine source and destination of the network traffic. Routers work at Layer 3 of the OSI model, the network layer, using Layer 3 (network) addresses, such as an IP address, to determine the source and destination of the network traffic. The difference between a Layer 3 switch and a router is that the switch uses a different algorithm to decide how to forward packets across the network. In contrast, routers forward packets based on algorithms that are determined by the routing protocol.

6:

How can you communicate between VLANs?

A6:

Answer: Because direct communication between VLANs is not possible within a switch, a Layer 3 device is required to forward the traffic between VLANs. Each VLAN is a broadcast domain and uses Layer 2 (MAC) addressing to determine the source and destination of each frame, whereas a Layer 3 device, such as a router or Layer 3 switch, uses the network address to determine the source and destination of the traffic. Traffic can be forwarded between VLANs because Layer 3 looks beyond the broadcast domains.

7:

How might you extend a VLAN?

A7:

Answer: You can extend a VLAN beyond the switch by using a trunk link.

8:

What's the difference between an access link and a trunk link?

A8:

Answer: Access links are interfaces that belong to only one VLAN, whereas trunk links transport traffic from multiple VLANs between switches.

9:

What is VLAN tagging?

A9:

Answer: VLAN tagging is used to identify the VLAN to which frames belong as they are received by a switch from across the trunk link connecting two switches together.

10:

Which VLAN tagging method is an open standard? What is the benefit of using open standards?

A10:

Answer: The open standard for VLAN tagging is IEEE 802.1q. The benefit of using open standards is that it ensures interoperability between differing vendor equipment, such as a switch from ABC Company and a switch from XYZ Corporation.

11:

What is a VTP management domain?

A11:

Answer: A VTP management domain is a group of switches sharing VTP information with each other.

12:

How many VTP modes are there? What are they, and when would each be used?

A12:

Answer: Four: Server mode, client mode, transparent mode, and off.

Server mode might be considered the master switch in that all changes within the VTP management domain originate from a switch in server mode.

Client mode forwards updates to other devices, even though it cannot make changes.

Transparent mode receives VTP management domain, such as additions, deletions, and other changes, from the server mode switch. Switches configured for transparent mode do not process these updates; instead, the switch just passes the updates along. Off mode disables VTP completely on the switch.

13:

Which VTP mode is the default mode?

A13:

Answer: Server mode.