CCNA Guide to Cisco Networking Fundamentals, Fourth Edition 12-8
Switch Operations
1. Explain that a switch learns the hardware address of devices to which it is attached by
reading the source address of frames as they are transmitted across the switch. The
3. Describe the following types of memory buffering:
4. Explain that some switches can interconnect network interfaces of different speeds
using asymmetric switching. With symmetric switching, switches require all attached
network interface devices to use the same transmit/receive speed.
Switching Methods
1. Mention that all switches base frame-forwarding decisions on a frame’s destination
2. One additional forwarding method, adaptive cut-through forwarding, is a combination
of the cut-through and store-and-forward methods.
Cut-Through Forwarding
1. Explain that switches that use cut-through forwarding start sending a frame immediately
2. The main benefit of cut-through forwarding is a reduction in latency. The drawback is
the potential for errors in the frame that the switch would be unable to detect because
the switch only reads a small portion of the frame into its buffer.
Store-and-Forward Forwarding
1. Explain that store-and-forward switches read the entire frame, no matter how large, into
their buffers before forwarding. Use Figure 12-6 to illustrate your explanation.
2. Mention that because the switch reads the entire frame, it will not forward frames with
errors. The store-and-forward method has the highest latency.