Unit 1 PART 3
Unit 1 PART 3
By:
Anushka Tyagi
Assistant Professor
Department of Information Technology
Ajay Kumar Garg Engineering College, Ghaziabad
Position of the physical layer
Services
To be transmitted, data must be
transformed to electromagnetic signals.
ANALOG AND DIGITAL
Data can be analog or digital. The term analog data refers to information that is
continuous; digital data refers to information that has discrete states. Analog data
take on continuous values. Digital data take on discrete values.
A simple periodic analog signal, a sine wave, cannot be decomposed into simpler
signals.
The peak amplitude of a signal is the absolute value of its highest intensity,
proportional to the energy it carries. For electric signals, peak amplitude is normally
measured in volts.
Frequency and period
The power we use at home has a frequency of 60 Hz. The period of this sine wave can be
determined as follows:
Example 2
Solution
First we change 100 ms to seconds, and then we calculate the frequency from the period (1
Hz = 10−3 kHz).
Frequency is the rate of change with respect to time.
Figure 8 shows a periodic composite signal with frequency f. This type of signal is not
typical of those found in data communications. We can consider it to be three alarm
systems, each with a different frequency. The analysis of this signal can give us a good
understanding of how to decompose signals.
Figure 8 A composite periodic signal
The bandwidth of a composite signal is the
difference between the
highest and the lowest frequencies
contained in that signal.
Figure 9 The bandwidth of periodic and nonperiodic composite signals
Bit Rate & Baud Rate
Parallel transmission
Serial transmission
Asynchronous here means “asynchronous
at the byte level,”
but the bits are still synchronized;
their durations are the same.
Data transmission and modes
Asynchronous transmission
In synchronous transmission, we send bits
one after another without start or stop bits
or gaps. It is the responsibility of the
receiver to group the bits.
TRANSMISSION IMPAIRMENT
A signal travels through an amplifier, and its power is increased 10 times. This means that
P2 = 10P1 . In this case, the amplification (gain of power) can be calculated as
Distortion(changes in the shape of the composite signals)
Noise(unwanted signals)
Example
The power of a signal is 10 mW and the power of the noise is 1 μW; what are the values of
SNR(Signal to noise ratio) and SNRdB ?
Solution
The values of SNR and SNRdB can be calculated as follows:
The values of SNR and SNRdB for a noiseless channel are
► Example 2:
An internet connection has a bandwidth of 4 MHz and a signal-to-noise ratio of 15 dB. What is the highest
possible data rate that can be achieved over this channel?
Some Numericals:
► Example 3:
A digital communication system has a bandwidth of 10 kHz and an SNR of 10 dB. Calculate the maximum
data rate.
► Example 4:
A Wi-Fi network operates with a bandwidth of 20 MHz and a signal-to-noise ratio of 40 dB. What is the
maximum data rate possible for this network?
Two cases of SNR: a high SNR and a low SNR
Bandwidth Utilization:
Multiplexing
Bandwidth utilization is the wise use of
available bandwidth to achieve
specific goals.
► Technique: TDM allocates time slots within a fixed frame for multiple
signals to share the same channel.
► Multiplexing Devices: TDM switches and digital cross-connect
systems.
► Role: Enables time-sharing of the channel by allocating time slots to
various signals.
► Applications: Digital telephony and data communication. Limitations
include inefficient utilization of bandwidth in synchronous TDM.
Figure TDM
Note
Polar
► Uses two voltage levels (positive and negative) to represent data.
► Examples:
► NRZ (Non-Return to Zero): Same as in Unipolar but with positive and negative voltages.
► RZ (Return to Zero): The signal returns to zero voltage for each bit, improving synchronization.
► Biphase (Manchester and Differential Manchester):
► Manchester: Transition in the middle of the bit. Low to high = 1; high to low = 0.
► Differential Manchester: Transition in the middle for every bit, and an additional transition at the start for 0.
BiPolar
► Uses three voltage levels: positive, negative, and zero.
► Examples:
► AMI (Alternate Mark Inversion): For 1s, the voltage alternates between positive and negative. 0s are always at zero
voltage.
► Pseudoternary: Opposite of AMI. 0s alternate between positive and negative, while 1s are zero volts.
Figure Unipolar NRZ scheme(Non return to zero)
Figure Polar NRZ-L(Level) and NRZ-I (Invert) schemes
In NRZ-L the level of the voltage
determines the value of the bit.
In NRZ-I the inversion
or the lack of inversion
determines the value of the bit.
NRZ-L and NRZ-I both have an average
signal rate of N/2 Bd.
NRZ-L and NRZ-I both have a DC
component problem.
Figure Polar RZ(return to zero) scheme
Figure Polar biphase: Manchester and differential Manchester schemes
NRZ-l + RZ)
NRZ-I + RZ)
In Manchester and differential
Manchester encoding, the transition
at the middle of the bit is used for
synchronization.
The minimum bandwidth of Manchester
and differential Manchester is 2 times
that of NRZ.
In bipolar encoding, we use three levels:
positive, zero, and negative.
Figure Bipolar schemes: AMI
(Alternative Mark Inversion) and pseudoternary