Local Area Network (LAN) Switches support different Switching Methods. Important Switching Methods are store and forward, cut-through and fragment-free. Switching Methods determine how a switch receives, processes, and forwards a Layer 2 frame.
Store and Forward Switching
In Store and Forward switching, Switch copies each complete frame into the switch memory and computes a Cyclic Redundancy Check (CRC) for errors. If a Cyclic Redundancy Check (CRC) error is found, the frame is dropped and if there is no Cyclic Redundancy Check (CRC) error, the switch forwards the frame to the destination device. Store and Forward switching can cause delay in switching since Cyclic Redundancy Check (CRC) is calculated for each frame.
Cut-through Switching
In cut-through switching, the switch copies into its memory only the destination MAC address (first 6 bytes of the frame) of the frame before making a switching decision. A switch operating in cut-through switching mode reduces delay because the switch starts to forward the frame as soon as it reads the destination MAC address and determines the outgoing switch port. Problem related with cut-through switching is that the switch may forward bad frames.
Fragment-Free Switching
Fragment-free (runtless switching) switching is an advanced form of cut-through switching. The switches operating in cut-through switching read only up to the destination MAC address field in the frame before making a switching decision. The switches operating in fragment-free switching read at least 64 bytes of the frame before switching it to avoid forwarding Ethernet runt frames (Ethernet frames smaller than 64 bytes).
Related Topics...
• Introduction to Network Switches
• Difference between Network Switches and Bridges
• Difference between Half-duplex and Full-duplex Switching
• Functions of a Network Switch
• Basic Cisco Switch Configuration Commands
• What is switch management VLAN and how to configure Management VLAN
|