Latenzbudget (EN)

Concept

Maximum allowable delay in a system or network for time-critical applications

Definition

The latency budget refers to the maximum allowable delay in a system or network that does not impair the function of time-critical applications. In time synchronization, the latency budget includes the sum of all delays from the time source to the target device. Conscious management of the latency budget is crucial for the reliability of real-time systems. By minimizing the latency budget, you can significantly improve the accuracy of time synchronization.

Architecture

flowchart LR   A[Time source] -->|Delay 1| B[Router/Switch]   B -->|Delay 2| C[Network segment]   C -->|Delay 3| D[Target device]   style A fill:#f9f,stroke:#333,stroke-width:2px   style D fill:#f9f,stroke:#333,stroke-width:2px   classDef delay fill:#ff9,stroke:#333,stroke-width:1px   class B,C delay 

In Context

  • Typically used together with Time synchronization, PTP (Precision Time Protocol) and Network monitoring
  • Related to: Jitter, Round-Trip-Time, Quality of Service (QoS)
  • Example use cases: Financial trading systems, industrial automation, telecommunication networks
Quelle: AI Generated