SDH frame structure
# SDH Frame Structure
Synchronous Digital Hierarchy (SDH) is a standardized multiplexing protocol that transfers multiple digital bit streams over optical fiber. Here's an overview of the SDH frame structure:
## Basic STM-1 Frame Structure
The fundamental SDH frame is called STM-1 (Synchronous Transport Module level 1):
- **Frame duration**: 125 microseconds (8000 frames per second)
- **Frame size**: 2430 bytes (19440 bits)
- **Structure**: 9 rows × 270 columns of bytes
## Frame Composition
The SDH frame consists of three main parts:
1. **Section Overhead (SOH)**
- 9 rows × 9 columns (81 bytes)
- Divided into:
- Regenerator Section Overhead (RSOH): rows 1-3
- Multiplexer Section Overhead (MSOH): rows 5-9
2. **Payload (including Pointer)**
- Administrative Unit Pointer (AU PTR): row 4, columns 1-9 (9 bytes)
- Payload area: 9 rows × 261 columns (2349 bytes)
3. **Virtual Containers (VCs)**
- The payload area carries Virtual Containers which contain the actual user data
- Common VCs: VC-12 (2.048 Mbps), VC-3 (34.368 Mbps), VC-4 (139.264 Mbps)
## Higher Order SDH Frames
Higher capacity frames are created by byte-interleaving multiple STM-1 frames:
- STM-4: 4 × STM-1 = 9 rows × 1080 columns (38,880 bytes)
- STM-16: 16 × STM-1 = 9 rows × 4320 columns (155,520 bytes)
- STM-64: 64 × STM-1 = 9 rows × 17280 columns (622,080 bytes)
- STM-256: 256 × STM-1 = 9 rows × 69120 columns (2,488,320 bytes)
## Key Features
**Synchronization**: All network elements are synchronized to a common clock
**Pointer mechanism**: Allows flexible alignment of payload within frame
**Rich overhead**: Provides extensive OAM (Operations, Administration, and Maintenance) capabilities
**Multiplexing**: Efficiently combines lower-rate signals into higher-rate signals
SDH's rigid frame structure provides excellent network management capabilities and fault detection mechanisms, making it widely used in telecommunications networks.
Comments
Post a Comment