Switch – Daisy-chaining network switches with multiple cables

ethernetnetworkingswitch

This might just be the dumbest question you'll ever read, but I digress.

Say I have two 100Mbps Ethernet switches with 2 computers on each, connected together by a single cable. This way, the two PCs on each switch share the 100Mbps bandwidth with the others. If I added another cable between the 2 switches, would there be 200Mbps throughput available between the switches?

Or am I completely off my rocker?

Thanks for the help.

Best Answer

If you added another cable between unmanaged switches, it would create a network loop and destroy your bandwidth until you disconnect one of the cables.

Putting two cables between two manageable switches, and you've got options:

  1. Do nothing, and Spanning Tree Protocol will detect the loop and disable one of the links, putting you back into the single-link 100mbps case.
  2. Set up link aggregation, and get something slightly less (due to overhead) than 200mbps of bandwidth between the two switches.
  3. Set up failover, and get 100mbps that doesn't fail just because one link fails.