DCN Unit 2 Question Bank
DCN Unit 2 Question Bank
A. What is Signal?
A Signal is an electromagnetic wave that is used to communicate system-to-
system by sending data from one network to another network is basically
known as “Signal”.
1. Analog Signal
2. Digital Signal
What is Analog Signal?
An Analog signal is a signal which is continuous and has a time-varying
feature. It is a representation of time-varying quantity. For example, the
Human voice can be considered an analog signal because the signal of the
human voice flows in a continuous manner.
In other words, we can say that the analog signal is represented by the
continuous variable which transmits the information/data as a response to
physical phenomenon. It is known as an “Analog Signal”
In simple words, we can say that the binary signals are known as “Digital
signals” where the signals are converted into a small bit form which is
represented by a series of “0” & “1”.
Examples of digital signals are Motor, Digital Phones, Digital pens, etc
A. . Frequency
Frequency refers to the number of cycles completed by the wave in one second.
Period refers to the time taken by the wave to complete one second.
Wavelength
The wavelength of a signal refers to the relationship between frequency (or period)
and propagation speed of the wave through a medium.
It may also be defined as the frequency range over which a signal is transmitted.
Different types of signals have different bandwidth. Ex. Voice signal, music signal,
etc
Bandwidth of analog and digital signals are calculated in separate ways; analog
signal bandwidth is measured in terms of its frequency (hz) but digital signal
bandwidth is measured in terms of bit rate (bits per second, bps)
A. Signals travel through transmission media, which are not perfect. The
imperfection causes signal impairment. This means that the signal at the beginning
of the medium is not the same as the signal at the end of the medium. What is sent
is not what is received. Three causes of impairment are attenuation, distortion, and
noise.
Attenuation:
That is why a wire carrying electric signals gets warm, if not hot, after a while.
Some of the electrical energy in the signal is converted to heat.
Amplifiers are used to compensate for this loss of energy by amplifying the
signal.
dB = 10log10P2/P1
P1 - input signal
P2 - output signal
Distortion:
Each frequency component has its own propagation speed traveling through a
medium.
The different components therefore arrive with different delays at the receiver.
That means that the signals have different phases at the receiver than they
did at the source.
Noise:
Nyquist's Theorem:
Definition: Nyquist's theorem, also known as the Nyquist-Shannon sampling
theorem, is a fundamental concept in signal processing. It provides a guideline
for the minimum sampling rate required to accurately reconstruct a
continuous signal from its sampled version.
Statement: The theorem states that in order to accurately reconstruct a
signal, the sampling rate must be at least twice the highest frequency present
in the signal. Mathematically, the Nyquist sampling rate (Fs) is given by:
��≥2×Maximum Signal FrequencyFs≥2×Maximum Signal Frequenc
y
Implications: If the sampling rate is less than the Nyquist rate, a phenomenon
known as aliasing occurs, where high-frequency components are
misrepresented as lower-frequency components. Nyquist's theorem is crucial
in digital signal processing and the design of systems such as audio and video
recording to ensure that the original signal can be faithfully reconstructed
from its digital representation.
Nyquist theorem states that for a noiseless channel:
C = 2 B log2L
C= capacity in bps
B = bandwidth in Hz
Shannon's Theorem:
Definition: Shannon's theorem, also known as the Nyquist-Shannon
communication theory, is a principle related to the transmission of
information in communication systems. It establishes the maximum data rate
that can be achieved over a communication channel without error.
Statement: Shannon's theorem states that the channel capacity (C), measured
in bits per second, is determined by the bandwidth (B) and the signal-to-noise
ratio (SNR) of the channel. Mathematically, the channel capacity is given by:
C=B×log2(1+SNR)
Implications: The theorem indicates that for a given bandwidth, the capacity
of the channel can be increased by improving the signal-to-noise ratio. This
theorem is fundamental in the design and optimization of communication
systems, guiding engineers in maximizing data transmission rates while
dealing with the limitations imposed by the channel's bandwidth and noise.
A.
Q. Consider a telephone line with a bandwidth of 3000. The signal-to-noise ratio is usually
3162. What is the capacity of channel?
A.
This means that the highest bit rate for a telephone line is 34.860 kbps. If we want
to send data faster than this, we can either increase the bandwidth of the line or
improve the signal-to-noise ratio.
1. A. Throughput:
Definition: Throughput refers to the actual amount of data that can be
transmitted over a communication channel in a given amount of time. It
represents the effective data transfer rate, accounting for various factors such
as network congestion, protocol overhead, and retransmissions.
Measurement: Throughput is typically measured in bits per second (bps),
kilobits per second (kbps), megabits per second (Mbps), or other similar units.
Example: If a network connection has a theoretical bandwidth of 100 Mbps,
the actual throughput might be lower due to factors like network overhead
and congestion.
2. Latency:
Definition: Latency, also known as delay, is the time it takes for a packet of
data to travel from the source to the destination in a network. It is often
broken down into different components such as transmission delay,
propagation delay, queuing delay, and processing delay.
Components:
Transmission Delay: Time taken to push all the packet's bits into the
link.
Propagation Delay: Time taken for a signal to travel from the source
to the destination.
Queuing Delay: Time spent in buffers waiting to be transmitted.
Processing Delay: Time taken for the routers or switches to process
the packet.
Example: If a packet takes 50 milliseconds to travel from the source to the
destination, the latency for that packet is 50 milliseconds.
3. Bandwidth-Delay Product (BDP):
Definition: The Bandwidth-Delay Product is a measure used to assess the
amount of data that can be "in flight" in the network at a given time. It is the
product of the available bandwidth (measured in bits per second) and the
round-trip time (RTT) or latency (measured in seconds).
Formula: BDP = Bandwidth × RTT
Significance: The BDP helps in determining the optimal window size for data
transmission, balancing the amount of data in transit with the capacity of the
network. It is crucial in optimizing the performance of data transfers,
particularly in high-speed, high-latency networks.
Q. What is digital to digital conversion? Enlist various digital to digital conversion techniques
Digital-to-Digital Conversion
This section explains how to convert digital data(Strings of 1’s
and 0’s) into digital signals. It can be done in two ways, line
coding and block coding. For all communications, line coding is
necessary whereas block coding is optional.
Line Coding
The process for converting digital data into digital signal is said to
be Line Coding. Digital data is found in binary format.It is
represented (stored) internally as series of 1s and 0s.
Block Coding
To ensure accuracy of the received data frame redundant bits are
used. For example, in even-parity, one parity bit is added to
make the count of 1s in the frame even. This way the original
number of bits is increased. It is called Block Coding.
Block coding is represented by slash notation, mB/nB.Means, m-
bit block is substituted with n-bit block where n > m. Block
coding involves three steps:
Division,
Substitution
Combination.
A. Line Coding
The process for converting digital data into digital signal is said to
be Line Coding. Digital data is found in binary format.It is
represented (stored) internally as series of 1s and 0s.
Unipolar:
All signal levels are on one side of the time axis - either
above or below. Only one voltage level other than zero.
NRZ - Non Return to Zero scheme is an example of this
code. The signal level does not return to zero during a
symbol transmission.
It is simple but costly in power consumption.
Polar NRZ: The voltages are on both sides of the time axis.
Two voltage levels other than zero.
Polar NRZ scheme can be implemented with two voltages.
E.g. +V for 1 and -V for 0.
There are two versions:
NZR - Level (NRZ-L) - positive voltage for one symbol
and negative for the other
NRZ - Inversion (NRZ-I) - the change or lack of change
in polarity determines the value of a symbol. E.g. a “1”
symbol inverts the polarity a “0” does not.
It uses two different voltage levels to represent binary
values. Generally, positive voltage represents 1 and
negative value represents 0. It is also NRZ because there is
no rest condition.
NRZ scheme has two variants: NRZ-L and NRZ-I
Every symbol has a level transition in the middle. But the level at
the beginning of the symbol is determined by the symbol value.
One symbol causes a level change the other does not.
For Manchester-> 0= +ve to –ve and 1= -ve to +ve
Bipolar Encoding
At the receiver, the NRZ-I encoded digital signal is first decoded into a
stream of bits and then decoded again to remove the redundancy
bits. Drawback – Though 4B/5B encoding solves the problem of
synchronization,it increases the signal rate of NRZ-L.Moreover,it does not
solve the DC component problem of NRZ-L.
Q. What is analog to digital conversion? Enlist various analog to digital conversion
techniques.
A. A digital signal is superior to an analog signal because it is more robust to noise and
can easily be recovered, corrected and amplified. For this reason, the tendency today is to
change an analog signal to digital data. In this section we describe two techniques, pulse
code modulation and delta modulation.
) Flat top sampling: In comparison to natural sampling flat top sampling can
be easily obtained. In this sampling technique, the top of the samples
remains constant by using a circuit. This is the most common sampling
method used.
Nyquist Theorem: One important consideration is the sampling rate or
frequency. According to the Nyquist theorem, the sampling rate must be at
least 2 times the highest frequency contained in the signal. It is also known
as the minimum sampling rate and given by: Fs =2*fh
3. The value at the top of each sample in the graph shows the actual
amplitude.
4. The normalized pulse amplitude modulation(PAM) value is calculated
using the formula amplitude/d.
5. After this we calculate the quantized value which the process selects
from the middle of each zone.
6. The Quantized error is given by the difference between quantized
value and normalised PAM value.
7. The Quantization code for each sample based on quantization levels
at the left of the graph.
2. Encoding – The digitization of the analog signal is done by the encoder.
After each sample is quantized and the number of bits per sample is
decided, each sample can be changed to an n bit code. Encoding also
minimizes the bandwidth used. Note that the number of bits for each
sample is determined from the number of quantization levels. If the
number of quantization levels is L, the number of bits is n bit = log 2 L.
b. DELTA MODULATION :
staircase signal.
We have the following rules for output:
1. If the input analog signal is higher than the last value of the staircase
signal, increase delta by 1, and the bit in the digital data is 1.
2. If the input analog signal is lower than the last value of the staircase
signal, decrease delta by 1, and the bit in the digital data is 0.
Demodulator – The demodulator takes the digital data and, using the
staircase maker and the delay unit, creates the analog signal. The created
analog signal, however, needs to pass through a low-pass filter for
smoothing.
Pulse Amplitude Modulation (PAM) is a modulation technique used in signal processing and
telecommunications to encode analog information within digital signals. In PAM, the
amplitude of a series of pulses is varied in proportion to the amplitude of an analog signal
being transmitted.