switching concepts in ccna
Data Frame Forwarding: Store-and-Forward, Cut-Through, and Fragment-Free Switching
Every switch has to decide exactly when to start forwarding a frame — wait for the whole thing, or start moving it the instant enough information is available. That decision defines the three switching methods every CCNA and CCNP candidate needs to know: store-and-forward, cut-through, and fragment-free. Each represents a different trade-off between reliability and...
Switching Concepts in Networking: How Switches Forward Frames
Every Ethernet switch makes the same basic decision millions of times a second: given a frame that just arrived, where should it go? The answer comes down to two pieces of information — the port the frame arrived on and the frame’s destination MAC address — and a dynamically-built table that maps addresses to ports....