SlideShare a Scribd company logo
Data Communications and
Networking
Lecturer 1
Data Communication Basics
 Data Communication is the exchange of data b/n devices via some
form of transmission media (wired/wireless)
It needs communicating devices as hardware(physical equipment ) and
software (program)
Effectiveness of data communication system depends on
Delivery. The system must deliver data to the correct destination. Data
must be received by the intended device or user and only by that
device or user.
Accuracy. The system must deliver the data accurately. Data that have
been altered in transmission and left uncorrected are unusable.
 Timeliness. The system must deliver data in a timely manner. Data
delivered late are useless. In the case of video and audio
data communication basics …
 Jitter refers to the variation in the packet arrival time. It is the
uneven delay in the delivery of audio or video packets.
Data Representation techniques
 The information can be different forms such as text, numbers,
images, audio, and video.
 Text is represented as a bit pattern, a sequence of bits . Different
sets of bit patterns have been designed to represent text symbols is
coding (such as Unicode 32 bit ,ASCII)
 Numbers are represented by bit patterns which converted to binary
number to simplify the mathematical operation.
 Images are also represented by bit patterns which is composed of a
matrix of pixels where each pixel is a small dot.
 Audio refers to the recording or broadcasting of sound or music in
the form of continuous electrical signal which is different from
text, image, number and so on.
4
 Video refers to the recording or broadcasting of a picture or movie.
Video can either be produced as a continuous entity (e.g., by a TV
camera) or discrete entity.
 What is computer network
 Network is a set of devices (often referred to as nodes) connected
by communication links.
 The Internet evolved from the ARPANET, which was developed in
1969 by the Advanced Research Projects Agency (ARPA) of the U.S.
Department of Defense.
Cont’d …
Data Transmission
 It is sending of binary data from source to destination as bit by
bit or grouping bits together,
 But how it could be?
 Ans:
 The transmission of binary data across a link (communication
channel) can be either parallel or serial mode.
 This means?
 In parallel mode multiple bits are sent together each clock, where as
 In serial mode, 1 bit is sent with each clock tick.
Types/ways of Data Transmission
3 - 6
Parallel Data Transmission
3 - 7
 It organized bits into groups of n bits each to send.
 Computers produce and consume data in groups of bits as human
spoken language use in the form of words rather than letters.
 It sends data in n bits at a time instead of 1.
 It is a conceptually simple mechanism than serial
 Use n wires to send n bits at one time.
 each bit has its own wire, and all n bits of one group can transmit
 Its advantage over serial transmission could be high speed.
3 - 8
Parallel Data Transmission…
Serial Data transmission
 Signals are sent one bit at a time
 Travels long distances
Serial transmission reduces the cost of transmission over
parallel by roughly a factor of n.
 Example: telephone wires
3 - 9
3 - 10
Serial Data transmission…
3 - 11
 Receiver waits ready for sender message and responds in real time
(e.g. phone call).
1. Synchronous data transmission…
High speed.
So, useful for high-speed applications such as the transmission.
Does not use stop/start bits – instead devices agree on timing
No overhead of bits b/c start and stop bits
No buffer is required.
Examples: phone call
3 - 12
2. Asynchronous data transmission
 Both sender and receiver no required clock signals
 It sends data by grouping it as bytes
 Have added parity bits (which called start and stop bit) for
synchronize clock signals b/n sender and receiver.
 There is gap b/n frames or group of bits (bytes) by start and stop bits
 Need buffer for data until synchronize both sender and receiver
 (e.g. mailbox).
3 - 13
It is propagation of data from one point to another by means of
electromagnetic signals.
It can be either analog or digital signal
A digital signal is one in which the signal intensity maintains a constant
level for some period of time
It have only a limited number of defined values
 It can be represented by digital signals, with a different voltage level
for each of the two binary digits.
Used to represent digital data
Signals
Advantages of Digital Signals
cheaper than analogy signalling
Less susceptible to noise
Disadvantages of Digital Signals
Suffer more from attenuation!
Pulses become rounded and smaller
Leads to loss of information
14
Digital Signals
3 - 15
2. Analog Signals
 Analog signal is the simplest sort of signal is a in which the same
signal pattern repeats over time and
 It can have an infinite number of value in a range
 Used to represent analog data
 Analog data – information that is continuous and take continuous values
2. Analog Signals
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.
Can use analog signal to carry digital data by using Modem:
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 with codec which takes an
analog signal and approximates that signal by a bit stream.
3 - 16
I. Digital Data Transmission
1. Digital data
Produced by computers, in binary form, represented as a
series of ones and zeros
Can take on only 0 and 1
2. Digital transmissions
Made of square waves with a clear beginning and ending
Computer networks send digital data using digital
transmissions.
3 - 17
II. Analog Data Transmission
1. Analog data
Produced by telephones
Sound waves, which vary continuously over time
Can take on any value in a wide range of possibilities
2. Analog transmissions
Analog data transmitted in analog form (vary continuously)
Examples of analog data being sent using analog transmissions are
broadcast TV and radio
Data converted between analog and digital formats
Modem (modulator/demodulator): used when digital data is sent
as an analog transmission
Codec (coder/decoder): used when analog data is sent as a digital
transmission 3 - 18
Data Transmission Mode
 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
3 - 19
Transmission Impairments and their solution
 Signals travel through transmission media, which are some time 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.
 With any communications system, the signal that is received may differ
from the signal that is transmitted, due to transmission impairments
3 - 20
Consequences over two types of signals we have:
For analog signals: degradation of signal quality
For digital signals: bit errors
The most significant impairments include
Attenuation
distortion
Noise
3 - 21
Transmission Impairments and their solution…
1. Attenuation
3 - 22
 Attenuation means a loss of energy.
 When a signal, simple or composite, travels through a medium, it
loses some of its energy in overcoming the resistance of the
medium.
 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.
 This conversion of electrical energy causes loos of signal strength
(attenuation)
Transmission Impairments and their solution…
Measurement of Attenuation
 To show the loss or gain of energy the unit “decibel” is used.
dB = 10log10P2/P1
Where as
P1 is input signal and P2 is output signal
3 - 23
 These problems are dealt with by the use of amplifiers or
repeaters by amplifying the signal..
Transmission Impairments and their solution…
 Suppose a signal travels through a transmission medium and its
power is reduced to one-half. This means that P2 is (1/2)P1.
 In this case, the attenuation (loss of power) can be calculated as
 A loss of 3 dB (–3 dB) is equivalent to losing one-half the power.
3 - 24
Example 1 of Attenuation…
Transmission Impairments and their solution…
 A signal travels through an amplifier, and its power is increased 10
times. This means that P2 = 10P1 .
 The compute the amplification or gain of power by amplifier.
Solution:
3 - 25
Example 2 of Attenuation…
Transmission Impairments and their solution…
2. Distortion
3 - 26
 Means that the signal changes its form or shape Distortion
occurs in composite signals
 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.
Transmission Impairments and their solution…
3. Noise
3 - 27
 Several types of noise, such as
 Thermal noise is the random motion of electrons in a wire which
creates an extra signal not originally sent by the transmitter.
 Induced noise comes from sources such as motors and appliances
that act as antenna and medium as receiving antenna.
 Crosstalk is the effect of one wire on the other. It is an unwanted
coupling between signal paths and can occur by electrical coupling
between nearby twisted pairs.
 Impulse noise is a spike (a signal with high energy in a very short
time) that comes from power lines, lightning, and so on
Transmission Impairments and their solution…
3. Noise
Noise can be
• Electromagnetic Interference
• Radio frequency interference
3 - 28
 noise can be reduce by
 Twisting cables – effect of one signal cancels the other
 Shielding – reduce interference from outside source
Transmission Impairments and their solution…
Signal to Noise Ratio (SNR)
 To measure the quality of a system the SNR is often used.
It is the ratio between two powers (input and output).
It is usually given in dB and referred
to as SNRdB.
Example:
The power of a signal is 10mW and the power of the noise is 1μW;
what are the values of SNR and SNRdB ?
Solution
3 - 29
Transmission Impairments and their solution…
3 - 30
Multiplexing/Demultiplexing
 Multiplexing/Demultiplexing: Used when many source communicate
with many destinations through one communication line.
3 - 31
Types of Multiplexing

More Related Content

Similar to chapter 1 DC and CN-1.ppt

Introduction to Computer Networking and Types
Introduction to Computer Networking and TypesIntroduction to Computer Networking and Types
Introduction to Computer Networking and Types
Prof Ansari
 
dc1.pdf
dc1.pdfdc1.pdf
Ch 01 part 1 - basic elements of telecommunication systems
Ch 01   part 1 - basic elements of telecommunication systemsCh 01   part 1 - basic elements of telecommunication systems
Ch 01 part 1 - basic elements of telecommunication systems
sakariachromabook
 
Data Communication and Computer Networks
Data Communication and Computer NetworksData Communication and Computer Networks
Data Communication and Computer Networks
Sreedhar Chowdam
 
unit1.pptx
unit1.pptxunit1.pptx
unit1.pptx
SubodhPaswan4
 
2[1].1 data transmission
2[1].1 data transmission2[1].1 data transmission
2[1].1 data transmissionHattori Sidek
 
Chapter 1 introduction haramaya
Chapter 1 introduction haramayaChapter 1 introduction haramaya
Chapter 1 introduction haramaya
Abdii Rashid
 
Lesson 4 communication and computer network (123 kb)
Lesson 4 communication and computer network (123 kb)Lesson 4 communication and computer network (123 kb)
Lesson 4 communication and computer network (123 kb)IMRAN KHAN
 
W02 l03 information-communication (1)
W02 l03 information-communication (1)W02 l03 information-communication (1)
W02 l03 information-communication (1)
Aakash software cell Gujrat.
 
Lesson 5 data communication and networking (136 kb)
Lesson 5   data communication and networking (136 kb)Lesson 5   data communication and networking (136 kb)
Lesson 5 data communication and networking (136 kb)IMRAN KHAN
 
Data Communication & Networks
Data Communication & NetworksData Communication & Networks
Data Communication & Networks
MiXvideos
 
Data communications
Data communicationsData communications
Data communications
Ashwini
 
Lesson 2
Lesson 2Lesson 2
Lesson 2
Gicheru Onesmus
 
Data-Communication-Concept, DCE and DTE
Data-Communication-Concept,  DCE and DTEData-Communication-Concept,  DCE and DTE
Data-Communication-Concept, DCE and DTE
mysthicrious
 
Computer networks and internet www.it-workss.com
Computer networks and internet   www.it-workss.comComputer networks and internet   www.it-workss.com
Computer networks and internet www.it-workss.com
Varunraj Kalse
 
Fit l03 information_communication
Fit l03 information_communicationFit l03 information_communication
Fit l03 information_communication
Aakash software cell Gujrat.
 
Basics of data communication and computer networking (262 kb)
Basics of data communication and computer networking (262 kb)Basics of data communication and computer networking (262 kb)
Basics of data communication and computer networking (262 kb)IMRAN KHAN
 

Similar to chapter 1 DC and CN-1.ppt (20)

Introduction to Computer Networking and Types
Introduction to Computer Networking and TypesIntroduction to Computer Networking and Types
Introduction to Computer Networking and Types
 
dc1.pdf
dc1.pdfdc1.pdf
dc1.pdf
 
Ch 01 part 1 - basic elements of telecommunication systems
Ch 01   part 1 - basic elements of telecommunication systemsCh 01   part 1 - basic elements of telecommunication systems
Ch 01 part 1 - basic elements of telecommunication systems
 
Data Communication and Computer Networks
Data Communication and Computer NetworksData Communication and Computer Networks
Data Communication and Computer Networks
 
unit1.pptx
unit1.pptxunit1.pptx
unit1.pptx
 
2[1].1 data transmission
2[1].1 data transmission2[1].1 data transmission
2[1].1 data transmission
 
NETWORKIN2
NETWORKIN2NETWORKIN2
NETWORKIN2
 
Chapter 1 introduction haramaya
Chapter 1 introduction haramayaChapter 1 introduction haramaya
Chapter 1 introduction haramaya
 
Lesson 4 communication and computer network (123 kb)
Lesson 4 communication and computer network (123 kb)Lesson 4 communication and computer network (123 kb)
Lesson 4 communication and computer network (123 kb)
 
W02 l03 information-communication (1)
W02 l03 information-communication (1)W02 l03 information-communication (1)
W02 l03 information-communication (1)
 
Lesson 5 data communication and networking (136 kb)
Lesson 5   data communication and networking (136 kb)Lesson 5   data communication and networking (136 kb)
Lesson 5 data communication and networking (136 kb)
 
Data Communication & Networks
Data Communication & NetworksData Communication & Networks
Data Communication & Networks
 
Data communications
Data communicationsData communications
Data communications
 
Communication model
Communication modelCommunication model
Communication model
 
Lesson 2
Lesson 2Lesson 2
Lesson 2
 
Data-Communication-Concept, DCE and DTE
Data-Communication-Concept,  DCE and DTEData-Communication-Concept,  DCE and DTE
Data-Communication-Concept, DCE and DTE
 
Computer networks and internet www.it-workss.com
Computer networks and internet   www.it-workss.comComputer networks and internet   www.it-workss.com
Computer networks and internet www.it-workss.com
 
Fit l03 information_communication
Fit l03 information_communicationFit l03 information_communication
Fit l03 information_communication
 
Presentation9
Presentation9Presentation9
Presentation9
 
Basics of data communication and computer networking (262 kb)
Basics of data communication and computer networking (262 kb)Basics of data communication and computer networking (262 kb)
Basics of data communication and computer networking (262 kb)
 

More from EliasPetros

ghgfjfhgdjfdhgdhgfdgfdhgdhgfdhgzeka.pptx
ghgfjfhgdjfdhgdhgfdgfdhgdhgfdhgzeka.pptxghgfjfhgdjfdhgdhgfdgfdhgdhgfdhgzeka.pptx
ghgfjfhgdjfdhgdhgfdgfdhgdhgfdhgzeka.pptx
EliasPetros
 
L04 - Control Structuresjhgjhgjhgjhgfjgfjhgfjgf.pptx
L04 - Control Structuresjhgjhgjhgjhgfjgfjhgfjgf.pptxL04 - Control Structuresjhgjhgjhgjhgfjgfjhgfjgf.pptx
L04 - Control Structuresjhgjhgjhgjhgfjgfjhgfjgf.pptx
EliasPetros
 
lkjhlkjhjhkjhlkjhkjhkjhkjhkjhkjhjhkjh.ppt
lkjhlkjhjhkjhlkjhkjhkjhkjhkjhkjhjhkjh.pptlkjhlkjhjhkjhlkjhkjhkjhkjhkjhkjhjhkjh.ppt
lkjhlkjhjhkjhlkjhkjhkjhkjhkjhkjhjhkjh.ppt
EliasPetros
 
ehhhhhhhhhhhhhhhhhhhhhhhhhjjjjjllaye.pptx
ehhhhhhhhhhhhhhhhhhhhhhhhhjjjjjllaye.pptxehhhhhhhhhhhhhhhhhhhhhhhhhjjjjjllaye.pptx
ehhhhhhhhhhhhhhhhhhhhhhhhhjjjjjllaye.pptx
EliasPetros
 
Database Akjljljlkjlkjkljlkjldiministration.pptx
Database Akjljljlkjlkjkljlkjldiministration.pptxDatabase Akjljljlkjlkjkljlkjldiministration.pptx
Database Akjljljlkjlkjkljlkjldiministration.pptx
EliasPetros
 
hjkjlboiupoiuuouoiuoiuoiuoiuoiuoippt.pptx
hjkjlboiupoiuuouoiuoiuoiuoiuoiuoippt.pptxhjkjlboiupoiuuouoiuoiuoiuoiuoiuoippt.pptx
hjkjlboiupoiuuouoiuoiuoiuoiuoiuoippt.pptx
EliasPetros
 
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptxhjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
EliasPetros
 
My lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptx
My lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptxMy lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptx
My lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptx
EliasPetros
 
Python.pptx
Python.pptxPython.pptx
Python.pptx
EliasPetros
 
Chapter 08.pptx
Chapter 08.pptxChapter 08.pptx
Chapter 08.pptx
EliasPetros
 
chaptet 4 DC and CN.ppt
chaptet 4 DC and CN.pptchaptet 4 DC and CN.ppt
chaptet 4 DC and CN.ppt
EliasPetros
 
5_6278455688045789623.pptx
5_6278455688045789623.pptx5_6278455688045789623.pptx
5_6278455688045789623.pptx
EliasPetros
 

More from EliasPetros (12)

ghgfjfhgdjfdhgdhgfdgfdhgdhgfdhgzeka.pptx
ghgfjfhgdjfdhgdhgfdgfdhgdhgfdhgzeka.pptxghgfjfhgdjfdhgdhgfdgfdhgdhgfdhgzeka.pptx
ghgfjfhgdjfdhgdhgfdgfdhgdhgfdhgzeka.pptx
 
L04 - Control Structuresjhgjhgjhgjhgfjgfjhgfjgf.pptx
L04 - Control Structuresjhgjhgjhgjhgfjgfjhgfjgf.pptxL04 - Control Structuresjhgjhgjhgjhgfjgfjhgfjgf.pptx
L04 - Control Structuresjhgjhgjhgjhgfjgfjhgfjgf.pptx
 
lkjhlkjhjhkjhlkjhkjhkjhkjhkjhkjhjhkjh.ppt
lkjhlkjhjhkjhlkjhkjhkjhkjhkjhkjhjhkjh.pptlkjhlkjhjhkjhlkjhkjhkjhkjhkjhkjhjhkjh.ppt
lkjhlkjhjhkjhlkjhkjhkjhkjhkjhkjhjhkjh.ppt
 
ehhhhhhhhhhhhhhhhhhhhhhhhhjjjjjllaye.pptx
ehhhhhhhhhhhhhhhhhhhhhhhhhjjjjjllaye.pptxehhhhhhhhhhhhhhhhhhhhhhhhhjjjjjllaye.pptx
ehhhhhhhhhhhhhhhhhhhhhhhhhjjjjjllaye.pptx
 
Database Akjljljlkjlkjkljlkjldiministration.pptx
Database Akjljljlkjlkjkljlkjldiministration.pptxDatabase Akjljljlkjlkjkljlkjldiministration.pptx
Database Akjljljlkjlkjkljlkjldiministration.pptx
 
hjkjlboiupoiuuouoiuoiuoiuoiuoiuoippt.pptx
hjkjlboiupoiuuouoiuoiuoiuoiuoiuoippt.pptxhjkjlboiupoiuuouoiuoiuoiuoiuoiuoippt.pptx
hjkjlboiupoiuuouoiuoiuoiuoiuoiuoippt.pptx
 
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptxhjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
 
My lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptx
My lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptxMy lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptx
My lablkxjlkxjcvlxkcjvlxckjvlxck ppt.pptx
 
Python.pptx
Python.pptxPython.pptx
Python.pptx
 
Chapter 08.pptx
Chapter 08.pptxChapter 08.pptx
Chapter 08.pptx
 
chaptet 4 DC and CN.ppt
chaptet 4 DC and CN.pptchaptet 4 DC and CN.ppt
chaptet 4 DC and CN.ppt
 
5_6278455688045789623.pptx
5_6278455688045789623.pptx5_6278455688045789623.pptx
5_6278455688045789623.pptx
 

Recently uploaded

ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 

Recently uploaded (20)

ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 

chapter 1 DC and CN-1.ppt

  • 2. Data Communication Basics  Data Communication is the exchange of data b/n devices via some form of transmission media (wired/wireless) It needs communicating devices as hardware(physical equipment ) and software (program) Effectiveness of data communication system depends on Delivery. The system must deliver data to the correct destination. Data must be received by the intended device or user and only by that device or user. Accuracy. The system must deliver the data accurately. Data that have been altered in transmission and left uncorrected are unusable.  Timeliness. The system must deliver data in a timely manner. Data delivered late are useless. In the case of video and audio
  • 3. data communication basics …  Jitter refers to the variation in the packet arrival time. It is the uneven delay in the delivery of audio or video packets. Data Representation techniques  The information can be different forms such as text, numbers, images, audio, and video.  Text is represented as a bit pattern, a sequence of bits . Different sets of bit patterns have been designed to represent text symbols is coding (such as Unicode 32 bit ,ASCII)  Numbers are represented by bit patterns which converted to binary number to simplify the mathematical operation.  Images are also represented by bit patterns which is composed of a matrix of pixels where each pixel is a small dot.  Audio refers to the recording or broadcasting of sound or music in the form of continuous electrical signal which is different from text, image, number and so on.
  • 4. 4  Video refers to the recording or broadcasting of a picture or movie. Video can either be produced as a continuous entity (e.g., by a TV camera) or discrete entity.  What is computer network  Network is a set of devices (often referred to as nodes) connected by communication links.  The Internet evolved from the ARPANET, which was developed in 1969 by the Advanced Research Projects Agency (ARPA) of the U.S. Department of Defense. Cont’d …
  • 5. Data Transmission  It is sending of binary data from source to destination as bit by bit or grouping bits together,  But how it could be?  Ans:  The transmission of binary data across a link (communication channel) can be either parallel or serial mode.  This means?  In parallel mode multiple bits are sent together each clock, where as  In serial mode, 1 bit is sent with each clock tick.
  • 6. Types/ways of Data Transmission 3 - 6
  • 7. Parallel Data Transmission 3 - 7  It organized bits into groups of n bits each to send.  Computers produce and consume data in groups of bits as human spoken language use in the form of words rather than letters.  It sends data in n bits at a time instead of 1.  It is a conceptually simple mechanism than serial  Use n wires to send n bits at one time.  each bit has its own wire, and all n bits of one group can transmit  Its advantage over serial transmission could be high speed.
  • 8. 3 - 8 Parallel Data Transmission…
  • 9. Serial Data transmission  Signals are sent one bit at a time  Travels long distances Serial transmission reduces the cost of transmission over parallel by roughly a factor of n.  Example: telephone wires 3 - 9
  • 10. 3 - 10 Serial Data transmission…
  • 11. 3 - 11  Receiver waits ready for sender message and responds in real time (e.g. phone call). 1. Synchronous data transmission… High speed. So, useful for high-speed applications such as the transmission. Does not use stop/start bits – instead devices agree on timing No overhead of bits b/c start and stop bits No buffer is required. Examples: phone call
  • 12. 3 - 12 2. Asynchronous data transmission  Both sender and receiver no required clock signals  It sends data by grouping it as bytes  Have added parity bits (which called start and stop bit) for synchronize clock signals b/n sender and receiver.  There is gap b/n frames or group of bits (bytes) by start and stop bits  Need buffer for data until synchronize both sender and receiver  (e.g. mailbox).
  • 13. 3 - 13 It is propagation of data from one point to another by means of electromagnetic signals. It can be either analog or digital signal A digital signal is one in which the signal intensity maintains a constant level for some period of time It have only a limited number of defined values  It can be represented by digital signals, with a different voltage level for each of the two binary digits. Used to represent digital data Signals
  • 14. Advantages of Digital Signals cheaper than analogy signalling Less susceptible to noise Disadvantages of Digital Signals Suffer more from attenuation! Pulses become rounded and smaller Leads to loss of information 14 Digital Signals
  • 15. 3 - 15 2. Analog Signals  Analog signal is the simplest sort of signal is a in which the same signal pattern repeats over time and  It can have an infinite number of value in a range  Used to represent analog data  Analog data – information that is continuous and take continuous values
  • 16. 2. Analog Signals 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. Can use analog signal to carry digital data by using Modem: 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 with codec which takes an analog signal and approximates that signal by a bit stream. 3 - 16
  • 17. I. Digital Data Transmission 1. Digital data Produced by computers, in binary form, represented as a series of ones and zeros Can take on only 0 and 1 2. Digital transmissions Made of square waves with a clear beginning and ending Computer networks send digital data using digital transmissions. 3 - 17
  • 18. II. Analog Data Transmission 1. Analog data Produced by telephones Sound waves, which vary continuously over time Can take on any value in a wide range of possibilities 2. Analog transmissions Analog data transmitted in analog form (vary continuously) Examples of analog data being sent using analog transmissions are broadcast TV and radio Data converted between analog and digital formats Modem (modulator/demodulator): used when digital data is sent as an analog transmission Codec (coder/decoder): used when analog data is sent as a digital transmission 3 - 18
  • 19. Data Transmission Mode  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 3 - 19
  • 20. Transmission Impairments and their solution  Signals travel through transmission media, which are some time 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.  With any communications system, the signal that is received may differ from the signal that is transmitted, due to transmission impairments 3 - 20
  • 21. Consequences over two types of signals we have: For analog signals: degradation of signal quality For digital signals: bit errors The most significant impairments include Attenuation distortion Noise 3 - 21 Transmission Impairments and their solution…
  • 22. 1. Attenuation 3 - 22  Attenuation means a loss of energy.  When a signal, simple or composite, travels through a medium, it loses some of its energy in overcoming the resistance of the medium.  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.  This conversion of electrical energy causes loos of signal strength (attenuation) Transmission Impairments and their solution…
  • 23. Measurement of Attenuation  To show the loss or gain of energy the unit “decibel” is used. dB = 10log10P2/P1 Where as P1 is input signal and P2 is output signal 3 - 23  These problems are dealt with by the use of amplifiers or repeaters by amplifying the signal.. Transmission Impairments and their solution…
  • 24.  Suppose a signal travels through a transmission medium and its power is reduced to one-half. This means that P2 is (1/2)P1.  In this case, the attenuation (loss of power) can be calculated as  A loss of 3 dB (–3 dB) is equivalent to losing one-half the power. 3 - 24 Example 1 of Attenuation… Transmission Impairments and their solution…
  • 25.  A signal travels through an amplifier, and its power is increased 10 times. This means that P2 = 10P1 .  The compute the amplification or gain of power by amplifier. Solution: 3 - 25 Example 2 of Attenuation… Transmission Impairments and their solution…
  • 26. 2. Distortion 3 - 26  Means that the signal changes its form or shape Distortion occurs in composite signals  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. Transmission Impairments and their solution…
  • 27. 3. Noise 3 - 27  Several types of noise, such as  Thermal noise is the random motion of electrons in a wire which creates an extra signal not originally sent by the transmitter.  Induced noise comes from sources such as motors and appliances that act as antenna and medium as receiving antenna.  Crosstalk is the effect of one wire on the other. It is an unwanted coupling between signal paths and can occur by electrical coupling between nearby twisted pairs.  Impulse noise is a spike (a signal with high energy in a very short time) that comes from power lines, lightning, and so on Transmission Impairments and their solution…
  • 28. 3. Noise Noise can be • Electromagnetic Interference • Radio frequency interference 3 - 28  noise can be reduce by  Twisting cables – effect of one signal cancels the other  Shielding – reduce interference from outside source Transmission Impairments and their solution…
  • 29. Signal to Noise Ratio (SNR)  To measure the quality of a system the SNR is often used. It is the ratio between two powers (input and output). It is usually given in dB and referred to as SNRdB. Example: The power of a signal is 10mW and the power of the noise is 1μW; what are the values of SNR and SNRdB ? Solution 3 - 29 Transmission Impairments and their solution…
  • 30. 3 - 30 Multiplexing/Demultiplexing  Multiplexing/Demultiplexing: Used when many source communicate with many destinations through one communication line.
  • 31. 3 - 31 Types of Multiplexing