SlideShare a Scribd company logo
1
Data Communications and
Networking
Chapter 3
Data Transmission
Reading:
Book Chapter 3
Data and Computer Communications, 8th edition
By William Stallings
2
Outline
• Concepts and Terminology
• Analog and Digital Data Transmission
• Transmission Impairments
• Channel Capacity
3
Part 1: Concepts and
Terminology
Simplified Communications Model
4
Digital Data Transmission
time
1 1 0 0 1 1 1 0 0
Each single bit can be represented by a signal element.
Each signal element takes some time to send.
Bit rate: the number of bits that can be sent out per unit of time.
5
What is the objective?
• Maximize the data rate: number of bits that the system can
transmit in a unit of time
—within an acceptable bit error rate
• Why there could be bit errors?
—The signal received by the receiver is different from the signal sent
from the sender
• Usually, if data rate becomes higher, it is more difficult for the
receiver to recognize the signal
—higher data rate results in higher bit error rate
• In order to achieve high data rate with low bit error rate, we
need to study the principle of data communications
6
Terminology (1)
• Data transmission occurs between transmitter and
receiver over some transmission medium.
• Signal: electromagnetic waves
—Can propagate along the transmission medium
• Transmission Medium
—Guided medium: the signals are guided along a physical
path
• e.g., twisted pair, coaxial cable, optical fiber
—Unguided medium: wireless
• e.g., air, water, vacuum
7
Terminology (2)
• Direct link
—Refer to the transmission path between the transmitter and receiver in
which signals propagate directly with no intermediate devices, other
than amplifiers or repeaters used to increase signal strength.
—Note that it can apply to both guided and unguided media
• A transmission medium is point-to-point if:
—Direct link
—Only 2 devices share the medium
• A transmission medium is multipoint if:
—More than two devices share the same medium
Point-to-point
Multipoint
8
Terminology (3)
• Simplex transmission
—Signals are transmitted in only one direction
• e.g. Television
• Half duplex
—Signals can be transmitted in either direction, but only one
way at a time.
• e.g. police radio
• Full duplex
—Both stations may transmit simultaneously.
• e.g. telephone
9
Signals: Time Domain
• We are concerned with electromagnetic signals used as a means to transmit
data.
• A signal is generated by the transmitter and transmitted over a medium.
• The signal is a function of time, but it can also be expressed as a function
of frequency.
• Time domain concepts: an electromagnetic signal can be either analog or
digital
— Analog signal
• The signal intensity varies in a smooth fashion over time. Or, there is no breaks or
discontinuities in the signal.
— Digital signal
• The signal intensity maintains a constant level for some period of time and then
changes to another constant level.
• Time domain function of a signal: s(t)
— Specifies the amplitude (in volts) of the signal at each instant in time.
10
Analogue & Digital Signals
11
Periodic
Signals
Concept of periodic signal
• The same signal pattern repeats over
time.
• Otherwise, a signal is aperiodic.
Sine Wave: represented by three parameters,
s(t)=Asin(2 ft+)
• Peak Amplitude (A)
— maximum strength of signal
— measured in volts
• Frequency (f)
— Rate of change of signal
— Hertz (Hz) or cycles per second
— Period = time for one repetition (T)
— T = 1/f
• Phase ()
— Relative position in time within a single
period of a signal
Figure (a) displays the value of a signal at a
given point in space as a function of time.
12
Varying Sine Waves
s(t) = A sin(2ft +)
13
Signals: Frequency Domain
• In practice, an electromagnetic signal will be made up of
many frequencies.
—A frequency means a pure sine wave Asin(2 ft+)
• It can be shown (by Fourier analysis) that any signal is made
up of components at various frequencies, in which each
component is a sinusoid.
—By adding together enough sinusoidal signals, each with the
appropriate amplitude, frequency, and phase, any electromagnetic
signal can be constructed.
—Any electromagnetic signal can be shown to consist of a collection of
periodic analog signals (sine waves) at different amplitudes,
frequencies, and phases.
• Frequency domain function of a signal: S(f)
—Specifies the peak amplitude of the constituent frequencies of the
signal.
14
Addition of
Frequency
Components
(T=1/f)
This signal has only two
frequency components:
(1) frequency f
(2) frequency 3f
15
Frequency
Domain
Representations
This signal has infinite
number of frequency
components: from 0 to
infinity
4/π
4/3π
(4/π)sin2πft
(4/3π)sin2π(3f)t
This signal is the same as
signal (c) in the previous
slide
16
Spectrum & Bandwidth
• Spectrum of a signal
—the range of frequencies contained in the signal
• Absolute bandwidth of a signal
—the width of the signal spectrum
—Many signals have an infinite bandwidth!
• Effective bandwidth of a signal
—often just referred to as bandwidth
—the narrow band of frequencies containing “most” of the signal energy
• DC Component (dc: direct current)
—the component of zero frequency (i.e., f = 0)
—With no dc component, a signal has an average amplitude of zero.
—With a dc component, a signal has a frequency term at f = 0 and a
nonzero average amplitude.
17
Signal with DC Component
average
amplitude
18
Frequency Components of Square
Wave
Bandwidth = 4f
Bandwidth = 6f
Bandwidth = infinity
19
Data Rate and Bandwidth
• Effective bandwidth is the band within which most of the
signal energy is concentrated. Here, “most” is somewhat
arbitrary.
• Although a given waveform may contain frequencies over a
very broad range, as a practical matter, any transmission
system will be able to accommodate only a limited band of
frequencies.
—because of the limitation of transmitter & medium & receiver
—This limits the data rate that can be carried on the transmission system.
20
Effective Bandwidth
• Effective bandwidth is one property of transmission
system.
• If the effective bandwidth of the input signal is larger
than the bandwidth of transmission system, the
output signal will be distorted a lot!
• The signal’s bandwidth should match the bandwidth
supported by the transmission system.
Transmission System
Input signal Output signal
21
Part 2: Analog and Digital Data
Transmission
• The two terms “analog” and “digital” are used
frequently in the following three contexts:
—Data
• Entities that convey meaning or information
—Signals
• electromagnetic representations of data
—Transmission
• The communication of data by the propagation and processing of
signals
• Analog: continuous
• Digital: discrete
22
Analog and Digital Data
• Analog data
— Continuous values within some interval
• Represented by real numbers
— How aloud is the sound?
— How bright is the color?
— What is your weight?
• Digital data
— Discrete values, e.g., text, integers
• Computers use digital data
— Even double precision floating numbers are discrete!
— In practice, digital data are used to approximate analog data
• E.g., the brightness of color can be represented by 0, 1, …, 255
• The loudness of the sound can be represented by 0, 1, …, 255
— Digital data are stored as bit stream in computers.
Digitized into digital data
23
Analog and Digital Signals
• In a communication system, data are propagated from one
point to another by means of electromagnetic signals.
• Now we consider the signal generated by the transmitter.
• Analog signal
—Propagated over a variety of media: wire, fiber optic, space
—Continuously varying according to the source information
• Speech bandwidth: 100Hz to 7kHz
• Video bandwidth: 4MHz
• Digital signal
—A sequence of voltage pulses
—Almost unlimited bandwidth
24
Advantages & Disadvantages
of Digital Signals
• Generally cheaper than analog signaling
• Less susceptible to noise
• Suffer more from attenuation!
—Pulses become rounded and smaller
—Leads to loss of information
25
Bit Stream to Digital Signal
26
Data and Signals
• Usually, we use digital signals for digital data and analog
signals for analog data
—Analog data are a function of time and occupy a limited frequency
spectrum; such data can be represented by an electromagnetic signal
occupying the same spectrum.
—Digital data can be represented by digital signals, with a different
voltage level for each of the two binary digits.
• Can use analog signal to carry digital data
—Modem: modulator/demodulator
—The modem converts a series of binary voltage pulses into an analog
signal by encoding the digital data onto a carrier frequency.
• Can use digital signal to carry analog data
—Codec (coder-decoder): the codec takes an analog signal that directly
represents the voice data and approximates that signal by a bit stream.
At the receiving end, the bit stream is used to reconstruct the analog
data.
27
Analog Signals Carrying Analog
and Digital Data
28
Digital Signals Carrying Analog
and Digital Data
Analog Data
29
Analog Transmission
• Analog transmission is a means of transmitting analog signals
without regard to their content.
—The signals may represent analog or digital data.
—In either case, the analog signal will become weaker after a certain
distance.
—Therefore, the analog transmission system includes amplifiers to boost
the energy in the signal.
—Unfortunately, the amplifier also amplifies noise.
—With amplifiers cascaded to achieve long distances, the signal becomes
more and more distorted.
• For analog data such a voice, quite a bit of distortion can be tolerated and
the data remain intelligible.
• For digital data, cascaded amplifiers will introduce bit errors.
30
Digital Transmission
• Digital transmission is concerned with the content of
the signal.
—It can use digital signal, or analog signal.
• Repeaters are used instead of amplifiers
—A repeater receives the signal, recovers the pattern of 1s
and 0s, regenerates the signal, and retransmits the signal.
—Amplifiers cannot do this, as the signal has no meaning of
0 or 1
• Attenuation is overcome, noise is not cumulative.
31
Advantages of Digital
Transmission
• Digital transmission techniques are widely used because of the following
advantages:
— Digital technology
• The advent of low cost LSI/VLSI technology has caused a continuing drop in the cost
and size of digital circuitry.
— Data integrity
• With the use of repeaters, the effects of noise and other impairments are not
cumulative. Thus it is possible to transmit data longer distances and over lower
quality lines while maintaining the integrity of the data.
— Capacity utilization
• High bandwidth links become economical.
• High degree of multiplexing is easier with digital techniques.
— Security & Privacy
• Encryption technique can be readily applied to digital data and to analog data that
have been digitized.
— Integration
• By treating both analog and digital data digitally, all signals have the same form and
can be treated similarly. Thus economies of scale and convenience can be achieved
by integrating voice, video, and digital data.
32
Summary of data transmission
33
Summary of data transmission
34
Part 3: Transmission Impairments
• With any communications system, the signal that is
received may differ from the signal that is
transmitted, due to various transmission impairments.
• Consequences:
—For analog signals: degradation of signal quality
—For digital signals: bit errors
• The most significant impairments include
—Attenuation and attenuation distortion
—Delay distortion
—Noise
35
Attenuation
• Attenuation: signal strength falls off with distance.
• Depends on medium
— For guided media, the attenuation is generally exponential and thus is
typically expressed as a constant number of decibels per unit
distance.
— For unguided media, attenuation is a more complex function of
distance and the makeup of the atmosphere.
• Three considerations for the transmission engineer:
1. A received signal must have sufficient strength so that the electronic
circuitry in the receiver can detect the signal.
2. The signal must maintain a level sufficiently higher than noise to be
received without error.
These two problems are dealt with by the use of amplifiers or
repeaters.
36
Attenuation Distortion
(Following the previous slide)
3. Attenuation is often an increasing function of frequency. This
leads to attenuation distortion:
• some frequency components are attenuated more than other
frequency components.
Attenuation distortion is particularly noticeable for analog
signals: the attenuation varies as a function of frequency,
therefore the received signal is distorted, reducing intelligibility.
37
Delay Distortion
• Delay distortion occurs because the velocity of
propagation of a signal through a guided medium
varies with frequency.
• Various frequency components of a signal will arrive
at the receiver at different times, resulting in phase
shifts between the different frequencies.
• Delay distortion is particularly critical for digital data
—Some of the signal components of one bit position will
spill over into other bit positions, causing intersymbol
interference, which is a major limitation to maximum bit
rate over a transmission channel.
38
Noise (1)
• For any data transmission event, the received signal will
consist of the transmitted signal, modified by the various
distortions imposed by the transmission system, plus
additional unwanted signals that are inserted somewhere
between transmission and reception.
• The undesired signals are referred to as noise, which is the
major limiting factor in communications system performance.
• Four categories of noise:
—Thermal noise
—Intermodulation noise
—Crosstalk
—Impulse noise
39
Noise (2)
• Thermal noise (or white noise)
—Due to thermal agitation of electrons
—It is present in all electronic devices and transmission media, and is a
function of temperature.
—Cannot be eliminated, and therefore places an upper bound on
communications system performance.
• Intermodulation noise
—When signals at different frequencies share the same transmission
medium, the result may be intermodulation noise.
—Signals at a frequency that is the sum or difference of original
frequencies or multiples of those frequencies will be produced.
—E.g., the mixing of signals at f1 and f2 might produce energy at
frequency f1 + f2. This derived signal could interfere with an intended
signal at the frequency f1 + f2.
40
Noise (3)
• Crosstalk
—It is an unwanted coupling between signal paths. It can occur by
electrical coupling between nearby twisted pairs.
—Typically, crosstalk is of the same order of magnitude as, or less than,
thermal noise.
• Impulse noise
—Impulse noise is non-continuous, consisting of irregular pulses or noise
spikes of short duration and of relatively high amplitude.
—It is generated from a variety of cause, e.g., external electromagnetic
disturbances such as lightning.
—It is generally only a minor annoyance for analog data.
—But it is the primary source of error in digital data communication.
41
Part 4: Channel Capacity
• The maximum rate at which data can be transmitted over a given
communication channel, under given conditions, is referred to as the
channel capacity.
• Data rate
— The rate in bits per second (bps) at which data can be communicated
• Bandwidth
— In cycles per second, or Hertz
— Constrained by transmitter and the nature of the medium
• Error rate
— The rate at which errors occur, where an error is the reception of a 1 when a 0
was transmitted or the reception of a 0 when a 1 was transmitted.
• We would like to make as efficient use as possible of a given bandwidth,
i.e., we would like to get as high a data rate as possible at a particular limit
of error rate for a given bandwidth.
42
Two Formulas
• Problem: given a bandwidth, what data rate can we
achieve?
• Nyquist Formula
—Assume noise free
• Shannon Capacity Formula
—Assume white noise
43
Nyquist Formula
• Assume a channel is noise free.
• Nyquist formulation: if the rate of signal transmission
is 2B, then a signal with frequencies no greater than
B is sufficient to carry the signal rate.
—Given bandwidth B, highest signal rate is 2B.
• Why is there such a limitation?
—due to intersymbol interference, such as is produced by
delay distortion.
• Given binary signal (two voltage levels), the
maximum data rate supported by B Hz is 2B bps.
—One signal represents one bit
44
Nyquist Formula
• Signals with more than two levels can be used, i.e., each
signal element can represent more than one bit.
—E.g., if a signal has 4 different levels, then a signal can be used to
represents two bits: 00, 01, 10, 11
• With multilevel signaling, the Nyquist formula becomes:
—C = 2B log2M
—M is the number of discrete signal levels, B is the given bandwidth, C
is the channel capacity in bps.
—How large can M be?
• The receiver must distinguish one of M possible signal elements.
• Noise and other impairments on the transmission line will limit the
practical value of M.
• Nyquist’s formula indicates that, if all other things are equal,
doubling the bandwidth doubles the data rate.
45
Shannon Capacity Formula
• Now consider the relationship among data rate, noise, and error rate.
• Faster data rate shortens each bit, so burst of noise affects more bits
— At given noise level, higher data rate results in higher error rate
• All of these concepts can be tied together neatly in a formula developed by
Claude Shannon.
— For a given level of noise, we would expect that a greater signal strength
would improve the ability to receive data correctly.
— The key parameter is the SNR: Signal-to-Noise Ratio, which is the ratio of the
power in a signal to the power contained in the noise.
— Typically, SNR is measured at receiver, because it is the receiver that processes
the signal and recovers the data.
• For convenience, this ratio is often reported in decibels
— SNR = signal power / noise power
— SNRdb
= 10 log10 (SNR)
46
Shannon Capacity Formula
• Shannon Capacity Formula:
—C = B log2(1+SNR)
—Only white noise is assumed. Therefore it represents the theoretical
maximum that can be achieved.
• This is referred to as error-free capacity.
• Some remarks:
—Given a level of noise, the data rate could be increased by increasing
either signal strength or bandwidth.
—As the signal strength increases, so do the effects of nonlinearities in
the system which leads to an increase in intermodulation noise.
—Because noise is assumed to be white, the wider the bandwidth, the
more noise is admitted to the system. Thus, as B increases, SNR
decreases.
47
Example
• Consider an example that relates the Nyquist and Shannon
formulations. Suppose the spectrum of a channel is between 3
MHz and 4 MHz, and SNRdB = 24dB. So,
B = 4 MHz – 3 MHz = 1 MHz
SNRdB = 24 dB = 10 log10(SNR)  SRN = 251
• Using Shannon’s formula, the capacity limit C is:
C = 106 x 1og2(1+251) ≈ 8 Mbps.
• If we want to achieve this limit, how many signaling levels are
required at least?
By Nyquist’s formula: C = 2Blog2M
We have 8 x 106 = 2 x 106 x log2M  M = 16.
48
KEY POINTS
• All of the forms of information can be represented by
electromagnetic signals. Depending on the transmission
medium and the communications environment, either
analog or digital signals can be used to convey
information.
• Any electromagnetic signals, analog or digital, is made
up of a number of constituent frequencies. A key
parameter that characterizes the signal is bandwidth,
which is the width of the range of frequencies that
comprises the signal. In general , the greater the
bandwidth of the signal, the greater its information-
carrying capacity.
49
KEY POINTS
• A major problem in designing a communications
facility is transmission impairment, including
attenuation, distortion, and various types of
noise. For analog signals, transmission
impairments introduce random effects that
degrade the quality of the received information
and may affect intelligibility. For digital signals,
transmission impairments may cause bit errors
at the receiver.
50
KEY POINTS
• The designer of a communications facility must deal
with four factors: the bandwidth of the signal, the data
rate that is used for digital information, the amount of
noise and other impairments, and the level of error rate
that is acceptable. The bandwidth is limited by the
transmission medium and the desire to avoid
interference with other nearby signals. Because
bandwidth is a scarce resource, we would like to
maximize the data rate that is achieved in a given
bandwidth. The data rate is limited by the bandwidth,
the presence of impairments, and the error rate that is
acceptable.
51

More Related Content

What's hot

Data transmission rate and bandwidth
Data transmission rate and bandwidth Data transmission rate and bandwidth
Data transmission rate and bandwidth
Kajal Chaudhari
 
Chapter#2
Chapter#2Chapter#2
Engineering science lesson 11
Engineering science lesson 11Engineering science lesson 11
Engineering science lesson 11
Shahid Aaqil
 
A 01-quick-introduction-to-digital-communication-system
A 01-quick-introduction-to-digital-communication-systemA 01-quick-introduction-to-digital-communication-system
A 01-quick-introduction-to-digital-communication-system
PT. Fusi Global Teknologi
 
03 data transmission
03 data transmission03 data transmission
03 data transmission
Orbay Yeşil
 
An Overview of Digital Communication and Transmission
An Overview of Digital Communication and TransmissionAn Overview of Digital Communication and Transmission
An Overview of Digital Communication and Transmission
Don Norwood
 
Introduction to Digital Communication
Introduction to Digital CommunicationIntroduction to Digital Communication
Introduction to Digital Communication
Dr. Sanjay M. Gulhane
 
Data Communication Principles
Data Communication PrinciplesData Communication Principles
Data Communication Principles
mekind
 
Communication channel presentation
Communication channel presentationCommunication channel presentation
Communication channel presentation
babak danyal
 
Analog communication System Basic Introduction by A Sravan Kumar
Analog communication System Basic Introduction  by A Sravan KumarAnalog communication System Basic Introduction  by A Sravan Kumar
Analog communication System Basic Introduction by A Sravan Kumar
APPALASRAVANKUMAR
 
Digital Communications Midterm :D
Digital Communications Midterm :DDigital Communications Midterm :D
Digital Communications Midterm :D
Choi Kyung Hyo
 
Digital & analog transmission
Digital & analog transmissionDigital & analog transmission
Digital & analog transmission
Jeffery Vava
 
Overview of Digital Communication
Overview of Digital CommunicationOverview of Digital Communication
Overview of Digital Communication
Kamal Acharya
 
Data communication principle
Data communication  principleData communication  principle
Data communication principle
1Arun_Pandey
 
Introduction to Electronic Communication
Introduction to Electronic Communication Introduction to Electronic Communication
Introduction to Electronic Communication
Shital Kanaskar
 
Introduction to digital communications
Introduction to digital communicationsIntroduction to digital communications
Introduction to digital communications
Ayaelshiwi
 
Wireless Communication and Networking by WilliamStallings Chap2
Wireless Communication and Networking  by WilliamStallings Chap2Wireless Communication and Networking  by WilliamStallings Chap2
Wireless Communication and Networking by WilliamStallings Chap2
Senthil Kanth
 
Transmission of digital signals
Transmission of digital signalsTransmission of digital signals
Transmission of digital signals
Sachin Artani
 
Telecommunications basics
Telecommunications basicsTelecommunications basics
Telecommunications basics
Aarón Candia
 
Communication system
Communication systemCommunication system
Communication system
ZareenRauf1
 

What's hot (20)

Data transmission rate and bandwidth
Data transmission rate and bandwidth Data transmission rate and bandwidth
Data transmission rate and bandwidth
 
Chapter#2
Chapter#2Chapter#2
Chapter#2
 
Engineering science lesson 11
Engineering science lesson 11Engineering science lesson 11
Engineering science lesson 11
 
A 01-quick-introduction-to-digital-communication-system
A 01-quick-introduction-to-digital-communication-systemA 01-quick-introduction-to-digital-communication-system
A 01-quick-introduction-to-digital-communication-system
 
03 data transmission
03 data transmission03 data transmission
03 data transmission
 
An Overview of Digital Communication and Transmission
An Overview of Digital Communication and TransmissionAn Overview of Digital Communication and Transmission
An Overview of Digital Communication and Transmission
 
Introduction to Digital Communication
Introduction to Digital CommunicationIntroduction to Digital Communication
Introduction to Digital Communication
 
Data Communication Principles
Data Communication PrinciplesData Communication Principles
Data Communication Principles
 
Communication channel presentation
Communication channel presentationCommunication channel presentation
Communication channel presentation
 
Analog communication System Basic Introduction by A Sravan Kumar
Analog communication System Basic Introduction  by A Sravan KumarAnalog communication System Basic Introduction  by A Sravan Kumar
Analog communication System Basic Introduction by A Sravan Kumar
 
Digital Communications Midterm :D
Digital Communications Midterm :DDigital Communications Midterm :D
Digital Communications Midterm :D
 
Digital & analog transmission
Digital & analog transmissionDigital & analog transmission
Digital & analog transmission
 
Overview of Digital Communication
Overview of Digital CommunicationOverview of Digital Communication
Overview of Digital Communication
 
Data communication principle
Data communication  principleData communication  principle
Data communication principle
 
Introduction to Electronic Communication
Introduction to Electronic Communication Introduction to Electronic Communication
Introduction to Electronic Communication
 
Introduction to digital communications
Introduction to digital communicationsIntroduction to digital communications
Introduction to digital communications
 
Wireless Communication and Networking by WilliamStallings Chap2
Wireless Communication and Networking  by WilliamStallings Chap2Wireless Communication and Networking  by WilliamStallings Chap2
Wireless Communication and Networking by WilliamStallings Chap2
 
Transmission of digital signals
Transmission of digital signalsTransmission of digital signals
Transmission of digital signals
 
Telecommunications basics
Telecommunications basicsTelecommunications basics
Telecommunications basics
 
Communication system
Communication systemCommunication system
Communication system
 

Similar to Ch03 2

Dc ch03 : data transmission
Dc ch03 : data transmissionDc ch03 : data transmission
Dc ch03 : data transmission
Syaiful Ahdan
 
CS553_ST7_Ch03-DataTransmission.ppt
CS553_ST7_Ch03-DataTransmission.pptCS553_ST7_Ch03-DataTransmission.ppt
CS553_ST7_Ch03-DataTransmission.ppt
GarimaJain745610
 
MOBILE COMPUTING and WIRELESS COMMUNICATION
MOBILE COMPUTING and WIRELESS COMMUNICATION MOBILE COMPUTING and WIRELESS COMMUNICATION
MOBILE COMPUTING and WIRELESS COMMUNICATION
Jay Nagar
 
UNIT-4 modified 28082022.pptx
UNIT-4 modified 28082022.pptxUNIT-4 modified 28082022.pptx
UNIT-4 modified 28082022.pptx
PradeepDb1
 
UNIT 2- UNDERSTANDING DIGITAL SIGNALS PART 2
UNIT 2- UNDERSTANDING DIGITAL SIGNALS PART 2UNIT 2- UNDERSTANDING DIGITAL SIGNALS PART 2
UNIT 2- UNDERSTANDING DIGITAL SIGNALS PART 2
LeahRachael
 
DCCN S1.ppt
DCCN S1.pptDCCN S1.ppt
DCCN S1.ppt
abdulkadirmohamed29
 
embedded systems
embedded systems embedded systems
embedded systems
UllasGowda29
 
rmp
rmprmp
Unit-II Data Communication.ppt
Unit-II Data Communication.pptUnit-II Data Communication.ppt
Unit-II Data Communication.ppt
shloksharma1315
 
Group 1 communication system.pptx
Group 1 communication system.pptxGroup 1 communication system.pptx
Group 1 communication system.pptx
AdwitiyaGoswami
 
Data communication
Data communicationData communication
Introduction to-telecommunication-rf
Introduction to-telecommunication-rfIntroduction to-telecommunication-rf
Introduction to-telecommunication-rf
Terra Sacrifice
 
week1.ppt12345667777777777777777777777777
week1.ppt12345667777777777777777777777777week1.ppt12345667777777777777777777777777
week1.ppt12345667777777777777777777777777
KiranG731731
 
Chapter 2.1.pptx
Chapter 2.1.pptxChapter 2.1.pptx
Chapter 2.1.pptx
Tekle12
 
Chapter 2.1.pptx
Chapter 2.1.pptxChapter 2.1.pptx
Chapter 2.1.pptx
Tekle12
 
Analog and Digital Transmission
Analog and Digital TransmissionAnalog and Digital Transmission
Analog and Digital Transmission
Anushiya Ram
 
updated notes cds UNIT 6 and 7 communicationppt.pdf
updated notes cds UNIT 6 and 7 communicationppt.pdfupdated notes cds UNIT 6 and 7 communicationppt.pdf
updated notes cds UNIT 6 and 7 communicationppt.pdf
shubhangisonawane6
 
communication system ch1
communication system ch1communication system ch1
communication system ch1
moeen khan afridi
 
Analog and digital communications. Electronic Course.pptx
Analog and digital communications.  Electronic Course.pptxAnalog and digital communications.  Electronic Course.pptx
Analog and digital communications. Electronic Course.pptx
keemjupiter
 
unit 5 ADC.pptx
unit 5 ADC.pptxunit 5 ADC.pptx
unit 5 ADC.pptx
phdresearchmail2018
 

Similar to Ch03 2 (20)

Dc ch03 : data transmission
Dc ch03 : data transmissionDc ch03 : data transmission
Dc ch03 : data transmission
 
CS553_ST7_Ch03-DataTransmission.ppt
CS553_ST7_Ch03-DataTransmission.pptCS553_ST7_Ch03-DataTransmission.ppt
CS553_ST7_Ch03-DataTransmission.ppt
 
MOBILE COMPUTING and WIRELESS COMMUNICATION
MOBILE COMPUTING and WIRELESS COMMUNICATION MOBILE COMPUTING and WIRELESS COMMUNICATION
MOBILE COMPUTING and WIRELESS COMMUNICATION
 
UNIT-4 modified 28082022.pptx
UNIT-4 modified 28082022.pptxUNIT-4 modified 28082022.pptx
UNIT-4 modified 28082022.pptx
 
UNIT 2- UNDERSTANDING DIGITAL SIGNALS PART 2
UNIT 2- UNDERSTANDING DIGITAL SIGNALS PART 2UNIT 2- UNDERSTANDING DIGITAL SIGNALS PART 2
UNIT 2- UNDERSTANDING DIGITAL SIGNALS PART 2
 
DCCN S1.ppt
DCCN S1.pptDCCN S1.ppt
DCCN S1.ppt
 
embedded systems
embedded systems embedded systems
embedded systems
 
rmp
rmprmp
rmp
 
Unit-II Data Communication.ppt
Unit-II Data Communication.pptUnit-II Data Communication.ppt
Unit-II Data Communication.ppt
 
Group 1 communication system.pptx
Group 1 communication system.pptxGroup 1 communication system.pptx
Group 1 communication system.pptx
 
Data communication
Data communicationData communication
Data communication
 
Introduction to-telecommunication-rf
Introduction to-telecommunication-rfIntroduction to-telecommunication-rf
Introduction to-telecommunication-rf
 
week1.ppt12345667777777777777777777777777
week1.ppt12345667777777777777777777777777week1.ppt12345667777777777777777777777777
week1.ppt12345667777777777777777777777777
 
Chapter 2.1.pptx
Chapter 2.1.pptxChapter 2.1.pptx
Chapter 2.1.pptx
 
Chapter 2.1.pptx
Chapter 2.1.pptxChapter 2.1.pptx
Chapter 2.1.pptx
 
Analog and Digital Transmission
Analog and Digital TransmissionAnalog and Digital Transmission
Analog and Digital Transmission
 
updated notes cds UNIT 6 and 7 communicationppt.pdf
updated notes cds UNIT 6 and 7 communicationppt.pdfupdated notes cds UNIT 6 and 7 communicationppt.pdf
updated notes cds UNIT 6 and 7 communicationppt.pdf
 
communication system ch1
communication system ch1communication system ch1
communication system ch1
 
Analog and digital communications. Electronic Course.pptx
Analog and digital communications.  Electronic Course.pptxAnalog and digital communications.  Electronic Course.pptx
Analog and digital communications. Electronic Course.pptx
 
unit 5 ADC.pptx
unit 5 ADC.pptxunit 5 ADC.pptx
unit 5 ADC.pptx
 

Recently uploaded

LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
Mechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineeringMechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineering
sachin chaurasia
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
Bayesian Decision Theory details ML.pptx
Bayesian Decision Theory details ML.pptxBayesian Decision Theory details ML.pptx
Bayesian Decision Theory details ML.pptx
amrita chaturvedi
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
Prakhyath Rai
 
smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...
um7474492
 
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
ijseajournal
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
Dwarkadas J Sanghvi College of Engineering
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
upoux
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
Paris Salesforce Developer Group
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
uqyfuc
 
TIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptxTIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptx
CVCSOfficial
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
upoux
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
PriyankaKilaniya
 
Generative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdfGenerative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdf
mahaffeycheryld
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
RamonNovais6
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
PKavitha10
 

Recently uploaded (20)

LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
Mechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineeringMechatronics material . Mechanical engineering
Mechatronics material . Mechanical engineering
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
Bayesian Decision Theory details ML.pptx
Bayesian Decision Theory details ML.pptxBayesian Decision Theory details ML.pptx
Bayesian Decision Theory details ML.pptx
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
 
smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...smart pill dispenser is designed to improve medication adherence and safety f...
smart pill dispenser is designed to improve medication adherence and safety f...
 
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...Call For Paper -3rd International Conference on Artificial Intelligence Advan...
Call For Paper -3rd International Conference on Artificial Intelligence Advan...
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
TIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptxTIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptx
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
 
Generative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdfGenerative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdf
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
 

Ch03 2

  • 1. 1 Data Communications and Networking Chapter 3 Data Transmission Reading: Book Chapter 3 Data and Computer Communications, 8th edition By William Stallings
  • 2. 2 Outline • Concepts and Terminology • Analog and Digital Data Transmission • Transmission Impairments • Channel Capacity
  • 3. 3 Part 1: Concepts and Terminology Simplified Communications Model
  • 4. 4 Digital Data Transmission time 1 1 0 0 1 1 1 0 0 Each single bit can be represented by a signal element. Each signal element takes some time to send. Bit rate: the number of bits that can be sent out per unit of time.
  • 5. 5 What is the objective? • Maximize the data rate: number of bits that the system can transmit in a unit of time —within an acceptable bit error rate • Why there could be bit errors? —The signal received by the receiver is different from the signal sent from the sender • Usually, if data rate becomes higher, it is more difficult for the receiver to recognize the signal —higher data rate results in higher bit error rate • In order to achieve high data rate with low bit error rate, we need to study the principle of data communications
  • 6. 6 Terminology (1) • Data transmission occurs between transmitter and receiver over some transmission medium. • Signal: electromagnetic waves —Can propagate along the transmission medium • Transmission Medium —Guided medium: the signals are guided along a physical path • e.g., twisted pair, coaxial cable, optical fiber —Unguided medium: wireless • e.g., air, water, vacuum
  • 7. 7 Terminology (2) • Direct link —Refer to the transmission path between the transmitter and receiver in which signals propagate directly with no intermediate devices, other than amplifiers or repeaters used to increase signal strength. —Note that it can apply to both guided and unguided media • A transmission medium is point-to-point if: —Direct link —Only 2 devices share the medium • A transmission medium is multipoint if: —More than two devices share the same medium Point-to-point Multipoint
  • 8. 8 Terminology (3) • Simplex transmission —Signals are transmitted in only one direction • e.g. Television • Half duplex —Signals can be transmitted in either direction, but only one way at a time. • e.g. police radio • Full duplex —Both stations may transmit simultaneously. • e.g. telephone
  • 9. 9 Signals: Time Domain • We are concerned with electromagnetic signals used as a means to transmit data. • A signal is generated by the transmitter and transmitted over a medium. • The signal is a function of time, but it can also be expressed as a function of frequency. • Time domain concepts: an electromagnetic signal can be either analog or digital — Analog signal • The signal intensity varies in a smooth fashion over time. Or, there is no breaks or discontinuities in the signal. — Digital signal • The signal intensity maintains a constant level for some period of time and then changes to another constant level. • Time domain function of a signal: s(t) — Specifies the amplitude (in volts) of the signal at each instant in time.
  • 11. 11 Periodic Signals Concept of periodic signal • The same signal pattern repeats over time. • Otherwise, a signal is aperiodic. Sine Wave: represented by three parameters, s(t)=Asin(2 ft+) • Peak Amplitude (A) — maximum strength of signal — measured in volts • Frequency (f) — Rate of change of signal — Hertz (Hz) or cycles per second — Period = time for one repetition (T) — T = 1/f • Phase () — Relative position in time within a single period of a signal Figure (a) displays the value of a signal at a given point in space as a function of time.
  • 12. 12 Varying Sine Waves s(t) = A sin(2ft +)
  • 13. 13 Signals: Frequency Domain • In practice, an electromagnetic signal will be made up of many frequencies. —A frequency means a pure sine wave Asin(2 ft+) • It can be shown (by Fourier analysis) that any signal is made up of components at various frequencies, in which each component is a sinusoid. —By adding together enough sinusoidal signals, each with the appropriate amplitude, frequency, and phase, any electromagnetic signal can be constructed. —Any electromagnetic signal can be shown to consist of a collection of periodic analog signals (sine waves) at different amplitudes, frequencies, and phases. • Frequency domain function of a signal: S(f) —Specifies the peak amplitude of the constituent frequencies of the signal.
  • 14. 14 Addition of Frequency Components (T=1/f) This signal has only two frequency components: (1) frequency f (2) frequency 3f
  • 15. 15 Frequency Domain Representations This signal has infinite number of frequency components: from 0 to infinity 4/π 4/3π (4/π)sin2πft (4/3π)sin2π(3f)t This signal is the same as signal (c) in the previous slide
  • 16. 16 Spectrum & Bandwidth • Spectrum of a signal —the range of frequencies contained in the signal • Absolute bandwidth of a signal —the width of the signal spectrum —Many signals have an infinite bandwidth! • Effective bandwidth of a signal —often just referred to as bandwidth —the narrow band of frequencies containing “most” of the signal energy • DC Component (dc: direct current) —the component of zero frequency (i.e., f = 0) —With no dc component, a signal has an average amplitude of zero. —With a dc component, a signal has a frequency term at f = 0 and a nonzero average amplitude.
  • 17. 17 Signal with DC Component average amplitude
  • 18. 18 Frequency Components of Square Wave Bandwidth = 4f Bandwidth = 6f Bandwidth = infinity
  • 19. 19 Data Rate and Bandwidth • Effective bandwidth is the band within which most of the signal energy is concentrated. Here, “most” is somewhat arbitrary. • Although a given waveform may contain frequencies over a very broad range, as a practical matter, any transmission system will be able to accommodate only a limited band of frequencies. —because of the limitation of transmitter & medium & receiver —This limits the data rate that can be carried on the transmission system.
  • 20. 20 Effective Bandwidth • Effective bandwidth is one property of transmission system. • If the effective bandwidth of the input signal is larger than the bandwidth of transmission system, the output signal will be distorted a lot! • The signal’s bandwidth should match the bandwidth supported by the transmission system. Transmission System Input signal Output signal
  • 21. 21 Part 2: Analog and Digital Data Transmission • The two terms “analog” and “digital” are used frequently in the following three contexts: —Data • Entities that convey meaning or information —Signals • electromagnetic representations of data —Transmission • The communication of data by the propagation and processing of signals • Analog: continuous • Digital: discrete
  • 22. 22 Analog and Digital Data • Analog data — Continuous values within some interval • Represented by real numbers — How aloud is the sound? — How bright is the color? — What is your weight? • Digital data — Discrete values, e.g., text, integers • Computers use digital data — Even double precision floating numbers are discrete! — In practice, digital data are used to approximate analog data • E.g., the brightness of color can be represented by 0, 1, …, 255 • The loudness of the sound can be represented by 0, 1, …, 255 — Digital data are stored as bit stream in computers. Digitized into digital data
  • 23. 23 Analog and Digital Signals • In a communication system, data are propagated from one point to another by means of electromagnetic signals. • Now we consider the signal generated by the transmitter. • Analog signal —Propagated over a variety of media: wire, fiber optic, space —Continuously varying according to the source information • Speech bandwidth: 100Hz to 7kHz • Video bandwidth: 4MHz • Digital signal —A sequence of voltage pulses —Almost unlimited bandwidth
  • 24. 24 Advantages & Disadvantages of Digital Signals • Generally cheaper than analog signaling • Less susceptible to noise • Suffer more from attenuation! —Pulses become rounded and smaller —Leads to loss of information
  • 25. 25 Bit Stream to Digital Signal
  • 26. 26 Data and Signals • Usually, we use digital signals for digital data and analog signals for analog data —Analog data are a function of time and occupy a limited frequency spectrum; such data can be represented by an electromagnetic signal occupying the same spectrum. —Digital data can be represented by digital signals, with a different voltage level for each of the two binary digits. • Can use analog signal to carry digital data —Modem: modulator/demodulator —The modem converts a series of binary voltage pulses into an analog signal by encoding the digital data onto a carrier frequency. • Can use digital signal to carry analog data —Codec (coder-decoder): the codec takes an analog signal that directly represents the voice data and approximates that signal by a bit stream. At the receiving end, the bit stream is used to reconstruct the analog data.
  • 27. 27 Analog Signals Carrying Analog and Digital Data
  • 28. 28 Digital Signals Carrying Analog and Digital Data Analog Data
  • 29. 29 Analog Transmission • Analog transmission is a means of transmitting analog signals without regard to their content. —The signals may represent analog or digital data. —In either case, the analog signal will become weaker after a certain distance. —Therefore, the analog transmission system includes amplifiers to boost the energy in the signal. —Unfortunately, the amplifier also amplifies noise. —With amplifiers cascaded to achieve long distances, the signal becomes more and more distorted. • For analog data such a voice, quite a bit of distortion can be tolerated and the data remain intelligible. • For digital data, cascaded amplifiers will introduce bit errors.
  • 30. 30 Digital Transmission • Digital transmission is concerned with the content of the signal. —It can use digital signal, or analog signal. • Repeaters are used instead of amplifiers —A repeater receives the signal, recovers the pattern of 1s and 0s, regenerates the signal, and retransmits the signal. —Amplifiers cannot do this, as the signal has no meaning of 0 or 1 • Attenuation is overcome, noise is not cumulative.
  • 31. 31 Advantages of Digital Transmission • Digital transmission techniques are widely used because of the following advantages: — Digital technology • The advent of low cost LSI/VLSI technology has caused a continuing drop in the cost and size of digital circuitry. — Data integrity • With the use of repeaters, the effects of noise and other impairments are not cumulative. Thus it is possible to transmit data longer distances and over lower quality lines while maintaining the integrity of the data. — Capacity utilization • High bandwidth links become economical. • High degree of multiplexing is easier with digital techniques. — Security & Privacy • Encryption technique can be readily applied to digital data and to analog data that have been digitized. — Integration • By treating both analog and digital data digitally, all signals have the same form and can be treated similarly. Thus economies of scale and convenience can be achieved by integrating voice, video, and digital data.
  • 32. 32 Summary of data transmission
  • 33. 33 Summary of data transmission
  • 34. 34 Part 3: Transmission Impairments • With any communications system, the signal that is received may differ from the signal that is transmitted, due to various transmission impairments. • Consequences: —For analog signals: degradation of signal quality —For digital signals: bit errors • The most significant impairments include —Attenuation and attenuation distortion —Delay distortion —Noise
  • 35. 35 Attenuation • Attenuation: signal strength falls off with distance. • Depends on medium — For guided media, the attenuation is generally exponential and thus is typically expressed as a constant number of decibels per unit distance. — For unguided media, attenuation is a more complex function of distance and the makeup of the atmosphere. • Three considerations for the transmission engineer: 1. A received signal must have sufficient strength so that the electronic circuitry in the receiver can detect the signal. 2. The signal must maintain a level sufficiently higher than noise to be received without error. These two problems are dealt with by the use of amplifiers or repeaters.
  • 36. 36 Attenuation Distortion (Following the previous slide) 3. Attenuation is often an increasing function of frequency. This leads to attenuation distortion: • some frequency components are attenuated more than other frequency components. Attenuation distortion is particularly noticeable for analog signals: the attenuation varies as a function of frequency, therefore the received signal is distorted, reducing intelligibility.
  • 37. 37 Delay Distortion • Delay distortion occurs because the velocity of propagation of a signal through a guided medium varies with frequency. • Various frequency components of a signal will arrive at the receiver at different times, resulting in phase shifts between the different frequencies. • Delay distortion is particularly critical for digital data —Some of the signal components of one bit position will spill over into other bit positions, causing intersymbol interference, which is a major limitation to maximum bit rate over a transmission channel.
  • 38. 38 Noise (1) • For any data transmission event, the received signal will consist of the transmitted signal, modified by the various distortions imposed by the transmission system, plus additional unwanted signals that are inserted somewhere between transmission and reception. • The undesired signals are referred to as noise, which is the major limiting factor in communications system performance. • Four categories of noise: —Thermal noise —Intermodulation noise —Crosstalk —Impulse noise
  • 39. 39 Noise (2) • Thermal noise (or white noise) —Due to thermal agitation of electrons —It is present in all electronic devices and transmission media, and is a function of temperature. —Cannot be eliminated, and therefore places an upper bound on communications system performance. • Intermodulation noise —When signals at different frequencies share the same transmission medium, the result may be intermodulation noise. —Signals at a frequency that is the sum or difference of original frequencies or multiples of those frequencies will be produced. —E.g., the mixing of signals at f1 and f2 might produce energy at frequency f1 + f2. This derived signal could interfere with an intended signal at the frequency f1 + f2.
  • 40. 40 Noise (3) • Crosstalk —It is an unwanted coupling between signal paths. It can occur by electrical coupling between nearby twisted pairs. —Typically, crosstalk is of the same order of magnitude as, or less than, thermal noise. • Impulse noise —Impulse noise is non-continuous, consisting of irregular pulses or noise spikes of short duration and of relatively high amplitude. —It is generated from a variety of cause, e.g., external electromagnetic disturbances such as lightning. —It is generally only a minor annoyance for analog data. —But it is the primary source of error in digital data communication.
  • 41. 41 Part 4: Channel Capacity • The maximum rate at which data can be transmitted over a given communication channel, under given conditions, is referred to as the channel capacity. • Data rate — The rate in bits per second (bps) at which data can be communicated • Bandwidth — In cycles per second, or Hertz — Constrained by transmitter and the nature of the medium • Error rate — The rate at which errors occur, where an error is the reception of a 1 when a 0 was transmitted or the reception of a 0 when a 1 was transmitted. • We would like to make as efficient use as possible of a given bandwidth, i.e., we would like to get as high a data rate as possible at a particular limit of error rate for a given bandwidth.
  • 42. 42 Two Formulas • Problem: given a bandwidth, what data rate can we achieve? • Nyquist Formula —Assume noise free • Shannon Capacity Formula —Assume white noise
  • 43. 43 Nyquist Formula • Assume a channel is noise free. • Nyquist formulation: if the rate of signal transmission is 2B, then a signal with frequencies no greater than B is sufficient to carry the signal rate. —Given bandwidth B, highest signal rate is 2B. • Why is there such a limitation? —due to intersymbol interference, such as is produced by delay distortion. • Given binary signal (two voltage levels), the maximum data rate supported by B Hz is 2B bps. —One signal represents one bit
  • 44. 44 Nyquist Formula • Signals with more than two levels can be used, i.e., each signal element can represent more than one bit. —E.g., if a signal has 4 different levels, then a signal can be used to represents two bits: 00, 01, 10, 11 • With multilevel signaling, the Nyquist formula becomes: —C = 2B log2M —M is the number of discrete signal levels, B is the given bandwidth, C is the channel capacity in bps. —How large can M be? • The receiver must distinguish one of M possible signal elements. • Noise and other impairments on the transmission line will limit the practical value of M. • Nyquist’s formula indicates that, if all other things are equal, doubling the bandwidth doubles the data rate.
  • 45. 45 Shannon Capacity Formula • Now consider the relationship among data rate, noise, and error rate. • Faster data rate shortens each bit, so burst of noise affects more bits — At given noise level, higher data rate results in higher error rate • All of these concepts can be tied together neatly in a formula developed by Claude Shannon. — For a given level of noise, we would expect that a greater signal strength would improve the ability to receive data correctly. — The key parameter is the SNR: Signal-to-Noise Ratio, which is the ratio of the power in a signal to the power contained in the noise. — Typically, SNR is measured at receiver, because it is the receiver that processes the signal and recovers the data. • For convenience, this ratio is often reported in decibels — SNR = signal power / noise power — SNRdb = 10 log10 (SNR)
  • 46. 46 Shannon Capacity Formula • Shannon Capacity Formula: —C = B log2(1+SNR) —Only white noise is assumed. Therefore it represents the theoretical maximum that can be achieved. • This is referred to as error-free capacity. • Some remarks: —Given a level of noise, the data rate could be increased by increasing either signal strength or bandwidth. —As the signal strength increases, so do the effects of nonlinearities in the system which leads to an increase in intermodulation noise. —Because noise is assumed to be white, the wider the bandwidth, the more noise is admitted to the system. Thus, as B increases, SNR decreases.
  • 47. 47 Example • Consider an example that relates the Nyquist and Shannon formulations. Suppose the spectrum of a channel is between 3 MHz and 4 MHz, and SNRdB = 24dB. So, B = 4 MHz – 3 MHz = 1 MHz SNRdB = 24 dB = 10 log10(SNR)  SRN = 251 • Using Shannon’s formula, the capacity limit C is: C = 106 x 1og2(1+251) ≈ 8 Mbps. • If we want to achieve this limit, how many signaling levels are required at least? By Nyquist’s formula: C = 2Blog2M We have 8 x 106 = 2 x 106 x log2M  M = 16.
  • 48. 48 KEY POINTS • All of the forms of information can be represented by electromagnetic signals. Depending on the transmission medium and the communications environment, either analog or digital signals can be used to convey information. • Any electromagnetic signals, analog or digital, is made up of a number of constituent frequencies. A key parameter that characterizes the signal is bandwidth, which is the width of the range of frequencies that comprises the signal. In general , the greater the bandwidth of the signal, the greater its information- carrying capacity.
  • 49. 49 KEY POINTS • A major problem in designing a communications facility is transmission impairment, including attenuation, distortion, and various types of noise. For analog signals, transmission impairments introduce random effects that degrade the quality of the received information and may affect intelligibility. For digital signals, transmission impairments may cause bit errors at the receiver.
  • 50. 50 KEY POINTS • The designer of a communications facility must deal with four factors: the bandwidth of the signal, the data rate that is used for digital information, the amount of noise and other impairments, and the level of error rate that is acceptable. The bandwidth is limited by the transmission medium and the desire to avoid interference with other nearby signals. Because bandwidth is a scarce resource, we would like to maximize the data rate that is achieved in a given bandwidth. The data rate is limited by the bandwidth, the presence of impairments, and the error rate that is acceptable.
  • 51. 51