![]() ![]() |
8.1 | ![]() |
Ethernet Switching | |
8.1.5 | ![]() |
Switch modes |
How a frame is switched to
the destination port is a trade off latency and reliability. A
switch can start to transfer the frame as soon as the destination MAC
address is received. Switching at this point is called cut-through
switching and results in the lowest latency through the switch.
![]() ![]() When using cut-through methods of switching, both the source port and destination port must be operating at the same bit rate in order to keep the frame intact. This is called synchronous switching. If the bit rates are not the same, the frame must be stored at one bit rate before it is sent out at the other bit rate. This is known as asynchronous switching. Store-and-forward mode must be used for asynchronous switching. Asymmetric switching provides switched connections between ports of unlike bandwidths, such as a combination of 100 Mbps and 1000 Mbps. Asymmetric switching is optimized for client/server traffic flows in which multiple clients simultaneously communicate with a server, requiring more bandwidth dedicated to the server port to prevent a bottleneck at that port.
|