Telegraph Network
Part of Telegraph
A telegraph network is the interconnected system of lines, stations, and procedures that allows messages to flow between any point and any other — the first communication infrastructure to span continents.
Why This Matters
A single telegraph line connecting two points has limited value. A network connecting dozens or hundreds of points has exponential value: each new node added to the network can communicate with all existing nodes, so the value of the network grows much faster than the number of nodes. This principle — now called Metcalfe’s Law — was demonstrated dramatically by the 19th-century telegraph: as the network expanded from city pairs to continental coverage, the commercial and social value of the system grew far beyond the sum of its parts.
For a rebuilding civilization, designing and building a telegraph network is a community infrastructure project with direct, immediate returns. Two isolated villages that can communicate reduce their combined risk: one can share food when the other faces shortage, one can warn the other of approaching threats, both can coordinate common defense and trade. As the network expands to include more communities, the coordination possibilities multiply.
The engineering challenge of a network goes beyond the point-to-point challenges of a single line. Traffic must be routed, relay stations must be staffed, standards must be maintained across organizations, and the system must remain functional when individual components fail. These network design challenges are not unique to telegraphy — they recur in telephone networks, internet routing, and all subsequent communication systems.
Network Topology
A network’s topology — the pattern of connections between nodes — determines its properties: reliability, capacity, routing complexity, and cost.
Star topology: all stations connect to a central hub (repeater) that forwards traffic between any pair. Simple to design and operate; easy to add new nodes (just connect to the hub). Fatal flaw: the hub is a single point of failure. If the central station is destroyed or fails, the entire network loses connectivity.
Ring topology: stations form a loop, each connected to two neighbors. Messages travel around the ring. Any single link failure can be bypassed by routing traffic the other way around. More resilient than a star. Weakness: if two links fail simultaneously in the wrong places, the ring is split.
Mesh topology: multiple interconnections between nodes, so there are redundant paths between any pair. Maximum resilience — multiple failures required before any pair loses connectivity. Most expensive to build (more wire and stations). Used for critical links (military, major commercial routes).
Hub-and-spoke with redundancy: a practical compromise. A central hub with direct connections to major nodes; minor nodes connect to their nearest major hub. Redundant links between major hubs ensure that hub failure can be compensated by rerouting through alternative paths.
For a post-collapse community network starting from zero, begin with a linear chain (each community connects to its neighbors along a road or river), then add diagonal connections between non-adjacent communities as resources permit. This incremental approach builds a progressively more resilient mesh.
Traffic Routing and Addressing
In a small network (fewer than 10 stations), every station can maintain a direct connection to every other station. Routing is trivial: send to the destination directly. This does not scale — with 20 stations, you need 190 direct connections. With 100 stations, 4,950 direct connections.
The solution is hierarchical routing. Major regional hubs connect to each other with high-capacity circuits; local stations connect to their regional hub. Traffic from local station A to distant local station B routes: A → regional hub 1 → regional hub 2 → B. Each station needs only its hub’s address, not the addresses of all individual stations.
Routing tables: each relay station maintains a table showing, for each possible destination, which onward circuit to use. Traffic for any destination in the eastern region goes out the eastern circuit; traffic for the northern region goes out the northern circuit. When routing is ambiguous (no direct route), forward to the hub and let the hub decide.
Addressing: every station in the network needs a unique identifier. 19th-century commercial telegraph used city names (NY for New York, PHIL for Philadelphia). Amateur radio uses alphanumeric callsigns assigned by national authorities. A post-collapse network should establish a simple, consistent addressing scheme early: perhaps a two-letter community code for local stations, or a numbered system if the community structure uses numbers.
Capacity and Traffic Management
A telegraph circuit has a maximum throughput: at 20 WPM, a single operator can pass approximately 120 messages per day (assuming 6-character average word length, 20 words per message, and 60% circuit utilization). This sounds like a lot, but a major commercial hub might need to relay thousands of messages per day — requiring parallel circuits (multiple wires between major hubs) or multiplexing (multiple channels on one wire).
Traffic peaks cause congestion: everyone wants to send messages at the same time after a major event (battle results, harvest news, disaster reports). A network with no excess capacity will be saturated exactly when capacity is most needed. Plan for peak capacity, not average capacity, on critical routes.
Message prioritization (emergency, priority, welfare, routine — discussed in Protocols) helps ensure that critical traffic clears even during congestion. An operator drowning in routine commercial traffic who fails to recognize an emergency message is a systemic failure of protocol, not just individual operator error. Train all operators to listen for priority identifiers and to interrupt routine processing when emergency traffic is heard.
Expansion and Growth
Plan the network for the next stage of growth even while building the current stage. This means:
Reserve capacity in cables and conduits for additional wires. Digging and construction is expensive; a few extra feet of conduit now costs little but saves enormous work later.
Build relay stations to handle more circuits than currently needed. The extra relay panels cost little to install empty; the infrastructure is in place when traffic warrants filling them.
Document the network topology, addresses, routing tables, and operating procedures in a format that new stations can use to join the network. A newcomer joining the network should be able to configure their station and begin exchanging traffic with minimal assistance from existing members.
Establish a network governance body: a group of representatives from member communities that sets and maintains standards, adjudicates disputes, coordinates expansions, and maintains the network-wide documentation. Communication networks that lack governance tend to fragment — different communities adopt incompatible procedures, and the network degrades into isolated islands that cannot exchange traffic. The ITU was founded in 1865 precisely because the major European telegraph companies could not exchange international traffic without a standards body to enforce interoperability. Start governance early; it is much easier to maintain than to create after fragmentation has occurred.
Resilience and Failure Planning
No network component is perfectly reliable. Design for failure:
Redundant routes: every community should have at least two independent paths to the network. A single wire connecting an isolated community to the network is a single point of failure — one storm, one fallen tree, and they are isolated. A second route via a different path (different geography, different intermediate nodes) costs more but provides the resilience that makes the network reliable.
Backup procedures: when the preferred route fails, operators need to know immediately: what is the backup route? Who do they contact? What alternate frequencies or schedules do they use? These procedures must be documented, practiced, and known to all operators before they are needed.
Emergency restoration kits: each relay station should have materials for rapid line repair: spare wire, insulators, clamps, tools. A broken wire that takes a month to repair is a different failure from one that takes a day. The difference is whether the repair materials are available locally or must be ordered from distant suppliers.
The telegraph network is civilization’s first experiment in long-distance communication infrastructure. The patterns it established — routing tables, relay stations, standardized protocols, governance bodies — have been reinvented in every subsequent communication technology. Understanding how telegraph networks were designed and operated provides the conceptual foundation for understanding all that followed.