Data transmission and data reception or, more broadly, data communication or digital communications is the transfer and reception of
data
In the pursuit of knowledge, data (; ) is a collection of discrete values that convey information, describing quantity, quality, fact, statistics, other basic units of meaning, or simply sequences of symbols that may be further interpret ...
in the form of a
digital bitstream or a
digitized analog signal
transmitted over a
point-to-point or
point-to-multipoint communication channel. Examples of such channels are
copper wires,
optical fiber
An optical fiber, or optical fibre in Commonwealth English, is a flexible, transparency and translucency, transparent fiber made by Drawing (manufacturing), drawing glass (silica) or plastic to a diameter slightly thicker than that of a Hair ...
s,
wireless
Wireless communication (or just wireless, when the context allows) is the transfer of information between two or more points without the use of an electrical conductor, optical fiber or other continuous guided medium for the transfer. The mos ...
communication using
radio spectrum,
storage media and
computer buses. The data are represented as an
electromagnetic signal
In physics, electromagnetic radiation (EMR) consists of waves of the electromagnetic (EM) field, which propagate through space and carry momentum and electromagnetic radiant energy. It includes radio waves, microwaves, infrared, (visible) ligh ...
, such as an
electrical voltage
Voltage, also known as electric pressure, electric tension, or (electric) potential difference, is the difference in electric potential between two points. In a static electric field, it corresponds to the work needed per unit of charge to m ...
,
radiowave
Radio waves are a type of electromagnetic radiation with the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300 gigahertz (GHz) and below. At 300 GHz, the corresponding wavelength is 1 mm (shor ...
,
microwave
Microwave is a form of electromagnetic radiation with wavelengths ranging from about one meter to one millimeter corresponding to frequency, frequencies between 300 MHz and 300 GHz respectively. Different sources define different fre ...
, or
infrared
Infrared (IR), sometimes called infrared light, is electromagnetic radiation (EMR) with wavelengths longer than those of visible light. It is therefore invisible to the human eye. IR is generally understood to encompass wavelengths from aroun ...
signal.
Analog transmission is a method of conveying voice, data, image, signal or video information using a continuous signal which varies in amplitude, phase, or some other property in proportion to that of a variable. The messages are either represented by a sequence of pulses by means of a
line code (''
baseband transmission''), or by a limited set of continuously varying waveforms (''
passband transmission''), using a digital
modulation
In electronics and telecommunications, modulation is the process of varying one or more properties of a periodic waveform, called the ''carrier signal'', with a separate signal called the ''modulation signal'' that typically contains informatio ...
method. The passband modulation and corresponding
demodulation is carried out by
modem
A modulator-demodulator or modem is a computer hardware device that converts data from a digital format into a format suitable for an analog transmission medium such as telephone or radio. A modem transmits data by modulating one or more c ...
equipment. According to the most common definition of
digital signal, both baseband and passband signals representing bit-streams are considered as digital transmission, while an alternative definition only considers the baseband signal as digital, and passband transmission of digital data as a form of
digital-to-analog conversion.
Data transmitted may be digital messages originating from a data source, for example, a computer or a keyboard. It may also be an analog signal such as a phone call or a video signal,
digitized into a bit-stream, for example, using
pulse-code modulation or more advanced
source coding
In information theory, data compression, source coding, or bit-rate reduction is the process of encoding information using fewer bits than the original representation. Any particular compression is either lossy or lossless. Lossless compression ...
schemes. This source coding and decoding is carried out by
codec equipment.
Distinction between related subjects
Courses and textbooks in the field of ''data transmission''
[A. P. Clark, "Principles of Digital Data Transmission", Published by Wiley, 1983] as well as ''digital transmission'' and ''digital communications'' have similar content.
Digital transmission or data transmission traditionally belongs to
telecommunication
Telecommunication is the transmission of information by various types of technologies over wire, radio, optical, or other electromagnetic systems. It has its origin in the desire of humans for communication over a distance greater than tha ...
s and
electrical engineering. Basic principles of data transmission may also be covered within the
computer science
Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to practical disciplines (includin ...
or
computer engineering
Computer engineering (CoE or CpE) is a branch of electrical engineering and computer science that integrates several fields of computer science and electronic engineering required to develop computer hardware and software. Computer enginee ...
topic of data communications, which also includes
computer network
A computer network is a set of computers sharing resources located on or provided by network nodes. The computers use common communication protocols over digital interconnections to communicate with each other. These interconnections ar ...
ing applications and
communication protocols, for example routing, switching and
inter-process communication
In computer science, inter-process communication or interprocess communication (IPC) refers specifically to the mechanisms an operating system provides to allow the processes to manage shared data. Typically, applications can use IPC, categoriz ...
. Although the
Transmission Control Protocol (TCP) involves transmission, TCP and other transport layer protocols are covered in computer networking but ''not'' discussed in a textbook or course about data transmission.
In most textbooks, the term
analog transmission only refers to the transmission of an analog message signal (without digitization) by means of an analog signal, either as a non-modulated baseband signal or as a passband signal using an
analog modulation method
In electronics and telecommunications, modulation is the process of varying one or more properties of a periodic waveform, called the ''carrier signal'', with a separate signal called the ''modulation signal'' that typically contains informatio ...
such as
AM or
FM. It may also include analog-over-analog
pulse modulatated baseband signals such as pulse-width modulation. In a few books within the computer networking tradition, ''analog transmission'' also refers to passband transmission of bit-streams using
digital modulation methods such as
FSK,
PSK and
ASK. Note that these methods are covered in textbooks named digital transmission or data transmission, for example.
The theoretical aspects of data transmission are covered by
information theory
Information theory is the scientific study of the quantification (science), quantification, computer data storage, storage, and telecommunication, communication of information. The field was originally established by the works of Harry Nyquist a ...
and
coding theory.
Protocol layers and sub-topics
Courses and textbooks in the field of data transmission typically deal with the following
OSI model protocol layers and topics:
* Layer 1, the
physical layer
In the seven-layer OSI model of computer networking, the physical layer or layer 1 is the first and lowest layer; The layer most closely associated with the physical connection between devices. This layer may be implemented by a PHY chip.
The ...
:
**
Channel coding including
***
Digital modulation schemes
***
Line coding schemes
***
Forward error correction (FEC) codes
**
Bit synchronization
**
Multiplexing
In telecommunications and computer networking, multiplexing (sometimes contracted to muxing) is a method by which multiple analog or digital signals are combined into one signal over a shared medium. The aim is to share a scarce resource - a ...
**
Equalization
**
Channel models
* Layer 2, the
data link layer:
**
Channel access schemes,
media access control (MAC)
**
Packet mode communication and
Frame synchronization
**
Error detection and
automatic repeat request (ARQ)
**
Flow control
* Layer 6, the
presentation layer:
**
Source coding
In information theory, data compression, source coding, or bit-rate reduction is the process of encoding information using fewer bits than the original representation. Any particular compression is either lossy or lossless. Lossless compression ...
(digitization and data compression), and information theory.
**
Cryptography
Cryptography, or cryptology (from grc, , translit=kryptós "hidden, secret"; and ''graphein'', "to write", or ''-logia'', "study", respectively), is the practice and study of techniques for secure communication in the presence of adve ...
(may occur at any layer)
It is also common to deal with the cross-layer design of those three layers.
Applications and history
Data (mainly but not exclusively
informational) has been sent via non-electronic (e.g.
optical
Optics is the branch of physics that studies the behaviour and properties of light, including its interactions with matter and the construction of instruments that use or detect it. Optics usually describes the behaviour of visible, ultrav ...
,
acoustic,
mechanical) means since the advent of communication.
Analog signal
An analog signal or analogue signal (see spelling differences) is any continuous signal representing some other quantity, i.e., ''analogous'' to another quantity. For example, in an analog audio signal, the instantaneous signal voltage vari ...
data has been sent electronically since the
advent of the telephone. However, the first data electromagnetic transmission applications in modern time were
telegraphy
Telegraphy is the long-distance transmission of messages where the sender uses symbolic codes, known to the recipient, rather than a physical exchange of an object bearing the message. Thus flag semaphore is a method of telegraphy, whereas ...
(1809) and
teletypewriters (1906), which are both
digital signals. The fundamental theoretical work in data transmission and information theory by
Harry Nyquist,
Ralph Hartley,
Claude Shannon
Claude Elwood Shannon (April 30, 1916 – February 24, 2001) was an American mathematician, electrical engineer, and cryptographer known as a "father of information theory".
As a 21-year-old master's degree student at the Massachusetts In ...
and others during the early 20th century, was done with these applications in mind.
Data transmission is utilized in
computers in
computer buses and for communication with
peripheral equipment via
parallel port
In computing, a parallel port is a type of interface found on early computers (personal and otherwise) for connecting peripherals. The name refers to the way the data is sent; parallel ports send multiple bits of data at once (parallel ...
s and
serial ports such as
RS-232 (1969),
FireWire
IEEE 1394 is an interface standard for a serial bus for high-speed communications and isochronous real-time data transfer. It was developed in the late 1980s and early 1990s by Apple in cooperation with a number of companies, primarily Sony a ...
(1995) and
USB (1996). The principles of data transmission are also utilized in storage media for
error detection and correction since 1951. The first practical method to overcome the problem of receiving data accurately by the receiver using digital code was the
Barker code invented by
Ronald Hugh Barker in 1952 and published in 1953. Data transmission is utilized in
computer networking
A computer network is a set of computers sharing resources located on or provided by network nodes. The computers use common communication protocols over digital interconnections to communicate with each other. These interconnections ar ...
equipment such as
modems
A modulator-demodulator or modem is a computer hardware device that converts data from a digital format into a format suitable for an analog transmission medium such as telephone or radio. A modem transmits data by modulating one or more carr ...
(1940),
local area network (LAN) adapters (1964),
repeaters,
repeater hubs,
microwave links,
wireless network access points (1997), etc.
In telephone networks, digital communication is utilized for transferring many phone calls over the same copper cable or fiber cable by means of
pulse-code modulation (PCM) in combination with
time-division multiplexing
Time-division multiplexing (TDM) is a method of transmitting and receiving independent signals over a common signal path by means of synchronized switches at each end of the transmission line so that each signal appears on the line only a fracti ...
(TDM) (1962).
Telephone exchange
A telephone exchange, telephone switch, or central office is a telecommunications system used in the public switched telephone network (PSTN) or in large enterprises. It interconnects telephone subscriber lines or virtual circuits of digital syst ...
s have become digital and software controlled, facilitating many value-added services. For example, the first
AXE telephone exchange was presented in 1976. Digital communication to the end user using
Integrated Services Digital Network (ISDN) services became available in the late 1980s. Since the end of the 1990s, broadband access techniques such as
ADSL,
Cable modems,
fiber-to-the-building (FTTB) and
fiber-to-the-home (FTTH) have become widespread to small offices and homes. The current tendency is to replace traditional telecommunication services with
packet mode communication such as
IP telephony and
IPTV.
Transmitting analog signals digitally allows for greater
signal processing
Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing '' signals'', such as sound, images, and scientific measurements. Signal processing techniques are used to optimize transmissions, ...
capability. The ability to process a communications signal means that errors caused by random processes can be detected and corrected. Digital signals can also be
sampled instead of continuously monitored. The
multiplexing
In telecommunications and computer networking, multiplexing (sometimes contracted to muxing) is a method by which multiple analog or digital signals are combined into one signal over a shared medium. The aim is to share a scarce resource - a ...
of multiple digital signals is much simpler compared to the multiplexing of analog signals. Because of all these advantages, because of the vast demand to transmit computer data and the ability of digital communications to do so and because recent advances in
wideband communication channels and
solid-state electronics have allowed engineers to realize these advantages fully, digital communications have grown quickly.
The digital revolution has also resulted in many digital
telecommunication
Telecommunication is the transmission of information by various types of technologies over wire, radio, optical, or other electromagnetic systems. It has its origin in the desire of humans for communication over a distance greater than tha ...
applications where the principles of data transmission are applied. Examples include
second-generation (1991) and later
cellular telephony,
video conferencing,
digital TV (1998),
digital radio (1999), and
telemetry.
Data transmission, digital transmission or digital communications is the transfer of data over a point-to-point or point-to-multipoint communication channel. Examples of such channels include copper wires, optical fibers, wireless communication channels, storage media and computer buses. The data are represented as an
electromagnetic signal
In physics, electromagnetic radiation (EMR) consists of waves of the electromagnetic (EM) field, which propagate through space and carry momentum and electromagnetic radiant energy. It includes radio waves, microwaves, infrared, (visible) ligh ...
, such as an electrical voltage, radiowave, microwave, or infrared light.
While analog transmission is the transfer of a continuously varying analog signal over an analog channel, digital communication is the transfer of discrete messages over a digital or an analog channel. The messages are either represented by a sequence of pulses by means of a line code (baseband transmission), or by a limited set of continuously varying wave forms (passband transmission), using a digital modulation method. The passband modulation and corresponding demodulation (also known as detection) is carried out by modem equipment. According to the most common definition of a digital signal, both baseband and passband signals representing bit-streams are considered as digital transmission, while an alternative definition only considers the baseband signal as digital, and passband transmission of digital data as a form of digital-to-analog conversion.
Data transmitted may be digital messages originating from a data source, for example a computer or a keyboard. It may also be an analog signal such as a phone call or a video signal, digitized into a bit-stream for example using pulse-code modulation (PCM) or more advanced source coding (analog-to-digital conversion and data compression) schemes. This source coding and decoding is carried out by codec equipment.
Serial and parallel transmission
In telecommunications,
serial transmission is the sequential transmission of
signal elements of a group representing a
character
Character or Characters may refer to:
Arts, entertainment, and media Literature
* ''Character'' (novel), a 1936 Dutch novel by Ferdinand Bordewijk
* ''Characters'' (Theophrastus), a classical Greek set of character sketches attributed to The ...
or other entity of
data
In the pursuit of knowledge, data (; ) is a collection of discrete values that convey information, describing quantity, quality, fact, statistics, other basic units of meaning, or simply sequences of symbols that may be further interpret ...
. Digital serial transmissions are bits sent over a single wire, frequency or optical path sequentially. Because it requires less
signal processing
Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing '' signals'', such as sound, images, and scientific measurements. Signal processing techniques are used to optimize transmissions, ...
and less chances for error than parallel transmission, the
transfer rate of each individual path may be faster. This can be used over longer distances and a check digit or
parity bit
A parity bit, or check bit, is a bit added to a string of binary code. Parity bits are a simple form of error detecting code. Parity bits are generally applied to the smallest units of a communication protocol, typically 8-bit octets (bytes) ...
can be sent along with the data easily.
Parallel transmission is the simultaneous transmission of related signal elements over two or more separate paths. Multiple electrical wires are used which can transmit multiple bits simultaneously, which allows for higher data transfer rates than can be achieved with serial transmission. This method is typically used internally within the computer, for example, the internal buses, and sometimes externally for such things as printers.
Timing skew can be a significant issue in these systems because the wires in parallel data transmission unavoidably have slightly different properties so some bits may arrive before others, which may corrupt the message. This issue tends to worsen with distance making parallel data transmission less reliable for long distances.
Communication channels
Some communications channel types include:
*
Data transmission circuit
*
Full-duplex
*
Half-duplex
*
Simplex
In geometry, a simplex (plural: simplexes or simplices) is a generalization of the notion of a triangle or tetrahedron to arbitrary dimensions. The simplex is so-named because it represents the simplest possible polytope in any given dimension. ...
*
Multi-drop:
**
Bus network
**
Mesh network
A mesh network is a local area network topology in which the infrastructure nodes (i.e. bridges, switches, and other infrastructure devices) connect directly, dynamically and non-hierarchically to as many other nodes as possible and cooperate wit ...
**
Ring network
A ring network is a network topology in which each node connects to exactly two other nodes, forming a single continuous pathway for signals through each node – a ring. Data travels from node to node, with each node along the way handling ever ...
**
Star network
A star network is an implementation of a spoke–hub distribution paradigm in computer networks. In a star network, every host is connected to a central hub. In its simplest form, one central hub acts as a conduit to transmit messages. ...
**
Wireless network
*
Point-to-point
Asynchronous and synchronous data transmission
Asynchronous serial communication uses start and stop bits to signify the beginning and end of transmission.
This method of transmission is used when data are sent intermittently as opposed to in a solid stream.
Synchronous transmission Synchronous serial communication describes a serial communication protocol in which "data is sent in a continuous stream at constant rate."
Synchronous communication requires that the clocks in the transmitting and receiving devices are ''synchr ...
synchronizes transmission speeds at both the receiving and sending end of the transmission using
clock signals. The clock may be a separate signal or
embedded in the data. A continual stream of data is then sent between the two nodes. Due to there being no start and stop bits, the data transfer rate may be more efficient.
See also
*
Computer networking
A computer network is a set of computers sharing resources located on or provided by network nodes. The computers use common communication protocols over digital interconnections to communicate with each other. These interconnections ar ...
*
Communication
Communication (from la, communicare, meaning "to share" or "to be in relation with") is usually defined as the transmission of information. The term may also refer to the message communicated through such transmissions or the field of inqu ...
*
Information theory
Information theory is the scientific study of the quantification (science), quantification, computer data storage, storage, and telecommunication, communication of information. The field was originally established by the works of Harry Nyquist a ...
*
Internetworking
*
Media (communication)
In mass communication, media are the communication outlets or tools used to store and deliver information or data. The term refers to components of the mass media communications industry, such as print media, publishing, the news media, photograp ...
*
Network security
Network security consists of the policies, processes and practices adopted to prevent, detect and monitor unauthorized access, misuse, modification, or denial of a computer network and network-accessible resources. Network security involves th ...
*
Node-to-node data transfer
*
Signal processing
Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing '' signals'', such as sound, images, and scientific measurements. Signal processing techniques are used to optimize transmissions, ...
*
Telecommunication
Telecommunication is the transmission of information by various types of technologies over wire, radio, optical, or other electromagnetic systems. It has its origin in the desire of humans for communication over a distance greater than tha ...
*
Transmission (disambiguation)
Transmission may refer to:
Medicine, science and technology
* Power transmission
** Electric power transmission
** Propulsion transmission, technology allowing controlled application of power
*** Automatic transmission
*** Manual transmission
** ...
References
{{DEFAULTSORT:Data Transmission
Computer networking
Mass media technology
Telecommunications