SDH

SDH Overhead Bytes

Regenerator, Multiplexer Section, and Path Overhead functions.

Introduction: The Network's Nervous System

While the payload area of an SDH/SONET frame is the "cargo hold" carrying user data, the Overhead (OH)is the frame's sophisticated "cockpit and crew." It's a dedicated portion of the frame that carries no user data but is filled with vital information used for network operation, administration, and maintenance (OAM). This rich set of overhead bytes is what elevates SDH/SONET from a simple data pipe to an intelligent, self-monitoring, and resilient transport system.

The overhead is the network's nervous system, constantly communicating status, detecting errors, coordinating protection switching, and providing channels for management and human interaction. It's this built-in intelligence that represented one of the most significant advantages over the older, "dumb" PDH networks.

The Two Layers of Overhead: Path and Section

The overhead in SDH/SONET is logically divided into two primary categories, each with a different scope and purpose within the network. This layering is crucial for understanding which network devices interact with which pieces of information.

  • Path Overhead (POH): The End-to-End Shipping Label

    The POH is associated with a specific and travels with it from the point it enters the SDH network to the point it exits. It's like a sealed shipping label on a package that is only read by the original sender and final recipient. Intermediate devices like regenerators and most multiplexers do not read or alter the POH. Its primary purpose is to monitor the quality of a specific client signal's end-to-end journey.

  • Section Overhead (SOH): The Waybill for Each Leg of the Journey

    The SOH is associated with the physical transport layer (the actual STM/OC signal on the fiber optic cable). It's like a waybill that is used by the "truck drivers" and "dispatchers" (the regenerators and multiplexers) along a specific segment of the route. It does not travel end-to-end with the payload; it is terminated and regenerated at each major network node. Its purpose is to manage the physical and multiplexing layers of the network.

Deep Dive: Section Overhead (SOH)

The SOH itself is further subdivided into two parts, reflecting the different functions of the simplest and more complex network devices. In an STM-1 frame, the SOH occupies the first 9 columns.

1. Regenerator Section Overhead (RSOH) - Rows 1-3

The RSOH is processed by every SDH/SONET network element, including the simplest devices: the regenerators. It deals with the most basic aspects of signal transmission on a single fiber span between two adjacent nodes.

  • A1, A2 (Framing): These bytes contain a unique, fixed pattern (111101100010100011110110 \, 00101000 or 0xF6280xF628 in hex). The receiver constantly scans the incoming data stream for this pattern to determine the start of a new frame. This is the most fundamental synchronization function.
  • J0 (Regenerator Section Trace): This byte is used to send a continuously repeated identifier down a specific fiber span. It helps operators verify connectivity and ensure they are working on the correct physical line. In SONET, this byte is often used as a file for extended trace messages.
  • B1 (Bit Interleaved Parity 8): The first and simplest level of error monitoring. The transmitter calculates a simple parity check over all the bytes of the previous STM frame (after scrambling) and places the result in the B1 byte of the current frame. The receiver performs the same calculation and compares the results to detect transmission errors on the link between regenerators.
  • E1 (Orderwire): Provides a 64 kbps voice channel for maintenance staff to talk over the link, which is invaluable for coordinating repairs at remote sites.
  • F1 (User Channel): A 64 kbps data channel for the network operator's own use.
  • D1-D3 (Data Communications Channel): Together, these form a 192 kbps message-based channel used for managing and controlling regenerator equipment.

2. Multiplex Section Overhead (MSOH) - Rows 5-9 (plus Pointer in Row 4)

The MSOH is processed only by equipment that performs multiplexing, like Add-Drop Multiplexers (ADMs) and terminals. It manages the flow of payloads within the STM frame. It is terminated at each multiplexer and a new MSOH is created for the next section.

  • AU Pointer (H1, H2, H3 - Row 4): As detailed previously, this is not technically part of the MSOH but is located between RSOH and MSOH. It provides the location of the main payload (VC-4 or AUG-3).
  • B2 (Bit Interleaved Parity N*24): A much more powerful error check than B1. It performs a parity calculation over the entire STM-N frame's payload and MSOH (excluding the RSOH). It is the primary tool for measuring the quality of the link between multiplexers.
  • K1, K2 (Automatic Protection Switching - APS): These crucial bytes are used to coordinate automatic switching to a backup fiber path in the event of a signal failure or degradation. They allow multiplexers at both ends of a link to signal switch requests and confirm the status of the protection line.
  • D4-D12 (Data Communications Channel): A larger management channel (576 kbps) for network management systems to communicate with multiplexers for configuration, alarms, and performance data.
  • S1 (Synchronization Status Message - SSM): A 4-bit code within the S1 byte that indicates the quality level of the clock timing the transmitted signal. This is critical for the network's overall synchronization strategy, preventing timing loops.
  • M1 (Multiplex Section REI / Far End Receive Failure - FERF in SONET): Remote Error Indication. This byte allows a receiving multiplexer to report back to the sender that it is detecting errors (via its B2 check). This tells the sending node that there's a problem with the signal it's transmitting.
  • E2 (Orderwire): A second 64 kbps voice channel for maintenance personnel, this time for the multiplex section.

Deep Dive: Path Overhead (POH)

The Path Overhead is the "shipping label" attached to the actual client data. It's part of the Virtual Container and travels with it from the very beginning to the very end of its journey through the SDH/SONET network. This provides an unprecedented level of end-to-end performance visibility.

Key POH Bytes (Example: VC-4 POH)

  • J1 (Path Trace): Similar to J0, but for the entire path. It continuously transmits a unique identifier (like a message) to verify that the receiver is still connected to the correct transmitter, preventing misconnections.
  • B3 (BIP-8): Path-level error monitoring. It calculates a parity check over all bytes of the previous VC-4 payload. This allows the network operator to determine if errors occurred anywhere along the entire path, not just on a single link.
  • C2 (Signal Label): This byte tells the network equipment what type of cargo is being carried inside the VC. For example, it might indicate that the payload is a mapped E4 signal, an ATM cell stream, or packet-over-SONET data. This is critical for ensuring the payload is handled correctly at the exit point.
  • G1 (Path Status): This is the reverse channel for path error monitoring. The receiving terminal uses the B3 byte to check for errors. If it finds any, it uses the G1 byte to send a count of the detected errors back to the original transmitter. This gives the sender real-time feedback on the connection quality.
  • H4 (Multiframe Indicator): Used as a position indicator when the main payload is itself composed of smaller, multiplexed payloads (like TUs carrying E1/T1 signals).
  • N1 (Network Operator Byte): Provides additional monitoring capabilities for specific segments within a larger end-to-end path, a feature known as tandem connection monitoring.

Related articles