time division
A time slot allocated to one of multiple users when a common channel (multipoint or broadcast) is shared.
time division: splitting one channel into sequential user slots
Time division is a method of sharing a single communication channel among multiple users by allocating each user a fixed, recurring interval during which they have exclusive access to transmit or receive. The channel itself remains continuous, but the available bandwidth is divided not by frequency (as in frequency division) but by time. Each user gets a predictable window, measured in microseconds to milliseconds depending on the application, during which they can send data; when their slot ends, the next user's slot begins.
The most common industrial application is time division multiplexing, or TDM, which compresses multiple digital signals into a single bitstream. Telephone networks and industrial control systems have long relied on TDM to carry many voice or data channels over a single wire or fiber link. A TDM frame typically contains slots for 24, 32, or more individual channels, each with its own assigned time window. The frame repeats at a fixed rate: a T1 line (North American standard) runs at 1.544 Mbps with 24 channels of 64 kbps each repeating 8000 times per second.
In real systems, synchronization is the critical constraint. All users must know exactly when their slot begins and ends; a clock skew of even a few parts per million will cause data to arrive in the wrong slot, creating errors or loss. For this reason, TDM systems include a master clock and slave clocks synchronized to it, often via a dedicated timing signal or a recovered clock embedded in the data stream. Industrial networks and telecommunications infrastructure invest heavily in atomic clocks and disciplined oscillators to maintain this precision over hours and days.
Time division differs fundamentally from frequency division multiplexing, where each user gets their own frequency band on the same channel, and from code division multiplexing, where users share both time and frequency but transmit with unique codes. TDM is deterministic and predictable, making it suitable for hard real-time applications such as industrial automation and telephony; however, it wastes capacity if a user has no data to send during their slot, since the slot cannot be reassigned on the fly. Packet-based technologies like Ethernet and IP have largely displaced TDM for data, but TDM persists in legacy voice networks and in applications where fixed latency and guaranteed delivery are paramount.
The term reflects the literal division of the time axis: the channel is carved into slices like a timeline, with each slice belonging to one user. This contrasts with frequency division, where the channel is sliced across the spectrum. In voice networks, a timeslot typically carries 64 kbps (8 bits sampled 8000 times per second), the standard for a single analog voice call; combining 30 or 24 such slots with framing and signaling overhead yields the E1 (European, 2.048 Mbps) and T1 (North American, 1.544 Mbps) hierarchies that dominated telecommunications for decades.