Preview PDF
Preview PDF
E-CONTENT
Transmission of the data is very much important in the services related to the
data communication and the information technology as this technique makes
use of the data processed in the order to forward the same to the end user.
Data transmission refers to the movement of data in form of bits between two or more digital
devices. We conclude the Unit with a brief summary followed by an exercise and
some suggested readings for the students.
2.2 OBJECTIVES
The transfer of data from one machine to another machine such that, the sender and the receiver
both interpret the data correctly is known as Data Communication.
Channel
In a network, a communication channel is the physical path the transmission signals travel.
It is the path information travels from computer to computer.
A path through which information is transmitted from one place to another is called
communication channel. It is also referred to as communication medium or link. The twisted
pair wire, coaxial cable, fiber optic cable, microwave, satellite etc. are examples of
communication channels.
In a communication channel, data is transmitted in the form of signals (analog signal). The data
transmission is measured in bandwidth. The bandwidth will be higher if more signals can be
transmitted. Actually, the bandwidth measures the amount of information that can be
transmitted through the media within the given period of time. For analog signals, bandwidth
is represented in hertz (Hz). It means number of signals transmitted per second. For digital
signals, it is represented in bits per second (bps). Different transmission media have different
bandwidths. The higher the bandwidth of the transmission media, the more information can be
transmitted.
The channel capacity of a transmission system is the maximum rate at which information can
be transferred reliably over a given period of time. Two basic types of channels that are used
in voice and data communication are Analog and Digital.
The Analog type of channel transmits signals generally using sinusoidal waves as shown in
Figure 6. Non-sinusoidal waves can also be used for transmission. The commercial radio
station and Public telephone system are examples of this type.
Baud
A baud is the number of signalling elements per second sent by a communications device such
as a modem. In theory, a modem with a high baud rate means fast transmission. The baud rate
is therefore equal to the bit rate only if each signal element represents one bit of information.
Unfortunately, in much of today's literature, the terms "baud" and "bits per second" are used
synonymously. This is correct in cases where pure two-state signalling is used but is incorrect
in general. For this reason, the term "baud" is gradually being replaced by "bits per second,"
since the latter is independent of the coding method and truly represents the information rate.
Pronounced bawd, Baud is the number of signaling elements that occur each second. The term
is named after J.M.E. Baudot, the inventor of the Baudot telegraph code.
At slow speeds, only one bit of information (signaling element) is encoded in each electrical
change. The baud, therefore, indicates the number of bits per second that are transmitted. For
example, 300 baud means that 300 bits are transmitted each second (abbreviated 300 bps).
Assuming asynchronous communication, which requires 10 bits per character, this translates
in to 30 characters per second (cps). For slow rates (below 1,200 baud), you can divide the
baud by 10 to see how many characters per second are sent.
At higher speeds, it is possible to encode more than one bit in each electrical change. 4,800
baud may allow 9,600 bits to be sent each second. At high data transfer speeds; therefore, data
transmission rates are usually expressed in bits per second (bps) rather than baud. For example,
a 9,600 bps modem may operate at only 2,400 baud.
Bandwidth
The amount of data or signals that the transmission media can carry in a fixed amount of time
is called Bandwidth. The Bandwidth depends upon the length, media and signalling technique
used. A high bandwidth allows increased throughput and better performance. A medium that
has a high capacity has a high bandwidth. A medium that has limited capacity has a low
bandwidth. It is calculated using the difference between the highest and the lowest frequencies
that the medium can carry. For digital devices, the bandwidth is usually expressed in bits per
second (bps) or bytes per second. For analog devices, the bandwidth is expressed in cycles per
second, or Hertz (Hz). Bandwidth is particularly important for I/O devices. For example, a
fast disk drive can be hampered by a bus with a low bandwidth.
Frequency
Frequency is the number of cycles or periods a signal completes within one second. The unit
of measuring frequency is called Hertz named after a German mathematician Heinrich Hertz.
One Hz is one cycle/second. We use one Kilohertz or one kHz to mean 1000Hz and one
Megahertz or one MHz to mean 1000 kHz or 1000000Hz.
Transmission mode means transferring of data between two devices. It is also known as
communication mode. Buses and networks are designed to allow communication to occur
between individual devices that are interconnected.
Data can be transmitted from Source to Destination in a number of ways. The different modes
of data transmission be outlined as follows:
1. Parallel transmission
Within a computing or communication device, the distances between different subunits are too
short. Thus, it is normal practice to transfer data between subunits using a separate wire to carry
each bit of data. There are multiple wires connecting each sub-unit and data is exchanged using
a parallel transfer mode. This mode of operation results in minimal delays in transferring each
word.
• In parallel transmission, all the bits of data are transmitted simultaneously on separate
communication lines.
• In order to transmit n bits, n wires or lines are used. Thus each bit has its own line.
• All n bits of one group are transmitted with each clock pulse from one device to
another i.e. multiple bits are sent with each clock pulse.
• Parallel transmission is used for short distance communication.
• As shown in the fig, eight separate wires are used to transmit 8 bit data from sender to receiver.
It is speedy way of transmitting data as multiple bits are transmitted simultaneously with a
single clock pulse.
There are two types of serial transmission-synchronous and asynchronous both these
transmissions use 'Bit synchronization'
Bit Synchronization is a function that is required to determine when the beginning and end of
the data transmission occurs.
Bit synchronization helps the receiving computer to know when data begin and end during a
transmission. Therefore, bit synchronization provides timing control.
Asynchronous, Synchronous and Isochronous Communication Synchronous
Transmission
Asynchronous Transmission
• Asynchronous transmission sends only one character at a time where a character is
either a letter of the alphabet or number or control character i.e. it sends one byte of
data at a time.
• Bit synchronization between two devices is made possible using start bit and stop bit
which is shown in fig 4.
• Start bit indicates the beginning of data i.e. alerts the receiver to the arrival of new
group of bits. A start bit usually 0 is added to the beginning of each byte.
• Stop bit indicates the end of data i.e. to let the receiver know that byte is finished, one
or more additional bits are appended to the end of the byte. These bits, usually 1s are
called stop bits.
• Addition of start and stop increase the number of data bits. Hence more bandwidth is
consumed in asynchronous transmission.
• There is idle time between the transmissions of different data bytes. This idle time is
also known as Gap
• The gap or idle time can be of varying intervals. This mechanism is called
Asynchronous, because at byte level sender and receiver need not to be synchronized.
But within each byte, receiver must be synchronized with the incoming bit stream.
Synchronous Transmission
2. The sender and receiver have to operate at the same clock frequency. This requires proper
synchronization which makes the system complicated.
This classification of data transmission is based on which question of communication can send
data and at what point of time.
The three basic ways in which this can be done are following:
• Simplex.
• Half Duplex
Simplex:
In Simplex mode, the communication is unidirectional, as on a one-way street. Only one
of the two devices on a link can transmit, the other can only receive. The simplex mode
can use the entire capacity of the channel to send data in one direction.
Example: Keyboard and traditional monitors. The keyboard can only introduce input, the
monitor can only give the output.. Simplex transmission generally involves dedicated circuits.
Simplex circuits are analogous to escalators, doorbells, fire alarms and security systems:
The simplest signal flow technique is the simplex configuration. In Simplex transmission, one
of the communicating devices can only send data, whereas the other can only receive it. Here,
communication is only in one direction (unidirectional) where one party is the transmitter and
the other is the receiver as shown in the Figure 7. Examples of simplex communication are the
simple radio, and Public broadcast television where, you can receive data from stations but
can’t transmit data back. The television station sends out electromagnetic signals. The station
does not expect and does not monitor for a return signal from the television set. This type of
channel design is easy and inexpensive to set up.
Note, the difference between simplex and half-duplex. Half-duplex refers to two-way
communication where, only one party can transmit data at a time. Simplex refers to one-way
communication where, one party is the transmitter and the other is the receiver
For example, a walkie-talkie is a half-duplex device because only one party can talk at a time.
Most modems contain a switch that lets you select between half-duplex and full duplex modes.
The correct choice depends on which program you are using to transmit data through the
modem.
Full Duplex
Full-duplex mode is used when communication in both direction is required all the time.
The capacity of the channel, however must be divided between the two directions.
Example: Telephone Network in which there is communication between two persons
by a telephone line, through which both can talk and listen at the same time.
A walkie-talkie operates in half duplex mode. It can only send or receive a transmission at any
given time. It cannot do both at the same time.
As shown in fig. computer A sends information to computer B. At the end of transmission,
computer B sends information to computer A. Computer A cannot send any information to
computer B, while computer B is transmitting data.
A full duplex system can transmit data simultaneously in both directions on transmission
path. Full-duplex method is used to transmit the data over a serial communication link.
Two wires needed to send data over a serial communication link layer. Full-duplex
transmission, the channel capacity is shared by both communicating devices at all times.
Both the connected devices can transmit and receive at the same time. Therefore, it represents
truly bi-directional system. The link may contain two separate transmission paths one for
sending and another for receiving.
Example of Full duplex mode:
Telephone networks operate in full duplex mode when two persons talk on telephone line, both
can listen and speak simultaneously.
Full duplex refers to the transmission of data in two directions simultaneously. Here, both the
devices are capable of sending as well as receiving data at the same time as shown in Figure 9.
As you can see from Figure 9, that simultaneously bi-directional communication is possible,
as a result, this configuration requires full and independent transmitting and receiving
capabilities at both ends of the communication channel. Sharing the same channel and moving
signals in both directions increases the channel throughput without increasing its bandwidth.
For example, a telephone is a full-duplex device because both parties can talk to each other
simultaneously. In contrast, a walkie-talkie is a half-duplex device because only one party can
transmit at a time.
Most modems have a switch that lets you choose between full-duplex and half-duplex modes.
The choice depends on which communications program you are running.
ANALOG TRANSMISSION
Analog is best explained by the transmission of signal such as sound or human speech, over an
electrified copper wire. In its native form, human speech is an oscillatory disturbance in the air
which varies in terms of its volume or power (amplitude) and its pitch or tone (frequency).
Analogous variations in electrical or radio waves are created in order to transmit the
analog information signal for video or audio or both over a network from a transmitter (TV
station or CATV source) to a receiver (TV set, computer connected with antenna). At the
receiving end an approximation (analog) of the original information is presented
Information which is analog in its native form (audio and image) can vary continuously in
terms of intensity (volume or brightness) and frequency (tone or color). Those variations in the
native information stream are translated in an analog electrical network into variations in -the
amplitude and frequency of the carrier signal. In other words, the carrier signal is modulated
(varied) in order to create an analog of the original information stream.
The electromagnetic sinusoidal (waveform) or sine wave can be varied in amplitude at a fixed
frequency, using Amplitude Modulation (AM). Alternatively, the frequency of the sine wave
can be varied at constant amplitude using Frequency Modulation (FM). Additionally, both
frequency and amplitude can be modulated simultaneously.
1. Analog signal can have infinite number of values and varies continuously with time.
2. Analog signal is usually represented by sine wave.
3. As shown in figure 10 each cycle consists of a single arc above the time axis followed by a
single arc below the time axis.
4. Example of analog signal is human voice. When we speak, we use air to transmit an analog
signal. Electrical signal from an audio tape, can also be in analog form
2. Period
(i) Period refers to the amount of time in which a signal completes one cycle.
(ii) It is measured in seconds.
(iii) Other units used to measure period are millisecond (10-3 sec.) microsecond (1 0-6 sec),
nanosecond (10-9 sec) and picoseconds (10-12 sec).
3. Frequency
(i) It refers to the number of wave patterns completed in a given period of time.
(ii) To be more precise, frequency refers to number of periods in one second or number of
cycles per second.
(iii) Frequency is measured in Hertz (Hz)
(iv)Other units used to express frequency are kilohertz (103 Hz) Megahertz (106 Hz), gigahertz
(109 Hz) and terahertz (1012 Hz).
(v) Frequency and period are the inverse of each other. Period is the inverse of frequency and
frequency is the inverse of period.
4. Phase
(i) Phase describes the position of the waveform relative to time zero.
(ii) Phase describes the amount by which the waveform shifts forward or backward along the
time axis.
(iii) It indicates the status of first cycle.
(iv)Phase is measured in degrees or radians.
(v) A phase shift of 3600 indicates a shift of a complete period, a phase shift of 180° indicates
a shift of half period and a phase shift of 90° indicates a shift of a quarter of a period as shown
in fig 12. below.
DIGITAL TRANSMISSION
Computers are digital in nature. Computers process, store, and communicate information in
binary form, i.e. in the combination of 1s and 0s which has specific meaning
in computer language. A binary digit (bit) is an individual 1 or O. Multiple bit streams are used
in a computer network.
With any communications system, the signal that is received may differ from the signal that is
transmitted due to various transmission impairments. For analog signals, these impairments
can degrade the signal quality. For digital signals, bit errors may be introduced, such that a
binary 1 is transformed into a binary 0 or vice versa. In this section, we examine the various
impairments and how they may affect the information-carrying capacity of a communication
link; The most significant impairments are
• Noise
Attenuation
Attenuation is the loss of energy as the signal propagates outwards. On guided media (e.g.,
wires and optical fibers), the signal falls off logarithmically with the distance which is depicted
in figure 14. Attenuation is very small at short distances; therefore, the original signal can be
recognised without too much distortion. Attenuation increases with distance as, some of the
signal energy is absorbed by the medium. The loss is expressed in decibels per kilometer
(db/km). The amount of energy lost depends on the frequency. Attenuation is also higher at
higher frequencies.
If the attenuation is high, the receiver may not be able to detect the signal at all, or the signal
may fall below the noise level. In many cases, the attenuation properties of a medium are
known, so amplifiers can be put in place to try to compensate for the frequency-dependent
attenuation. This approach helps but can never restore the signal exactly back to its original
shape.
Delay Distortion
Delay distortion is caused by the fact that the signals of varying frequencies travel at different
speeds along the medium which is shown in figure 15. Any complex signal can be decomposed
into different sinusoidal signals of different frequencies, resulting, in a frequency bandwidth
for every signal.
One property of signal propagation is that the speed of travel of the frequency is the highest at
the center of this bandwidth, and lowest at both ends. Therefore, at the receiving end, signals
with different frequencies in a given bandwidth will arrive at different times. If, the signals
received are measured at a specific time, they will not be exactly like the original signal
resulting in its misinterpretation.
For digital data, fast components from one bit may catch up and overtake low components from
the bit ahead, mixing the two bits and increasing the probability of incorrect reception.
Noise
Noise is unwanted energy from sources other than the transmitter. Thermal noise is caused by
the random motion of the electrons in a wire and is unavoidable. Cross talk is caused by
inductive coupling between two wires that are close to each other. Sometimes when talking
on the telephone, you can hear another conversation in the background. That is crosstalk.
Finally, there is impulse noise, caused by spikes on the power line or other causes. For digital
data, impulse noise can wipe out one or more bits.
Concept of Delays
The average delay required to deliver a packet from source (origin) to destination has a large
impact on the performance of a data network. Delay considerations strongly influence the
choice and performance of network algorithms, such as routing and flow control. Because of
these reasons, it is very important to understand the nature and mechanism of network delay,
and the manner in which it depends on the characteristics of the network.
A large delay is disastrous for data transfer. The total delay can be categorised into two types.
The first type is fixed delay. This is the total delay which is always present due to buffering,
link capacity etc. The second type is variable delay. This is the delay component which is
caused by packets queuing in the routers, congestions etc. Among the different types of delays,
here, we shall discuss Transmission delay and Propagation delay.
• Thermal noise
• Intermodulation noise
• Crosstalk
• Impulse noise
Thermal noise
Thermal noise is due to thermal agitation of electrons. It is present in all electronic devices and
transmission media and is a function of temperature. Thermal noise is uniformly distributed
across the bandwidths typically used in communications systems and hence is often referred to
as white noise. Thermal noise cannot be eliminated and therefore places an upper bound on
communications system performance. Because of the weakness of the signal received by
satellite earth stations, thermal noise is particularly significant for satellite communication.
N0 = kT1W/Hz2
Where
EXAMPLE
The noise is assumed to be independent of frequency. Thus the thermal noise in watts
present in a bandwidth of B Hertz can be expressed as
N = kTB
or,in decibel-watts,
N = 10 log k + 10 log T + 10 log B
EXAMPLE :
=-228.6 + 24.7 + 70
=-133.9 dBW
Intermodulation noise
When signals at different frequencies share the same transmission medium, the result may be
intermodulation noise. The effect of intermodulation noise is to produce signals at a frequency
that is the sum or difference of the two original frequencies or multiples of those frequencies.
For example, the mixing of signals at frequencies and might produce energy at the frequency
This derived signal could interfere with an intended signal at the frequency f1 +f2
Crosstalk
Crosstalk has been experienced by anyone who, while using the telephone, has been able to
hear another conversation; it is an unwanted coupling between signal paths. It can occur by
electrical coupling between nearby twisted pairs or, rarely, coax cable lines carrying multiple
signals. Crosstalk can also occur when microwave antennas pick up unwanted signals; although
highly directional antennas are used, microwave energy does spread during propagation.
Typically, crosstalk is of the same order of magnitude as, or less than, thermal noise. All of the
types of noise discussed so far have reasonably predictable and relatively constant magnitudes.
Thus it is possible to engineer a transmission system to cope with them.
Impulse noise
communication. For example, a sharp spike of energy of 0.01 s duration would not destroy any
voice data but would wash out about 560 bits of digital data being transmitted at 56 kbps.
Figure 16 is an example of the effect of noise on a digital signal. Here the noise consists of a
relatively modest level of thermal noise plus occasional spikes of impulse noise. The digital
data can be recovered from the signal by sampling the received waveform once per bit time.
As can be seen, the noise is occasionally sufficient to change a 1 to a 0 or a 0 to a 1.
Transmission delay
Transmission delay is the delay, which is present due to link capacities. When resource
reservation methods are supported in routers, transmission delays can probably be kept low
enough to satisfy the overall delay constraint of 200 ms.
When data is transmitted, there is always a minimal amount of delay, due to the capacity of the
links along which the data travels. But the most significant part of the delay of transmission is
usually due to queuing of packets inside routers. This delay is highly variable and depends both
on the number of routers along the path and the load of the routers.
Propagation delay
Satellite microwave systems can reach remote places on the earth and can also communicate
with mobile devices. As the signal travels a long distance (around 36,000 km), there is a delay
of about 5 kms between, the transmission and the reception of the signal. This delay is known
as the propagation delay. Such delays occur in all communication channels, however, small
they may be.
Propagation delay is the time between the last bit transmitted at the head node of the link and
the time the last bit is received at the tail node. This is proportional to the physical distance
between the transmitter and the receiver; it can be relatively substantial, particularly for a
satellite link or a very high-speed link.
The propagation delay depends on the physical characteristics of the link and is independent
of the traffic carried by the link.