Definition
A clustered sequence of transmission errors occupying a short contiguous interval of the received symbol or bit stream such that errors are temporally correlated rather than independent; typically caused by transient channel impairments, interference bursts, or synchronization loss.

Principle

Principle
Temporal correlation of channel impairments increases the conditional probability of adjacent symbol errors; error-correcting schemes that assume independent errors therefore lose effectiveness against bursts unless mitigated by interleaving or burst-capable codes.

Demonstration

Demonstration
Illustrative scenario: a wireless packet encounters a short deep fade lasting ten consecutive symbol intervals. Recognition: a run of consecutive incorrect symbols is observed. Action: the link-layer retransmission or an interleaver plus outer code reconstructs the packet. Consequence: without burst mitigation, a single fade causes block failure; with interleaving or burst codes, errors are dispersed and corrected.

Misapplication

Misapplication
Designing an error-correction scheme assuming independent, identically distributed bit errors when the channel produces bursts is a semantic mistake: it underestimates the probability of block decoding failure because it ignores temporal correlation.

Consequence

Consequence
Burst errors reduce the effectiveness of codes optimized for random errors, increase packet-loss probability, and commonly motivate use of interleaving, convolutional/trellis codes with suitable deinterleaving, Reed–Solomon or other burst-correcting codes, and retransmission strategies.

Reversal

Reversal
If interleaving or higher-layer segmentation spreads a burst across multiple codewords, the observable error pattern may appear random and standard random‑error codes regain effectiveness; conversely, very long or frequent bursts can overwhelm interleaving depth and burst-correction capacity.

Boundary

Boundary
Clearly within: a contiguous run of errors whose length is significant relative to codeword or interleaver depth. Boundary case: short clusters near code capability where recovery depends on implementation. Clearly outside: isolated independent errors scattered across time.

Semantic Tension

Semantic Tension
Latency and buffer size (needed for interleaving to mitigate bursts) versus robustness: deeper interleaving reduces burst impact but increases end‑to‑end delay and memory requirements.

Synthesis

Synthesis
Burst errors are a temporal correlation phenomenon that invalidates independent-error assumptions and therefore shifts error-control design toward time‑domain mitigation (interleaving, burst codes) or protocol strategies (retransmission).