The following two-step process is performed on every Ethernet frame that enters a switch:
This method makes a forwarding decision on a frame after it has received the entire frame and checked the frame for errors using a mathematical error-checking mechanism known as a cyclic redundancy check (CRC). Store-and-forward switching is Cisco’s primary LAN switching method.
This method begins the forwarding process after the destination MAC address of an incoming frame and the egress port have been determined.
While the store-and-forward switching method drops frames that do not pass the FCS check, the cut-through switching method does not perform an FCS check. This gives it the ability to perform rapid frame switching: the switch can make a forwarding decision as soon as it has looked up the destination MAC address of the frame in its MAC address table. The switch does not have to wait for the rest of the frame to enter the ingress port before making its forwarding decision.
The lower latency speed of cut-through switching makes it more appropriate for extremely demanding, high-performance computing (HPC) applications that require process-to-process latencies of 10 microseconds or less.
Because the cut-through switching method can forward frames with errors, this method can have a negative impact on bandwidth, clogging up the network with damaged and invalid frames.
Fragment free switching is a modified form of cut-through switching in which the switch only starts forwarding the frame after it has read the Type field. Fragment free switching provides better error checking than cut-through, with practically no increase in latency.
In legacy hub-based Ethernet segments, network devices competed for the shared medium. The network segments that share the same bandwidth between devices are known as collision domains. When two or more devices within the same collision domain try to communicate at the same time, a collision will occur.
If an Ethernet switch port is operating in half-duplex, each segment is in its own collision domain. If the switch port is connected to a device operating in half-duplex, such as a legacy hub, then the switch port will operate in half-duplex.
There are no collision domains when switch ports are operating in full-duplex.
A collection of interconnected switches forms a single broadcast domain. When two switches are connected together, the size of the broadcast domain is increased. Only a network layer device, such as a router, can divide a Layer 2 broadcast domain. Routers are used to segment broadcast domains, but will also segment a collision domain.
The Layer 2 broadcast domain is referred to as the MAC broadcast domain. The MAC broadcast domain consists of all devices on the LAN that receive broadcast frames from a host.
When a switch receives a broadcast frame, it forwards the frame out each of its ports, except the ingress port where the broadcast frame was received. Too many broadcasts and a heavy traffic load on a network can result in congestion, which slows down network performance.