Explain the concept of a 'bridge' in a graph and why network designers try to eliminate bridges from critical infrastructure.
Think about your answer, then reveal below.
Model answer: A bridge is an edge whose removal disconnects the graph — it is the sole connection between two parts of the network. Equivalently, a graph has a bridge if and only if its edge connectivity κ'(G) = 1. In critical infrastructure (internet routing, power grids, transportation networks), a bridge is a single point of failure: if that one cable, road, or link fails, the network splits into isolated components with no alternative route. Network designers eliminate bridges by adding redundant connections, ensuring κ'(G) ≥ 2 so that no single edge failure can disconnect the network.
The practical significance of connectivity measures is greatest in infrastructure design. A network with κ'(G) = 1 is extremely fragile — one cable cut can sever communication between entire regions. Internet backbone networks are designed for high edge and vertex connectivity so traffic can re-route around both accidental failures and targeted attacks. The inequality κ(G) ≤ κ'(G) ≤ δ(G) also warns designers that any node with only one or two connections limits the entire network's connectivity, no matter how well the rest of the graph is connected.