hidden pixel

Full Duplex Information

A duplex communication system is a system composed of two connected parties or devices that can communicate with one another in both directions. (The term multiplexing is used when describing communication between more than two parties or devices.)

Duplex systems are employed in many communications networks, either to allow for a communication "two-way street" between two connected parties or to provide a "reverse path" for the monitoring and remote adjustment of equipment in the field.

Systems that do not need the duplex capability use instead simplex communication. These include broadcast systems, where one station transmits and the others just "listen", and some missile guidance systems, where the launcher needs only to command the missile where to go, and the launcher does not need to receive any information from the missile. Also, there are spacecraft such as satellites and space probes that have lost their capability to receive any commands, but they can continue to transmit radio signals through their antennas. Some early satellites (such as Sputnik 1) were designed as transmit-only spacecraft. Pioneer 6 has transmitted for decades without being able to receive anything.

Contents

Half-duplex

Note that this is one of two contradictory definitions for half-duplex. This definition matches the ITU-T standard. For more detail, see Simplex communication. Also note that this is not the correct name for what is correctly known as local echo.
A simple illustration of a half-duplex communication system.

A half-duplex (HDX) system provides communication in both directions, but only one direction at a time (not simultaneously). Typically, once a party begins receiving a signal, it must wait for the transmitter to stop transmitting, before replying (antennas are of trans-receiver type in these devices, so as to transmit and receive the signal as well).

An example of a half-duplex system is a two-party system such as a "walkie-talkie" style two-way radio, wherein one must use "Over" or another previously-designated command to indicate the end of transmission, and ensure that only one party transmits at a time, because both parties transmit and receive on the same frequency.

A good analogy for a half-duplex system would be a one-lane road with traffic controllers at each end. Traffic can flow in both directions, but only one direction at a time, regulated by the traffic controllers.

In automatically-run communications systems, such as two-way data-links, the time allocations for communications in a half-duplex system can be firmly controlled by the hardware. Thus, there is no waste of the channel for switching. For example, station A on one end of the data link could be allowed to transmit for exactly one second, and then station B on the other end could be allowed to transmit for exactly one second. And then this cycle repeats over and over again.

Full-duplex

A simple illustration of a full-duplex communication system, although full-duplex is not common in shown handheld radios due to the cost and complexity of common duplexing methods.

A full-duplex (FDX), or sometimes double-duplex system, allows communication in both directions, and, unlike half-duplex, allows this to happen simultaneously. Land-line telephone networks are full-duplex, since they allow both callers to speak and be heard at the same time. A good analogy for a full-duplex system would be a two-lane road with one lane for each direction.

Examples: Telephone, Mobile Phone, etc.

Two-way radios can be, for instance, designed as full-duplex systems, which transmit on one frequency and receive on a different frequency. This is also called frequency-division duplex. Frequency-division duplex systems can be extended to farther distances using pairs of simple repeater stations, because the communications transmitted on any one frequency always travel in the same direction.

Full-duplex Ethernet connections work by making simultaneous use of two physical pairs of twisted cable (which are inside the jacket), wherein one pair is used for receiving packets and one pair is used for sending packets (two pairs per direction for some types of Ethernet), to a directly-connected device. This effectively makes the cable itself a collision-free environment and doubles the maximum data capacity that can be supported by the connection.

There are several benefits to using full-duplex over half-duplex. First, time is not wasted, since no frames need to be retransmitted, as there are no collisions. Second, the full data capacity is available in both directions because the send and receive functions are separated. Third, stations (or nodes) do not have to wait until others complete their transmission, since there is only one transmitter for each twisted pair.

Historically, some computer-based systems of the 1960s and 1970s required full-duplex facilities even for half-duplex operation, because their poll-and-response schemes could not tolerate the slight delays in reversing the direction of transmission in a half-duplex line.

Emulation of full-duplex over a single communications link

Where channel access methods are used in point-to-multipoint networks such as cellular networks for dividing forward and reverse communication channels on the same physical communications medium, they are known as duplexing methods, such as:

Time-division duplexing

Time-Division Duplex (TDD) is the application of time-division multiplexing to separate outward and return signals. It emulates full duplex communication over a half duplex communication link.

Time division duplex has a strong advantage in the case where there is asymmetry of the uplink and downlink data rates. As the amount of uplink data increases, more communication capacity can be dynamically allocated, and as the traffic load becomes lighter, capacity can be taken away. The same applies in the downlink direction.

For radio systems that aren't moving quickly, another advantage is that the uplink and downlink radio paths are likely to be very similar. This means that techniques such as beamforming work well with TDD systems.

Examples of Time Division Duplexing systems are:

Frequency-Division Duplexing

Frequency-division duplexing (FDD) means that the transmitter and receiver operate at different carrier frequencies. The term is frequently used in ham radio operation, where an operator is attempting to contact a repeater station. The station must be able to send and receive a transmission at the same time, and does so by slightly altering the frequency at which it sends and receives. This mode of operation is referred to as duplex mode or offset mode.

Uplink and downlink sub-bands are said to be separated by the frequency offset. Frequency-division duplexing can be efficient in the case of symmetric traffic. In this case time-division duplexing tends to waste bandwidth during the switch-over from transmitting to receiving, has greater inherent latency, and may require more complex circuitry.

Another advantage of frequency-division duplexing is that it makes radio planning easier and more efficient, since base stations do not "hear" each other (as they transmit and receive in different sub-bands) and therefore will normally not interfere with each other. On the converse, with time-division duplexing systems, care must be taken to keep guard times between neighboring base stations (which decreases spectral efficiency) or to synchronize base stations, so that they will transmit and receive at the same time (which increases network complexity and therefore cost, and reduces bandwidth allocation flexibility as all base stations and sectors will be forced to use the same uplink/downlink ratio)

Examples of Frequency Division Duplexing systems are:

Echo cancellation

Echo cancellation can also implement full-duplex communications over certain types of shared media. In this configuration, both devices send and receive over the same medium at the same time. When processing the signal it receives, a transceiver removes the "echo" of the signal it sent, leaving the other transceiver's signal only.

Echo cancellation is at the heart of the V.32, V.34, V.56, and V.90 modem standards.

Echo cancellers are available as both software and hardware implementations. They can be independent components in a communications system or integrated into the communication system's central processing unit. Devices that do not eliminate echo sometimes will not produce good full-duplex performance.

Echoplex

Main article: echo (computing)

echoplex is an error detection protocol used in DCE-to-DCE links that requires full-duplex links.

Examples

See also

References

· · Channel access methods and Media access control (MAC)/Multiple-access protocols
Channel based
FDMA OFDMA · WDMA · SC-FDMA
TDMA MF-TDMA · STDMA
CDMA W-CDMA · TD-CDMA · TD-SCDMA · DS-CDMA · FH-CDMA · OFHMA · MC-CDMA
SDMA HC-SDMA
PDMA ·
PAMA ·
Packet based
Collision recovery ALOHA · Slotted ALOHA · R-ALOHA
Collision avoidance MACA · MACAW · CSMA · CSMA/CD · CSMA/CA · DCF · PCF · HCF · CSMA/CARP
Collision free Token ring · Token bus
Delay & disruption tolerant DTN · Mobile Ad-Hoc Networking · Dynamic Source Routing
Duplexing methods TDD · FDD

Categories: Channel access methods | Communication circuits

 

The above information uses material from Wikipedia and is licensed under the GNU Free Documentation License.
Some facts may not have been fully verified for accuracy. [Disclaimers]
This page was last archived by our server on Mon Jul 25 15:49:07 2011.
Displaying this page or its contents does not use any Wikimedia Foundation's resources.
The owners of this site proudly support the Wikimedia Foundation.