Lan Switching
Lan Switching
22
LAN Switching
Background
A LAN switch is a device that provides much higher port density at a lower cost than traditional bridges. For this reason, LAN switches can accommodate network designs featuring fewer users per segment, thereby increasing the average available bandwidth per user. This chapter provides a summary of general LAN switch operation and maps LAN switching to the OSI reference model. The trend toward fewer users per segment is known as microsegmentation. Microsegmentation allows the creation of private or dedicated segments, that is, one user per segment. Each user receives instant access to the full bandwidth and does not have to contend for available bandwidth with other users. As a result, collisions (a normal phenomenon in shared-medium networks employing hubs) do not occur. A LAN switch forwards frames based on either the frames Layer 2 address (Layer 2 LAN switch), or in some cases, the frames Layer 3 address (multi-layer LAN switch). A LAN switch is also called a frame switch because it forwards Layer 2 frames, whereas an ATM switch forwards cells. Although Ethernet LAN switches are most common, Token Ring and FDDI LAN switches are becoming more prevalent as network utilization increases. Figure 22-1 illustrates a LAN switch providing dedicated bandwidth to devices, and it illustrates the relationship of Layer 2 LAN switching to the OSI data link layer:
Figure 22-1 A LAN switch is a data link layer device.
OSI Reference Model Application Presentation Session Transport LAN Switch Network Data Link Physical
12352
History
The earliest LAN switches were developed in 1990. They were Layer 2 devices dedicated to solving bandwidth issues. Recent LAN switches are evolving to multi-layer devices capable of handling protocol issues involved in high-bandwidth applications that historically have been solved by routers. Today, LAN switches are being used to replace hubs in the wiring closet because user applications are demanding greater bandwidth.
An asymmetric LAN switch provides switched connections between ports of unlike bandwidths, such as a combination of 10BaseT and 100BaseT. This type of switching is also called 10/100 switching. Asymmetric switching is optimized for client-server trafc ows where multiple clients simultaneously communicate with a server, requiring more bandwidth dedicated to the server port to prevent a bottleneck at that port. A symmetric switch provides switched connections between ports with the same bandwidth, such as all 10BaseT or all 100BaseT. Symmetric switching is optimized for a reasonably distributed trafc load, such as in a peer-to-peer desktop environment. A network manager must evaluate the needed amount of bandwidth for connections between devices to accommodate the data ow of network-based applications when deciding to select an asymmetric or symmetric switch.
22-4