SS7 Network Topology: Interconnected STPs and Signal Routes

Signaling System No. 7 (SS7) defines the invisible backbone of global telephony, routing call setup, SMS delivery and number portability between carriers. The signalling network itself is built from Signal Transfer Points, otherwise known as STPs, which act as packet-switching hubs dedicated to signalling rather than voice. Understanding how these nodes interconnect matters for engineers, fraud investigators and anyone migrating to IP-based signalling. This article unpacks the topology, the routing logic and practical realities of running such a network.

In Australia, the legacy PSTN layered on SS7 still interconnects exchanges operated by Telstra, Optus and other licensed carriers, while the National Broadband Network pushes voice toward SIP-based infrastructure. Learners typically begin by mapping where STPs physically and logically sit between end offices and service control points. A clear grasp of topology makes sense of later topics like MTP3 timers, ISUP message flows and SIGTRAN adaptation.

Role of STPs in the SS7 architecture

STPs sit in the middle of the signalling plane, relaying messages between Service Switching Points (SSPs) and Service Control Points (SCPs) without touching voice circuits. Each STP is essentially a high-availability router for signalling links, capable of handling thousands of Message Signal Units per second. Link diversity is critical: most deployments run A-links to home SCPs and B-, C- or D-links to peer STPs so that no single cable cut isolates a region.

Link type Endpoint Typical purpose
A-link SSP to home STP pair Access from end offices
B-link STP to STP between mated pairs Network traffic between regions
C-link STP to STP within a mated pair Coordination only
D-link STP to STP in a different network Interconnect to other carriers

For an Australian carrier with exchanges from Perth to Cairns, paired STPs in Sydney and Melbourne often serve as national hubs, with regional STPs feeding traffic toward Brisbane or Adelaide. The redundancy model keeps a city-level outage from tearing a chunk of the national signalling plane offline.

Hierarchical versus quasi-associated signalling

The original SS7 model assumed a strict hierarchy of regional, sectional and national STPs. Modern deployments flatten this, using quasi-associated signalling where messages travel along a defined path rather than climbing a rigid pyramid. Carriers benefit from lower latency, fewer hops and simpler operations, although the trade-off is reduced automatic rerouting when intermediate nodes fail.

Australian operators inherited a partially hierarchical network from Telstra's footprint, and elements of that structure still influence numbering and ported-number routing. Local engineers trained through programmes linked to solutions frequently trace how a Call Setup from a mobile switch in Hobart travels through state-level STPs before terminating at a Perth-based SCP. Recognising whether a path is associated or quasi-associated is a recurring exam question.

Route sets, linksets and link management

Each signalling relationship between two STPs is configured as a linkset, bundling two to sixteen digital links. Route sets group multiple linksets reaching the same destination so that load balancing and failover happen automatically. When a link fails, MTP3 uses changeover procedures to shift traffic onto surviving links within milliseconds, while the failed link is taken out for repair.

Operators in regional Australia face unique challenges. A linkset serving remote exchanges around Darwin may rely on microwave bearers vulnerable to tropical storm interference, prompting engineers to oversize the linkset and tune oscillation thresholds carefully. Such practical considerations rarely appear in textbooks but dominate day-to-day reliability work.

MTP3 routing logic in practice

At the heart of SS7 topology sits MTP3, the layer that converts signalling point codes into routable paths. Every STP maintains a routing table keyed on destination point codes, populated from neighbour advertisements and manual provisioning. Under load, MTP3 enforces congestion management through the concerned signalling point procedures, allowing upstream nodes to throttle when a downstream STP is overloaded.

Studying these dynamics alongside SCTP adaptation and SUA mappings in newer SIGTRAN implementations prepares engineers for hybrid environments. Many Australian carriers now operate a classic SS7 core fronted by SIGTRAN gateways at the network edge, blending time-tested signalling logic with modern IP transport.

Real-world deployment in Australia

ACMA regulations govern numbering allocation and interconnect obligations, directly shaping how STP routes are engineered. The phased PSTN shutdown overseen by NBN Co and industry working groups means many STPs will be retired over the coming decade. Technicians in Brisbane, Melbourne and smaller centres continue to monitor humidity-controlled STP rooms while preparing migrations to fully IP-based signalling.

Career demand remains steady for engineers who can read point code assignments, interpret ISUP cause values and troubleshoot cross-border routes between Australia and Southeast Asian carriers. TAFE, university programmes and online courses refresh their modules regularly, reflecting how signalling networks evolve without abandoning the framework supporting telephony.

A practical takeaway: when designing or auditing any SS7 topology, map STPs by location, classify each linkset by purpose, and document route set priorities before touching point code tables. Clear diagrams and disciplined link naming prevent outages long after the original planners have moved on.