Digital Communication e Notes
Digital Communication e Notes
Digital Communication
Chapter-1
Introduction
Communication has been one of the greatest needs of the human race. It is essential to form social
unions, to educate the young, and to express a myriad of emotions and needs. Good communication
is central to a civilized society.
1.1 Digital communication system
Digital communication systems are communication systems where the information propagates
through the system in the form of symbols that are discrete or digital. It uses digital sequence as an
interface between the source and the channel input (and likewise between the channel output and
final destination).
Noise and Get affected by Noise Immune from Noise and Distortion
Distortion
Portability Less Portable as the components are More portable due to compact
heavy equipments.
Modulation Used Amplitude and Angle Modulation Pulse coded Modulation or PCM,
DPCM etc.
Example of Signal Analog signal comprises of voice, Digital signals are used in
sound etc. computers
1.3 Principles of Digital Communication
When we enter data into the computer via keyboard, each keyed element is encoded by the
electronics within the keyboard into an equivalent binary coded pattern, using one of the standard
coding schemes that are used for the interchange of information. To represent all characters of the
keyboard, a unique pattern of 7 or 8 bits in size is used. The use of 7 bits means that 128 different
elements can be represented, while 8 bits can represent 256 elements. A similar procedure is
followed at the receiver that decodes every received binary pattern into the corresponding character.
Data transmission refers to the movement of data in form of bits between two or more digital
devices.This transfer of data takes place via some form of transmission media (for example, coaxial
cable, fiber optics etc.)
Types of transmission
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.
Advantage of parallel transmission
It is speedy way of transmitting data as multiple bits are transmitted simultaneously with a single
clock pulse.
Disadvantage of parallel transmission
It is costly method of data transmission as it requires n lines to transmit n bits at the same time.
Serial Transmission
When transferring data between two physically separate devices, especially if the separation is more
than a few kilometers, for reasons of cost, it is more economical to use a single pair of lines. Data is
transmitted as a single bit at a time using a fixed time interval for each bit. This mode of
transmission is known as bit-serial transmission.
• In serial transmission, the various bits of data are transmitted serially one after the other.
• It requires only one communication line rather than n lines to transmit data from sender to receiver.
• Thus all the bits of data are transmitted on single line in serial fashion.
• In serial transmission, only single bit is sent with each clock pulse.
• As shown in fig., suppose an 8-bit data 11001010 is to be sent from source to destination. Then
least significant bit (LSB) i,e. 0 will be transmitted first followed by other bits. The most significant
bit (MSB) i.e. 1 will be transmitted in the end via single communication line.
• The internal circuitry of computer transmits data in parallel fashion. So in order to change this
parallel data into serial data, conversion devices are used.
• These conversion devices convert the parallel data into serial data at the sender side so that it can
be transmitted over single line.
• On receiver side, serial data received is again converted to parallel form so that the interval
circuitry of computer can accept it
• Serial transmission is used for long distance communication.
Advantage of Serial transmission
Use of single communication line reduces the transmission line cost by the factor of n as compared
to parallel transmission.
Disadvantages of Serial transmission
1. Use of conversion devices at source and destination end may lead to increase in overall
transmission cost.
2. This method is slower as compared to parallel transmission as bits are transmitted serially one
after the other.
Types of Serial Transmission
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.
A) 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.
• 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.
Application of Asynchronous Transmission
1. Asynchronous transmission is well suited for keyboard type-terminals and paper tape
devices. The advantage of this method is that it does not require any local storage at the
terminal or the computer as transmission takes place character by character.
• In the absence of start & stop bits, bit synchronization is established between sender & receiver by
'timing' the transmission of each bit.
• Since the various bytes are placed on the link without any gap, it is the responsibility of receiver to
separate the bit stream into bytes so as to reconstruct the original information.
• In order to receive the data error free, the receiver and sender operates at the same clock frequency.
Application of Synchronous transmission
• Synchronous transmission is used for high speed communication between computers.
Advantage of Synchronous transmission
1. This method is faster as compared to asynchronous as there are no extra bits (start bit & stop bit)
and also there is no gap between the individual data bytes.
Disadvantages of Synchronous transmission
1. It is costly as compared to asynchronous method. It requires local buffer storage at the two ends of
line to assemble blocks and it also requires accurately synchronized clocks at both ends. This leads
to increase in the cost.
2. The sender and receiver have to operate at the same clock frequency. This requires proper
synchronization which makes the system complicated.
Comparison between Serial and Parallel transmission
DISADVANTAGE OF SAMPLING
1. Chances of bias
2. Difficulties in selecting truly a representative sample
3. Need for subject specific knowledge
4. changeability of sampling units
5. impossibility of sampling
TYPES OF SAMPLING
There are three types of sampling techniques:
Impulse sampling.
Natural sampling.
Flat Top sampling.
This is called ideal sampling or impulse sampling. You cannot use this practically because
pulse width cannot be zero and the generation of impulse train is not possible practically.
2.4 Natural Sampling
Natural sampling is similar to impulse sampling, except the impulse train is replaced by pulse train
of period T. i.e. you multiply input signal x(t) to pulse train as shown below
Theoretically, the sampled signal can be obtained by convolution of rectangular pulse p(t) with
ideally sampled signal say yδ(t) as shown in the diagram:i.e. y(t)=p(t)×yδ(t)......(1)
Nyquist Rate
It is the minimum sampling rate at which signal can be converted into samples and can be
recovered back without distortion.
Nyquist rate fN = 2fm hz
Applications of PAM
It is used in Ethernet communication.
It is used in many micro-controllers for generating the control signals.
It is used in Photo-biology.
It is used as an electronic driver for LED lighting.
Advantages
It is the simple process for both modulation and demodulation.
Transmitter and receiver circuits are simple and easy to construct.
PAM can generate other pulse modulation signals and can carry the message at the same time.
Disadvantages
Bandwidth should be large for transmission PAM modulation.
Noise will be great.
Pulse amplitude signal varies so power required for transmission will be more.
Applications
Pulse position modulation has many purposes, especially in RF (Radio Frequency) communications.
For example, pulse position modulation is used in remote controlled aircraft, cars, boats, and other
vehicles and is responsible for conveying a transmitter’s controls to a receiver. Each pulse’s position
may describe an analogue controller’s physical direction, while the number of pulses may describe
the number of possible commands that the device may receive.
Advantages
Pulse position modulation conveys simple commands that other forms of signal modulation are
either simply not made for or are too complex to use in certain situations. Because pulse position
modulation only communicates simple commands from a transmitter to a receiver, it is often used in
lightweight applications due to its low system requirements.
Disadvantages
Pulse position modulation requires that both devices are synchronized or differential pulse position
modulation is used. Also, pulse position modulation is highly sensitive to multi-pathway
interference, such as echoing, that can disrupt a transmission by altering the difference in arrival
times of each signal.
2.8 QUANTIZATION
Quantization, in mathematics and digital signal processing, is the process of mapping input values
from a large set (often a continuous set) to output values in a (countable) smaller set, often with a
finite number of elements. Rounding and truncation are typical examples of quantization processes.
Quantization is involved to some degree in nearly all digital signal processing, as the process of
representing a signal in digital form ordinarily involves rounding. Quantization also forms the core
of essentially all lossy compression algorithms.
The difference between an input value and its quantized value (such as round-off error) is referred to
as quantization error. A device or algorithmic function that performs quantization is called a
quantizer. An analog-to-digital converter is an example of a quantizer.
Quantization Noise
It is a type of quantization error, which usually occurs in analog audio signal, while quantizing it to
digital. For example, in music, the signals keep changing continuously, where a regularity is not
found in errors. Such errors create a wideband noise called as Quantization Noise.
µ-law companding
The United States and Japan use µ-law companding. Limiting the linear sample values to 13
magnitude bits, the µ-law compression is defined by Equation 2, where m is the compression
parameter (m =255 in the U.S. and Japan) and x is the normalized integer to be compressed.
The encoding and decoding process for µ-law is similar to that of A-law. There are,
however, a few notable differences: 1) µ-law encoders typically operate on linear 13-bit magnitude
data, as opposed to 12-bit magnitude data with A-law, 2) before chord determination a bias value of
33 is added to the absolute value of the linear input data to simplify the chord and step calculations,
3) the definition of the sign bit is reversed, and 4) the inversion pattern is applied to all bits in the
8bit code. Table 3 illustrates a µ-law encoding table. The sign bit of the linear input data is omitted
from the table. The sign bit (S) for the 8-bit code is set to 1 if the input sample is positive, and is set
to 0 if the input sample is negative.
2.11 Differential Pulse Code Modulation
If the redundancy is reduced, then the overall bit rate will decrease and the number of bits required to
transmit one sample will also reduce. This type of digital pulse modulation technique is called
differential pulse code modulation. The DPCM works on the principle of prediction. The value of the
present sample is predicted from the previous samples. The prediction may not be exact, but it is
very close to the actual sample value.
The sampled signal is denoted by x(nTs) and the predicted signal is indicated by x^(nTs). The
comparator finds out the difference between the actual sample value x(nTs) and the predicted value
x^(nTs). This is called signal error and it is denoted as e(nTs)
e(nTs)= x(nTs)- x^( nTs) …….(1)
Here the predicted value x^(nTs) is produced by using a prediction filter(signal processing filter).
The quantizer output signal eq(nTs) and the previous prediction is added and given as input to the
prediction filter, this signal is denoted by xq(nTs). This makes the prediction closer to the actually
sampled signal. The quantized error signal eq(nTs) is very small and can be encoded by using a
small number of bits. Thus the number of bits per sample is reduced in DPCM.
As we discussed above, the predictor undertakes a value, based on the previous outputs. The input
given to the decoder is processed and that output is summed up with the output of the predictor, to
obtain a better output. That means here first of all the decoder will reconstruct the quantized form of
original signal. Therefore the signal at the receiver differs from the actual signal by quantization
error q(nTs), which is introduced permanently in the reconstructed signal.
Applications of DPCM
The DPCM technique mainly used Speech, image and audio signal compression. The DPCM
conducted on signals with the correlation between successive samples leads to good compression
ratios. In images, there is a correlation between the neighbouring pixels, in video signals, the
correlation is between the same pixels in consecutive frames and inside frames (which is same as
correlation inside the image).
This method is suitable for real Time applications. To understand the efficiency of this method of
medical compression and real-time application of medical imaging such as telemedicine and online
diagnosis. Therefore, it can be efficient for lossless compression and implementation for lossless or
near-lossless medical image compression.
2.12 Delta modulation
A delta modulation (DM or Δ-modulation) is an analog-to-digital and digital-to-analog signal
conversion technique used for transmission of voice information where quality is not of primary
importance. DM is the simplest form of differential pulse-code modulation (DPCM) where the
difference between successive samples are encoded into n-bit data streams. In delta modulation, the
transmitted data are reduced to a 1-bit data stream. Its main features are:
The analog signal is approximated with a series of segments.
Each segment of the approximated signal is compared to the preceding bits and the successive
bits are determined by this comparison.
Only the change of information is sent, that is, only an increase or decrease of the signal
amplitude from the previous sample is sent whereas a no-change condition causes the modulated
signal to remain at the same 0 or 1 state of the previous sample.
To achieve high signal-to-noise ratio, delta modulation must use oversampling techniques, that is,
the analog signal is sampled at a rate several times higher than the Nyquist rate
Digital Modulation provides more information capacity, high data security, quicker system
availability with great quality communication. Hence, digital modulation techniques have a
greater demand, for their capacity to convey larger amounts of data than analog ones. There
are many types of digital modulation techniques and we can even use a combination of these
techniques as well. Digital-to-Analog signals is the next conversion we will discuss in this
chapter. These techniques are also called as Digital Modulation techniques.
Digital Modulation provides more information capacity, high data security, quicker system
availability with great quality communication. Hence, digital modulation techniques have a
greater demand, for their capacity to convey larger amounts of data than analog modulation
techniques.
There are many types of digital modulation techniques and also their combinations,
depending upon the need.
ASK – Amplitude Shift Keying
FSK – Frequency Shift Keying
PSK – Phase Shift Keying
W aveform of ASK
ASK system can be divided into three blocks. The first one represents the transmitter, the
second one is a linear model of the effects of the channel, the third one shows the structure of
the receiver. The following notation is used:
ht(f) is the carrier signal for the transmission
hc(f) is the impulse response of the channel
n(t) is the noise introduced by the channel
hr(f) is the filter at the receiver
L is the number of levels that are used for transmission
Ts is the time between the generation of two symbols
Different symbols are represented with different voltages. If the maximum allowed value for
the voltage is A, then all the possible values are in the range [−A, A] and they are given by:
Considering the picture, the symbols v[n] are generated randomly by the source S, then the
impulse generator creates impulses with an area of v[n]. These impulses are sent to the filter
ht to be sent through the channel. In other words, for each symbol a different carrier wave is
sent with the relative amplitude.
Out of the transmitter, the signal s(t) can be expressed in the form:
In the receiver, after the filtering through hr (t) the signal is:
where * indicates the convolution between two signals. After the A/D conversion the signal
z[k] can be expressed in the form:
In this relationship, the second term represents the symbol to be extracted. The others are
unwanted: the first one is the effect of noise, the third one is due to the intersymbol
interference.
If the filters are chosen so that g(t) will satisfy the Nyquist ISI criterion, then there will be no
intersymbol interference and the value of the sum will be zero, so:
Application-
1. ASK is commonly used to transmit di git al data over optical fiber.
2. ASK is also used for transmitting Morse code at radio frequency.
3. It is used extensively for commercial terrestrial application
3.2 Frequency Shift Keying (FSK) is the digital modulation technique in which the
frequency of the carrier signal varies according to the digital signal changes. FSK is a scheme
of frequency modulation. The output of a FSK modulated wave is high in frequency for a
binary High input and is low in frequency for a binary Low input. The binary 1s and 0s are
called Mark and Space frequencies.
The following image is the diagrammatic representation of FSK modulated waveform along
with its input.
FSK Modulator
The FSK modulator block diagram comprises of two oscillators with a clock and the input
binary sequence. Following is its block diagram.
The two oscillators, producing a higher and a lower frequency signals, are connected to a
switch along with an internal clock. To avoid the abrupt phase discontinuities of the output
waveform during the transmission of the message, a clock is applied to both the oscillators,
internally. The binary input sequence is applied to the transmitter so as to choose the
frequencies according to the binary input.
FSK Demodulator
There are different methods for demodulating a FSK wave. The main methods of FSK
detection are asynchronous detector and synchronous detector. The synchronous detector
is a coherent one, while asynchronous detector is a non-coherent one.
Asynchronous FSK Detector
The block diagram of Asynchronous FSK detector consists of two band pass filters, two
envelope detectors, and a decision circuit. Following is the diagrammatic representation.
The FSK signal is passed through the two Band Pass Filters (BPFs),
tuned to Space and Mark frequencies. The output from these two BPFs look like ASK
signal, which is given to the envelope detector. The signal in each envelope detector is
modulated asynchronously. The decision circuit chooses which output is more likely and
selects it from any one of the envelope detectors. It also re-shapes the waveform to a
rectangular one.
3.3 Phase Shift Keying (PSK) is the digital modulation technique in which the phase of the
carrier signal is changed by varying the sine and cosine inputs at a particular time. PSK
technique is widely used for wireless LANs, bio-metric, contactless operations, along with
RFID and Bluetooth communications.PSK is of two types, depending upon the phases the
signal gets shifted. They are −
Binary Phase Shift Keying (BPSK)
This is also called as 2-phase PSK or Phase Reversal Keying. In this technique, the sine wave
carrier takes two phase reversals such as 0° and 180°. BPSK is basically a Double Side Band
Suppressed Carrier (DSBSC) modulation scheme, for message being the digital information.
Quadrature Phase Shift Keying (QPSK)
This is the phase shift keying technique, in which the sine wave carrier takes four phase
reversals such as 0°, 90°, 180°, and 270°. If this kind of techniques are further extended, PSK
can be done by eight or sixteen values also, depending upon the requirement.
BPSK Modulator
The block diagram of Binary Phase Shift Keying consists of the balance modulator which
has the carrier sine wave as one input and the binary sequence as the other input. Following
is the diagrammatic representation.
The modulation of BPSK is done using a balance modulator, which multiplies the two signals
applied at the input. For a zero binary input, the phase will be 0° and for a high input, the
phase reversal is of 180°.
Following is the diagrammatic representation of BPSK Modulated output wave along with its
given input.
The output sine wave of the modulator will be the direct input carrier or the inverted (180°
phase shifted) input carrier, which is a function of the data signal.
BPSK Demodulator
The block diagram of BPSK demodulator consists of a mixer with local oscillator circuit, a
bandpass filter, a two-input detector circuit. The diagram is as follows.
By recovering the band-limited message signal, with the help of the mixer circuit and the
band pass filter, the first stage of demodulation gets completed. The base band signal which
is band limited is obtained and this signal is used to regenerate the binary message bit stream.
In the next stage of demodulation, the bit clock rate is needed at the detector circuit to
produce the original binary message signal. If the bit rate is a sub-multiple of the carrier
frequency, then the bit clock regeneration is simplified. To make the circuit easily
understandable, a decision- making circuit may also be inserted at the 2nd stage of detection.
and odd bits (i.e., 1st bit, 3rd bit, 5th bit, etc.) are separated by the bits splitter and are
multiplied with the same carrier to generate odd BPSK (called as PSKI) and even BPSK
(called as PSKQ). The PSKQ signal is anyhow phase shifted by 90° before being
modulated. The QPSK waveform for two-bits input is as follows, which shows the modulated
result for different instances of binary inputs.
QPSK Demodulator
The QPSK Demodulator uses two product demodulator circuits with local oscillator, two
band pass filters, two integrator circuits, and a 2-bit parallel to serial converter. Following is
the diagram for the same.
The two product detectors at the input of demodulator simultaneously demodulate the two
BPSK signals. The pair of bits are recovered here from the original data. These signals after
processing, are passed to the parallel to serial converter.
Chapter-4
Data Transmission Circuits
In telecommunication, a data transmission circuit is the transmission media and the intervening
equipment used for the data transfer between data terminal equipment (DTEs). A data transmission
circuit includes any required signal conversion equipment. A data transmission circuit may transfer
information in (a) one direction only, (b) either direction but one way at a time, or (c) both
directions simultaneously.
4.1 Transmission Modes
Transmission mode refers to the mechanism of transferring of data between two devices
connected over a network. It is also called Communication Mode. These modes direct the
direction of flow of information. There are three types of transmission modes. They are:
1. Simplex Mode
2. Half duplex Mode
3. Full duplex mode
Simplex A to B only
Half duplex A to B or B
to A
Analog signal is a kind of continuous wave form that changes over time. An analog signal is
further classified into simple and composite signals. A simple analog signal is a sine wave
that cannot be decomposed further. On the other hand, a composite analog signal can be
further decomposed into multiple sine waves. An analog signal is described using amplitude,
period or frequency and phase. Amplitude marks the maximum height of the signal.
Frequency marks the rate at which signal is changing. Phase marks the position of the wave
with respect to time zero.
An analog signal is not immune to noise hence; it faces distortion and decrease the quality
of transmission. The range of value in an analog signal is not fixed.
Digital signals also carry information like analog signals but is somewhat is different from
analog signals. Digital signal is non-continuous, discrete time signal. Digital signal carries
information or data in the binary form i.e. a digital signal represent information in the form
of bits. Digital signal can be further decomposed into simple sine waves that are called
harmonics. Each simple wave has different amplitude, frequency and phase. Digital signal is
described with bit rate and bit interval. Bit interval describes the time require for sending a
single bit. On the other hand, bit rate describes the frequency of bit interval.
4.3 Multiplexing
The process of combining various digital signals into one signal over a shared medium is called
multiplexing. This process is done at the sender's end where the signals are combined to form a
composite signal using the multiplexer. Multiplexer is a digital electronic device which is used to
combine signals at the sender's end. De-multiplexing is the reverse process done at receiver's end
and thus extracts the original signal at the receiver's end.
4.4 Bandwidth
The range of frequencies contained in a composite signal is called bandwidth. The
bandwidth of a composite signal is the difference between the highest and lowest frequency
contained in that signal. For example, if a composite signal contains frequencies between
1000Hz to 4000Hz, then the bandwidth is (4000 -1000 ) 3000Hz. It is the characteristic
measure of the network performance. In easier terms, the bandwidth refers to the size of the
medium through which data travels or the capacity of the medium.
DACs are commonly used in music players to convert digital data streams into analog audio
signals. They are also used in televisions and mobile phones to convert digital video data into
analog video signals which connect to the screen drivers to display monochrome or color
images. These two applications use DACs at opposite ends of the frequency/resolution trade-
off. The audio DAC is a low-frequency, high-resolution type while the video DAC is a high-
frequency low- to medium-resolution type.
4.6 Modulation
Data communication refers to the exchange of data between a source and a receiver via form
of transmission media such as a wire cable. Data communication is said to be local if
communicating devices are in the same building or a similarly restricted geographical area.
The meanings of source and receiver are very simple. The device that transmits the data is
known as source and the device that receives the transmitted data is known as receiver. Data
communication aims at the transfer of data and maintenance of the data during the process but
not the actual generation of the information at the source and receiver.
Transmission over Short Distances
When the source and destination registers are part of an integrated circuit (within a
microprocessor chip, for example), they are extremely close (thousandths of an inch).
Consequently, the bus signals are at very low power levels, may traverse a distance in
very little time, and are not very susceptible to external noise and distortion.
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.
A modem converts the digital signal into analog data signals. Modem stand for
modulation demodulation. They can be installed inside the computer in an expansion
slot available for it. External modem are also available and they can be connected to a
computer through a serial or USB port. Two general type of modem are Standard
modem and Window modem.
The standard modem use generic device drivers and they can be integral as well as
external ones. On the other hand a window modem is an integral plug and play
device. It needs a special device driver provided by the window operating system to
function properly. the internal modem do not require much physical configuration.
They can be installed into a compatible through a cable called a null modem cable.
Most of the home computer use a DSL modem which bridges the data from the
phone line to a format usable by the interwork interface card and computer. Here
DSL stand for digital subscriber line. A symmetric al DSL (SDSL) modem can send
and receive at the same speed.
The transmission medium between the two modems can be dedicated circuit or a switched
telephone circuit. If a switched telephone circuit is used, then the modems are connected to
the local telephone exchanges. Whenever data transmission is required connection between
the modems is established through telephone exchanges.
All of the above modems can operate within a single 300- to 3400-Hz (4-kHz) telephone
channel. As speed increases beyond approximately 19,000 bps, a wideband modem is needed,
as is a wideband channel. Wideband circuits are available generally in multiples of 4-
kHz circuits, but the cost is significantly greater than for voice-grade circuits.
Though the space division switching was developed for the analog environment, it has been
carried over to digital communication as well. This requires separate physical path for each
signal connection, and uses metallic or semiconductor gates.
Advantages of Space Switching
Following is the advantage of Space Division Switching −
It is instantaneous.
Disadvantages of Space Switching
Number of Crosspoints required to make space-division switching are acceptable in
terms of blocking.
Time division switches use time division multiplexing, in switching. The two popular
methods of TDM are TSI (Time and Slot Interchange) and TDM bus. The data sent at the
transmitter reaches the receiver in the same order, in an ordinary time division multiplexing
whereas, in TSI mechanism, the data sent is changed according to the ordering of slots based
on the desired connections. It consists of RAM with several memory locations such as input,
output locations and control unit.
Both of the techniques are used in digital transmission. The TDM bus utilizes multiplexing
to place all the signals on a common transmission path. The bus must have higher data rate
than individual I/O lines. The main advantage of time division multiplexing is that, there is
no need of Crosspoints. However, processing each connection creates delay as each time slot
must be stored by RAM, then retrieved and then passed on.
Intersymbol interference deals with only one signal. Something in the channel is
distorting and spreading the symbols in the data stream such that the symbols are
overlapping. This makes it difficult for a receiver to distinguish the symbols and it
leads to bit errors.
Courtesy:
1. Google.com
2. Wikipedia.org