Data Communication
Data Communication
The distance over which data moves within a computer may vary from a few thousandths of an inch, as is the case
within a single IC chip, to as much as several feet along the backplane of the main circuit board. Over such small
distances, digital data may be transmitted as direct, two-level electrical signals over simple copper conductors. Except
for the fastest computers, circuit designers are not very concerned about the shape of the conductor or the analog
characteristics of signal transmission.
Frequently, however, data must be sent beyond the local circuitry that constitutes a computer. In many cases, the
distances involved may be enormous. Unfortunately, as the distance between the source of a message and its
destination increases, accurate transmission becomes increasingly difficult. This results from the electrical distortion of
signals traveling through long conductors, and from noise added to the signal as it propagates through a transmission
medium. Although some precautions must be taken for data exchange within a computer, the biggest problems occur
when data is transferred to devices outside the computer's circuitry. In this case, distortion and noise can become so
severe that information is lost.
Data Communications concerns the transmission of digital messages to devices external to the message source.
"External" devices are generally thought of as being independently powered circuitry that exists beyond the chassis of a
computer or other digital message source. As a rule, the maximum permissible transmission rate of a message is
directly proportional to signal power, and inversely proportional to channel noise. It is the aim of any communications
system to provide the highest possible transmission rate at the lowest possible power and with the least possible noise.
Communication Channels
A communications channel is a pathway over which information can be conveyed. It may be defined by a
physical wire that connects communicating devices, or by a radio, laser, or other radiated energy source that
has no obvious physical presence. Information sent through a communications channel has a source from
which the information originates, and a destination to which the information is delivered. Although
information originates from a single source, there may be more than one destination, depending upon how
many receive stations are linked to the channel and how much energy the transmitted signal possesses.
In a digital communications channel, the information is represented by individual data bits, which may be
encapsulated into multibit message units. A byte, which consists of eight bits, is an example of a message
unit that may be conveyed through a digital communications channel. A collection of bytes may itself be
grouped into a frame or other higher-level message unit. Such multiple levels of encapsulation facilitate the
handling of messages in a complex data communications network.
• Most digital messages are vastly longer than just a few bits. Because it is neither practical nor economic to
transfer all bits of a long message simultaneously, the message is broken into smaller parts and
transmitted sequentially. Bit-serial transmission conveys a message one bit at a time through a channel.
Each bit represents a part of the message. The individual bits are then reassembled at the destination to
compose the message. In general, one channel will pass only one bit at a time. Thus, bit-serial transmission
is necessary in data communications if only a single channel is available. Bit-serial transmission is normally
just called serial transmission and is the chosen communications method in many computer peripherals.
Byte-serial transmission conveys eight bits at a time through eight parallel channels. Although the raw
transfer rate is eight times faster than in bit-serial transmission, eight channels are needed, and the cost
may be as much as eight times higher to transmit the message. When distances are short, it may
nonetheless be both feasible and economic to use parallel channels in return for high data rates. The
popular Centronics printer interface is a case where byte-serial transmission is used. As another example,
it is common practice to use a 16-bit-wide data bus to transfer data between a microprocessor and
memory chips; this provides the equivalent of 16 parallel channels. On the other hand, when
communicating with a timesharing system over a modem, only a single channel is available, and bit-serial
Data sent in this manner may be transmitted in byte-serial format if the cable has
eight parallel channels (at least 10 conductors for half-duplex operation), or in bit-
serial format if only a single channel is available.
• His is the only change needed if a single peripheral is used. However, if many peripherals are
connected, or if other computer stations are to be linked, a local area network (LAN) is
required, and it becomes necessary to drastically change both the electrical drivers and the
protocol to send messages through the cable. Because multiconductor cable is expensive, bit-
serial transmission is almost always used when the distance exceeds 20 feet.
In either a simple extension cable or a LAN, a balanced electrical system is used for
transmitting digital data through the channel. This type of system involves at least two wires
per channel, neither of which is a ground. Note that a common ground return cannot be
shared by multiple channels in the same cable as would be possible in an unbalanced system.
The basic idea behind a balanced circuit is that a digital signal is sent on two wires
simultaneously, one wire expressing a positive voltage image of the signal and the other a
negative voltage image. When both wires reach the destination, the signals are subtracted by
a summing amplifier, producing a signal swing of twice the value found on either incoming
line. If the cable is exposed to radiated electrical noise, a small voltage of the same polarity is
added to both wires in the cable. When the signals are subtracted by the summing amplifier,
the noise cancels and the signal emerges from the cable without noise:
Transmission over Very Long Distances (greater than 4000 feet)
• Data communications through the telephone network can reach any point in the
world. The volume of overseas fax transmissions is increasing constantly, and
computer networks that link thousands of businesses, governments, and universities
are pervasive. Transmissions over such distances are not generally accomplished with
a direct-wire digital link, but rather with digitally-modulated analog carrier signals.
This technique makes it possible to use existing analog telephone voice channels for
digital data, although at considerably reduced data rates compared to a direct digital
link.