Burst switching
What Is Burst Switching?
Burst switching is a networking paradigm in which data is assembled into variable-length aggregations called bursts, each switched through a network as a single unit before being disassembled at or near the destination. The technique occupies a middle ground between circuit switching, which reserves dedicated bandwidth for an entire connection, and packet switching, which routes each small packet independently through shared resources. In a burst-switched network, a setup message is transmitted ahead of the data burst to reserve resources along the path, but no persistent circuit is held open: the reserved channel exists only for the duration of the burst and is then released. Optical burst switching (OBS) is the most studied form of the paradigm and was an active area of IEEE research from the late 1990s through the 2000s as a candidate architecture for all-optical Internet backbones.
Burst switching emerged from the observation that packet switching in the optical domain requires either full buffering in optical memory, which is technologically difficult, or electronic conversion at each node, which introduces latency and power overhead. By grouping many IP packets into a single large burst that traverses intermediate optical nodes without electronic conversion, OBS attempted to preserve optical transparency across the network while still supporting statistical multiplexing of IP traffic.
Optical Burst Switching Architecture
In OBS, edge nodes collect incoming packets destined for the same egress node into an electronic buffer, aggregating them until a burst of sufficient size or a timeout threshold is reached. The assembled burst is then injected onto a wavelength of a wavelength-division multiplexing (WDM) backbone, while a separate control packet traverses the same path ahead of it using a different wavelength or channel. Core nodes process only the control packet electronically, configuring their optical switches to route the subsequent data burst transparently. The foundational IEEE survey on optical burst switching as a new area in optical networking research identified this control-data plane separation as the defining architectural feature that distinguishes OBS from both packet-over-WDM and wavelength-routed optical networks.
Burst Assembly and Control Plane
Burst assembly at edge nodes involves two competing design goals: minimizing the delay introduced by waiting for enough packets to form a burst, and maximizing the burst size to amortize control overhead. Timer-based assembly releases a burst after a fixed interval regardless of size; threshold-based assembly waits until a byte count target is reached; hybrid schemes combine both. The control packet, sent a fixed offset time before the data burst, instructs each core node along the path to configure its switch. This offset, called the offset time, must exceed the sum of control processing delays at all traversed nodes. A study in IEEE Network on transport control protocols in OBS networks analyzed how TCP's retransmission behavior interacts with burst-level losses, identifying that TCP performance degrades severely under burst loss because a single burst drop eliminates many TCP segments simultaneously.
Contention Resolution
Because OBS does not pre-reserve bandwidth and bursts cannot be buffered in the optical domain, two bursts arriving simultaneously at a core node for the same output wavelength will contend for that resource. Contention resolution strategies include wavelength conversion, which switches the burst to an alternate available wavelength; deflection routing, which redirects the burst to an alternate output port; and burst segmentation, which drops only the overlapping portion of one burst. A review in ScienceDirect on optical burst switching protocols for QoS support analyzed the performance of these strategies under different traffic loads and QoS requirements, showing that wavelength conversion yields the lowest burst loss probability but requires the most hardware complexity at core nodes.
Applications
Burst switching has applications in a wide range of fields, including:
- High-capacity optical backbone networks carrying Internet and carrier-grade traffic
- Grid and high-performance computing networks requiring high-throughput, low-latency data transfer
- Video distribution and broadcast infrastructure over optical transport
- Data center interconnect fabrics carrying bulk storage and VM-migration traffic
- Research and experimental optical networks evaluating future switching architectures