Chapter I
Chapter I
1
Lets Start!
Communication?
Data Communication?
1.2
Topics discussed in this section:
Communication Basics
Characteristics of Communication
Communication Types
Components of a data communications system
Data Representation
Modes of Data Transmission (Data Flow)
Data Transmission formats
Multiplexing
Transmission Impairments
Signal Encoding Techniques
Data Transmission Error Detection and Correction
1.3
Communication Basics
Communication is the process of sending and
receiving message (information).
Data communication are the exchange of data
between two devices via some form of transmission
medium such as a wire cable / any other.
Communication can be manual (local) or
Electromechanical (Remote)
1.4
Characteristics of Communication
Delivery: data must delivered to the correct destination.
Accuracy: The system must deliver the data accurately.
Data which is altered and left uncorrected are
unusable.
Timeliness: The system must deliver data in a timely
manner.
Data delivered late are useless.
1.5
Communication Types
Unicasting
One-to-One communication
Multicasting
One-to-many communication
Broadcasting
One-to-All communication
1.6
Components of a data communication system
1.7
Components…
Source: generates data to be transmitted
Transmitter: converts data into transmittable
signals
Transmission System: carries data from
source to destination
Receiver: converts received signal into data
Destination: takes incoming data
Message: the actual information
1.8
Data Representation
Today information comes in different forms
such as:
Text : is represented as bit pattern, (a sequence of bits)
Different set of patterns
Example: Unicode, ASCII
Numbers: is also represented as bit pattern
Image: is a collection of pixels, represented as bit
pattern
Audio: Different from Text, Number, or Image.
It is continuous not discrete
Video: is a picture in motion
1.9
Modes of Data Transmission (Data Flow)
1.11
Figure 1.3 Comparison of analog and digital signals
1.12
Figure 1.4 Analog signal
1.13
Figure 1.5 Digital signal
1.14
Advantages & Disadvantages of Digital Signals
1.15
Figure 1.6 Types of Digital Data Transmission
1.16
Figure 1.7 Parallel transmission
1.17
Figure 1.8 Serial transmission
1.18
Figure 1.9 Asynchronous transmission
Note
In asynchronous transmission, we send 1
start bit (0) at the beginning and 1 or more
stop bits (1s) at the end of each byte. There
may be a gap between
each byte.
1.19
Note
1.20
Figure 1.10 Synchronous transmission
1.21
Multiplexing
Allows multiple signals to travel simultaneously over one medium
To accommodate multiple signals, single medium is logically
separated into sub channels
Multiplexer (MUX): at the sending end
Demultiplexer (DEMUX): separates the combined signal and
regenerate in to original form
1.22
Transmission Impairments
The imperfection in Signals transmission causes
signal impairment
i.e. What is sent is not what is received.
1.23
Attenuation
Means loss of energy -> weaker signal
When a signal travels through a medium it loses
energy overcoming the resistance of the medium
Amplifiers are used to compensate for this loss of
energy.
To show the loss or gain of energy the unit “decibel”
is used. dB = 10log10P2/P1, where
P1 : input signal
P2 : output signal
1.24
Figure 1.13 Attenuation
1.25
Distortion
1.27
Noise
Is the insertion of additional signal between transmitter
and receiver
There are different types of noise
Thermal: random noise of electrons in the wire creates an
extra signal
Induced: from motors and appliances, these devices act as a
transmitter antenna and medium act as receiving antenna.
Crosstalk: same as Induced but between two wires.
Impulse: Spikes that result from power lines, lightning, etc.
1.28
Figure 1.15 Noise
1.29
Reading Assignment - I
1.30
End Of Chapter - I
1.31