SlideShare a Scribd company logo
SUBJECT TITLE
Course Name
Lecture 1
Definition of Data communication
Proposed By
Data Communication
Assistant Lecture
Mohanad D. J. ALALKAWI
2021
CONTACT INFORMATION
E-Mail: mohanadalalkawi@gmail.com
https://www.slideshare.net/mohanad6/edit_my_uplo
ads Click on this link to get the lecture from slide share.
1. Concept of Communication
The term “Data Communication” comprises two words: Data and
Communication. Data can be any text, image, audio, video, and multimedia
files. Communication is an act of sending or receiving data. Thus, data
communication refers to the exchange of data between two or more
networked or connected devices. These devices must be capable of sending
and receiving data over a communication medium. Examples of such devices
include personal computers, mobile phones, laptops, etc. As we can see in
Figure 1, four different types of devices — computer (Clients), printer, server
and switch are connected to build the network. These devices are connected
through a media to the network, which carry information from one end to
other end.
Figure 1 A Simple network of computing devices
2. Components of Data communication
1. Sender
A sender is a computer or any such device, which is capable of sending
data over a network. It can be a computer, mobile phone, smart watch,
video recording device, etc.
2. Receiver
A receiver is a computer or any such device, which is capable of
receiving data from the network. It can be any computer, printer, laptop,
mobile phone, television, etc. In computer communication, the sender and
receiver are known as nodes in a network.
3. Message
The data or information needs to be exchanged between the sender and
the receiver. Messages can be in the form of text, number, image, audio,
video, etc.
4. Communication media
The message travels between source and destination through the path.
It is also called medium or link, which is either wired or wireless. For
example, a television cable, telephone cable, Ethernet cable, satellite link,
microwaves, etc.
5. Protocols
It is a set of rules that need to be followed by the communicating parties
in order to have successful and reliable data communication. You have
already come across protocols such as Ethernet and HTTP. Figure 2 show
the components of data communication.
Figure 2 Data communication components
3. Measuring Capacity of Communication Media
In data communication, the transmission medium is also known as
channel. The capacity of a channel is the maximum amount of signals or
traffic that a channel can carry. It is measured in terms of bandwidth and data
transfer rate as described below:
3.1 Bandwidth
Bandwidth of a channel is the range of frequencies available for
transmission of data through that channel. Higher the bandwidth, higher the
data transfer rate. Normally, bandwidth is the difference of maximum and
minimum frequency contained in the composite signals. Bandwidth is
measured in Hertz (Hz).
1 KHz =1000 Hz
1 MHz =1000 KHz = 1000000 Hz
3.2 Data Transfer Rate
Data travels in the form of signals over a channel. One signal carries
one or more bits over the channel. Data transfer rate is the number of bits
transmitted between source and destination in one second. It is also known
as bit rate. It is measured in terms of bits per second (bps). The higher units
for data transfer rates are:
1 Kbps=210 bps=1024 bps
1 Mbps=220 bps=1024 Kbps
1 Gbps=230 bps=1024 Mbps
1 Tbps=240 bps=1024 Gbps
Activity 1
Find out how many
hertz is 10
Megahertz?
Activity 2
Find out how many
Gbps is 6 Tbps?
Example: A user wants to upload a text document at the rate of 10 pages per
20 second. What will be the required data rate of the channel? (Assume that 1
page contains 1600 characters and each character is of 8 bits).
Solution
Data rate=
(10∗1600∗8)
20
= 6400bps= 6.25kbps
4. Types of Data Communication
Data communication is the transmission of digital messages to external
devices. If you look around your house, you will see many examples of data
communication at work. Your cable system, your home phone and even your
computer all work based on varying types of data transfer. The process of
transmitting a message occurs millions of time a day without any of us being
aware of it. Today's recent data transfer methods include many complex
concepts, but we can still break down the process to a few basic types.
4.1 Simplex
A simplex communication system sends a message in only one
direction. The message source works as the transmitter. It sends the message
over the data channel to the receiver. The receiver is the destination of the
message. Examples of simplex data communication include radio stations
and TV broadcasts. With the simplex channel, there is no ability by the
receiver to respond to the message. For example, a radio station plays a song
on your car radio. The data transferred is the song. You do not have the
opportunity to send a message back via your car radio to the station.
4.2 Half Duplex
A half-duplex data communication system provides messages in both
directions but only allows transfer in one direction at a time. Once a party begins
sending a transmission, the receiver must wait until the signal stops before
responding. If the two data transfers attempt to send at the same time, they both
fail. For instance, if you talk on a CB radio, you press a button and speak. If the
receiver attempts to press the button and speak at the same time, neither one of
you hear either message. The system is not capable of sending both ways
simultaneously.
4.3Full Duplex
A full duplex is a communication that works both ways at the same time.
Essentially, full duplex data communication is a set of two simplex channels, one
works as a forward channel and the other as a reserve channel. The two channels
link together at some point. An example of a full duplex communication system is
a landline telephone. When talking on a telephone, both parties have the ability to
speak at the same time. The data carried both ways through the telephone line,
runs simultaneously. Figure 3 show the Data communication types
Figure 3 Data Communication Types
5. Switching Techniques
In a network having multiple devices, we are interested to know how to
connect the sender and receiver so that one-to-one communication is possible.
One solution is to make a dedicated connection between each pair of devices
(mesh topology) or between a central device and every other device (a star
topology). However, we know that such methods are costly in case of large
networks.
An alternative to this is switching whereby data is routed through various
nodes in a network. This switching process forms a temporary route for the
data to be transmitted. Two commonly used switching techniques are : Circuit
Switching and Packet Switching.
5.1 Circuit Switching
In circuit switching, before a communication starts, a dedicated path is
identified between the sender and the receiver. This path is a connected
sequence of links between network nodes. All packets follow the same path
established during the connection.
In earlier days, when we placed a telephone call, the switching equipment
within the telephone system finds out a physical path or channel all the way
from our telephone at home to the receiver’s telephone. This is an example of
circuit switching.
5.2 Packet Switching
In packet switching, each information or message to be transmitted
between sender and receiver is broken down into smaller pieces, called
packets. These packets are then transmitted independently through the
network. Different packets of the same message may take different routes
depending on availability. Each packet has two parts — a header containing
the address of the destination and other information, and the main message
part. When all the packets reach the destination, they are reassembled and the
receiver receives the complete message.
Unlike circuit switching, a channel is occupied in packet switching only
during the transmission of the packet. On completion of the transmission, the
channel is available for transfer of packets from other communicating parties.
6. Transmission Media
A transmission medium can be anything that can carry signals or data between
the source (transmitter) and destination (receiver). For example, as we switch
on a ceiling fan or a light bulb, the electric wire is the medium that carries
electric current from switch to the fan or bulb. Two men are talking as shown
in Figure 4 Here the medium is air.
Figure 4 Two person communicating
In data communication, transmission media are the links that carry
messages between two or more communicating devices. Transmission can be
classified as guided or unguided. Figure 6 shows the classification of
communication media.
In guided transmission, there is a physical link made of wire/cable through
which data in terms of signals are propagated between the nodes. These are
usually metallic cable, fiber-optic cable, etc. They are also known as wired
media.
In unguided transmission, data travels in air in terms of electromagnetic
waves using an antenna. They are also known as wireless media.
Figure 5 Example in transmisson media
Activity 3
What is the
transmission media
in Figure5?
Figure 6 Classification of communication media
Dish-shaped antennas are used for sending and receiving data at longer
distances. These antennas are mounted on taller buildings so that it would be
in line-of-sight. Waves gradually become weaker and weaker after travelling
a certain distance through the air. Therefore, the aim of installing repeaters is
to regenerate the signals of the same energy.
6.1 Wired Transmission Media
Any physical link that can carry data in the form of signals belongs to the
category of wired transmission media. Three commonly used guided/wired
media for data transmission are, twisted pair, coaxial cable, and fiber optic
cable. Twisted-pair and coaxial cable carry the electric signals whereas the
optical fiber cable carries the light signals.
Communication Media
Wired Media
Twisted
Pair Cble
Co-axical
Cable
Fiber Optic
Cable
Wireless Media
Radio
Waves
Micro
Waves
Infrared
Waves
A. Twisted Pair Cable: is a type of wiring in which two conductors of a
single cable that are twisted together for the purposes of
improving electromagnetic compatibility. Both the copper wires are
insulated with plastic covers. Usually, a number of such pairs are
combined together and covered with a protective outer wrapping,
Figure 7 shows twisted pair cable.
Figure 7 Twisted pair cable
Each of the twisted pairs act as a single communication link. The use
of twisted configuration minimizes the effect of electrical interference
from similar pairs close by. Twisted pairs are less expensive and most
commonly used in telephone lines and LANs. These cables are of two
types: Unshielded twisted-pair (UTP) and Shielded twisted-pair
(STP). Figure 8 show the UTP and STP
Figure 8 STP and UTP
Activity 4
What is the different
between UTP and
STP?
B. Coaxial cable: is another type of data transmission medium. It is better
shielded and has more bandwidth than a twisted pair. As shown in
Figure 9, it has a copper wire at the core of the cable which is
surrounded with insulating material. The insulator is further surrounded
with an outer conductor (usually a copper mesh). This outer conductor
is wrapped in a plastic cover. The key to success of coaxial cable is its
shielded design that allows the cable's copper core to transmit data
quickly, without interference of environmental factors. These types of
cables are used to carry signals of higher frequencies to a longer
distance.
Figure 9 Coaxial cable
C. Fiber Optic Cable: also known as an optical-fiber cable, is an
assembly similar to an electrical cable, but containing one or
more optical fibers that are used to carry light. The optical fiber
elements are typically individually coated with plastic layers and
contained in a protective tube suitable for the environment where the
cable is used. Different types of cable are used for different
applications, for example, long distance telecommunication, or
providing a high-speed data connection between different parts of a
building. Figure 10 show the fiber optical cable
Figure 10 Fiber Optic cable

More Related Content

What's hot

Routing protocols
Routing protocolsRouting protocols
Routing protocols
shravan kumar upadhayay
 
Networking devices
Networking devicesNetworking devices
Networking devices
Ramola Dhande
 
Error correction and Detection technique while sending the message
Error correction and Detection technique while sending the messageError correction and Detection technique while sending the message
Error correction and Detection technique while sending the message
Anil Kumar Sonkar Sonkar
 
Data communication basics
Data communication basicsData communication basics
Data communication basics
Naveen Jakhar, I.T.S
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
Dsunte Wilson
 
Application layer
Application layerApplication layer
Application layer
reshmadayma
 
Aula08 - frame-relay
Aula08 -   frame-relayAula08 -   frame-relay
Aula08 - frame-relay
Carlos Veiga
 
Computer Networks- Introduction and Data Link Layer
Computer Networks- Introduction and Data Link LayerComputer Networks- Introduction and Data Link Layer
Computer Networks- Introduction and Data Link Layer
Deepak John
 
OSI Layers
OSI LayersOSI Layers
OSI Layers
Kishore Kumar
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
guesta81d4b
 
Flow control and error control techniques in the data link layer protocol
Flow control and error control techniques in the data link layer protocolFlow control and error control techniques in the data link layer protocol
Flow control and error control techniques in the data link layer protocol
mdmuaj
 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
hazimalghalayini
 
Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)
welcometofacebook
 
Frame relay
Frame relayFrame relay
Frame relay
Ayesha Maqsood
 
Multiplexing
MultiplexingMultiplexing
Multiplexing
Noreen Aamir
 
Networking Components
Networking ComponentsNetworking Components
Networking Components
AkNirojan
 
Data Communication & Computer Networks : Serial and parellel transmission
Data Communication & Computer Networks : Serial and parellel transmissionData Communication & Computer Networks : Serial and parellel transmission
Data Communication & Computer Networks : Serial and parellel transmission
Dr Rajiv Srivastava
 
Data communications
Data communicationsData communications
Data communications
Ashwini
 
Application layer
Application layerApplication layer
Application layer
Ahmed_Hamed_Attia
 
Security in mobile ad hoc networks
Security in mobile ad hoc networksSecurity in mobile ad hoc networks
Security in mobile ad hoc networks
Piyush Mittal
 

What's hot (20)

Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Error correction and Detection technique while sending the message
Error correction and Detection technique while sending the messageError correction and Detection technique while sending the message
Error correction and Detection technique while sending the message
 
Data communication basics
Data communication basicsData communication basics
Data communication basics
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Application layer
Application layerApplication layer
Application layer
 
Aula08 - frame-relay
Aula08 -   frame-relayAula08 -   frame-relay
Aula08 - frame-relay
 
Computer Networks- Introduction and Data Link Layer
Computer Networks- Introduction and Data Link LayerComputer Networks- Introduction and Data Link Layer
Computer Networks- Introduction and Data Link Layer
 
OSI Layers
OSI LayersOSI Layers
OSI Layers
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
 
Flow control and error control techniques in the data link layer protocol
Flow control and error control techniques in the data link layer protocolFlow control and error control techniques in the data link layer protocol
Flow control and error control techniques in the data link layer protocol
 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
 
Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)
 
Frame relay
Frame relayFrame relay
Frame relay
 
Multiplexing
MultiplexingMultiplexing
Multiplexing
 
Networking Components
Networking ComponentsNetworking Components
Networking Components
 
Data Communication & Computer Networks : Serial and parellel transmission
Data Communication & Computer Networks : Serial and parellel transmissionData Communication & Computer Networks : Serial and parellel transmission
Data Communication & Computer Networks : Serial and parellel transmission
 
Data communications
Data communicationsData communications
Data communications
 
Application layer
Application layerApplication layer
Application layer
 
Security in mobile ad hoc networks
Security in mobile ad hoc networksSecurity in mobile ad hoc networks
Security in mobile ad hoc networks
 

Similar to Lecture 1 data communication

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
 
Presentation1 Networking.pptx
Presentation1 Networking.pptxPresentation1 Networking.pptx
Presentation1 Networking.pptx
MohammedAnas871930
 
waleed khaliqi DataCommunication Lec !
waleed khaliqi DataCommunication Lec !waleed khaliqi DataCommunication Lec !
waleed khaliqi DataCommunication Lec !
Ahmad Waleed Khaliqi
 
Computer Networks for Computer Science Student
Computer Networks for Computer Science StudentComputer Networks for Computer Science Student
Computer Networks for Computer Science Student
rprajat007
 
computer network notes with full details
computer network notes with  full detailscomputer network notes with  full details
computer network notes with full details
KajalSingh958233
 
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
 
network.pptx
network.pptxnetwork.pptx
network.pptx
Geyado
 
Introduction to Data Communication by Vishal Garg
Introduction to Data Communication by Vishal GargIntroduction to Data Communication by Vishal Garg
Introduction to Data Communication by Vishal Garg
IBNC India - India's Biggest Networking Championship
 
Data Communication & Networks
Data Communication & NetworksData Communication & Networks
Data Communication & Networks
MiXvideos
 
1.1 lesson 1
1.1 lesson 11.1 lesson 1
1.1 lesson 1
Võ Đức Hiếu
 
Unit1-INTRODUCTION AND PHYSICAL LAYER.pptx
Unit1-INTRODUCTION AND PHYSICAL LAYER.pptxUnit1-INTRODUCTION AND PHYSICAL LAYER.pptx
Unit1-INTRODUCTION AND PHYSICAL LAYER.pptx
LAVANYAsrietacin
 
2.pptx
2.pptx2.pptx
2.pptx
kebeAman
 
Physical Layer.pdf
Physical Layer.pdfPhysical Layer.pdf
Physical Layer.pdf
TamiratDejene1
 
#1 Physical Layer.pdf
#1 Physical Layer.pdf#1 Physical Layer.pdf
#1 Physical Layer.pdf
TamiratDejene1
 
Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer
Dr. SELVAGANESAN S
 
Networking notes
Networking notesNetworking notes
Networking notes
0718928964
 
Ch2 Data communication.pptx
Ch2 Data communication.pptxCh2 Data communication.pptx
Ch2 Data communication.pptx
kebeAman
 
Unit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptx
Unit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptxUnit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptx
Unit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptx
gurjardeep68
 
Class notes 1
Class notes 1Class notes 1
Class notes 1
Robuilislam
 
Unit 1_ Network Hardware session 1.pptx
Unit 1_ Network Hardware session 1.pptxUnit 1_ Network Hardware session 1.pptx
Unit 1_ Network Hardware session 1.pptx
Asst.prof M.Gokilavani
 

Similar to Lecture 1 data communication (20)

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)
 
Presentation1 Networking.pptx
Presentation1 Networking.pptxPresentation1 Networking.pptx
Presentation1 Networking.pptx
 
waleed khaliqi DataCommunication Lec !
waleed khaliqi DataCommunication Lec !waleed khaliqi DataCommunication Lec !
waleed khaliqi DataCommunication Lec !
 
Computer Networks for Computer Science Student
Computer Networks for Computer Science StudentComputer Networks for Computer Science Student
Computer Networks for Computer Science Student
 
computer network notes with full details
computer network notes with  full detailscomputer network notes with  full details
computer network notes with full details
 
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)
 
network.pptx
network.pptxnetwork.pptx
network.pptx
 
Introduction to Data Communication by Vishal Garg
Introduction to Data Communication by Vishal GargIntroduction to Data Communication by Vishal Garg
Introduction to Data Communication by Vishal Garg
 
Data Communication & Networks
Data Communication & NetworksData Communication & Networks
Data Communication & Networks
 
1.1 lesson 1
1.1 lesson 11.1 lesson 1
1.1 lesson 1
 
Unit1-INTRODUCTION AND PHYSICAL LAYER.pptx
Unit1-INTRODUCTION AND PHYSICAL LAYER.pptxUnit1-INTRODUCTION AND PHYSICAL LAYER.pptx
Unit1-INTRODUCTION AND PHYSICAL LAYER.pptx
 
2.pptx
2.pptx2.pptx
2.pptx
 
Physical Layer.pdf
Physical Layer.pdfPhysical Layer.pdf
Physical Layer.pdf
 
#1 Physical Layer.pdf
#1 Physical Layer.pdf#1 Physical Layer.pdf
#1 Physical Layer.pdf
 
Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer
 
Networking notes
Networking notesNetworking notes
Networking notes
 
Ch2 Data communication.pptx
Ch2 Data communication.pptxCh2 Data communication.pptx
Ch2 Data communication.pptx
 
Unit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptx
Unit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptxUnit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptx
Unit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptx
 
Class notes 1
Class notes 1Class notes 1
Class notes 1
 
Unit 1_ Network Hardware session 1.pptx
Unit 1_ Network Hardware session 1.pptxUnit 1_ Network Hardware session 1.pptx
Unit 1_ Network Hardware session 1.pptx
 

Recently uploaded

Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
TechSoup
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
TechSoup
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
Prof. Dr. K. Adisesha
 
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
National Information Standards Organization (NISO)
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
Nguyen Thanh Tu Collection
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
EduSkills OECD
 
Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.
IsmaelVazquez38
 
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
indexPub
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
David Douglas School District
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
deepaannamalai16
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
EduSkills OECD
 
CIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdfCIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdf
blueshagoo1
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
Celine George
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
nitinpv4ai
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
melliereed
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
 
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
 
Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.
 
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
 
CIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdfCIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdf
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
 

Lecture 1 data communication

  • 1. SUBJECT TITLE Course Name Lecture 1 Definition of Data communication Proposed By Data Communication Assistant Lecture Mohanad D. J. ALALKAWI 2021
  • 3. 1. Concept of Communication The term “Data Communication” comprises two words: Data and Communication. Data can be any text, image, audio, video, and multimedia files. Communication is an act of sending or receiving data. Thus, data communication refers to the exchange of data between two or more networked or connected devices. These devices must be capable of sending and receiving data over a communication medium. Examples of such devices include personal computers, mobile phones, laptops, etc. As we can see in Figure 1, four different types of devices — computer (Clients), printer, server and switch are connected to build the network. These devices are connected through a media to the network, which carry information from one end to other end. Figure 1 A Simple network of computing devices
  • 4. 2. Components of Data communication 1. Sender A sender is a computer or any such device, which is capable of sending data over a network. It can be a computer, mobile phone, smart watch, video recording device, etc. 2. Receiver A receiver is a computer or any such device, which is capable of receiving data from the network. It can be any computer, printer, laptop, mobile phone, television, etc. In computer communication, the sender and receiver are known as nodes in a network. 3. Message The data or information needs to be exchanged between the sender and the receiver. Messages can be in the form of text, number, image, audio, video, etc. 4. Communication media The message travels between source and destination through the path. It is also called medium or link, which is either wired or wireless. For example, a television cable, telephone cable, Ethernet cable, satellite link, microwaves, etc. 5. Protocols It is a set of rules that need to be followed by the communicating parties in order to have successful and reliable data communication. You have already come across protocols such as Ethernet and HTTP. Figure 2 show the components of data communication. Figure 2 Data communication components
  • 5. 3. Measuring Capacity of Communication Media In data communication, the transmission medium is also known as channel. The capacity of a channel is the maximum amount of signals or traffic that a channel can carry. It is measured in terms of bandwidth and data transfer rate as described below: 3.1 Bandwidth Bandwidth of a channel is the range of frequencies available for transmission of data through that channel. Higher the bandwidth, higher the data transfer rate. Normally, bandwidth is the difference of maximum and minimum frequency contained in the composite signals. Bandwidth is measured in Hertz (Hz). 1 KHz =1000 Hz 1 MHz =1000 KHz = 1000000 Hz 3.2 Data Transfer Rate Data travels in the form of signals over a channel. One signal carries one or more bits over the channel. Data transfer rate is the number of bits transmitted between source and destination in one second. It is also known as bit rate. It is measured in terms of bits per second (bps). The higher units for data transfer rates are: 1 Kbps=210 bps=1024 bps 1 Mbps=220 bps=1024 Kbps 1 Gbps=230 bps=1024 Mbps 1 Tbps=240 bps=1024 Gbps Activity 1 Find out how many hertz is 10 Megahertz? Activity 2 Find out how many Gbps is 6 Tbps?
  • 6. Example: A user wants to upload a text document at the rate of 10 pages per 20 second. What will be the required data rate of the channel? (Assume that 1 page contains 1600 characters and each character is of 8 bits). Solution Data rate= (10∗1600∗8) 20 = 6400bps= 6.25kbps 4. Types of Data Communication Data communication is the transmission of digital messages to external devices. If you look around your house, you will see many examples of data communication at work. Your cable system, your home phone and even your computer all work based on varying types of data transfer. The process of transmitting a message occurs millions of time a day without any of us being aware of it. Today's recent data transfer methods include many complex concepts, but we can still break down the process to a few basic types. 4.1 Simplex A simplex communication system sends a message in only one direction. The message source works as the transmitter. It sends the message over the data channel to the receiver. The receiver is the destination of the message. Examples of simplex data communication include radio stations and TV broadcasts. With the simplex channel, there is no ability by the receiver to respond to the message. For example, a radio station plays a song on your car radio. The data transferred is the song. You do not have the opportunity to send a message back via your car radio to the station.
  • 7. 4.2 Half Duplex A half-duplex data communication system provides messages in both directions but only allows transfer in one direction at a time. Once a party begins sending a transmission, the receiver must wait until the signal stops before responding. If the two data transfers attempt to send at the same time, they both fail. For instance, if you talk on a CB radio, you press a button and speak. If the receiver attempts to press the button and speak at the same time, neither one of you hear either message. The system is not capable of sending both ways simultaneously. 4.3Full Duplex A full duplex is a communication that works both ways at the same time. Essentially, full duplex data communication is a set of two simplex channels, one works as a forward channel and the other as a reserve channel. The two channels link together at some point. An example of a full duplex communication system is a landline telephone. When talking on a telephone, both parties have the ability to speak at the same time. The data carried both ways through the telephone line, runs simultaneously. Figure 3 show the Data communication types Figure 3 Data Communication Types
  • 8. 5. Switching Techniques In a network having multiple devices, we are interested to know how to connect the sender and receiver so that one-to-one communication is possible. One solution is to make a dedicated connection between each pair of devices (mesh topology) or between a central device and every other device (a star topology). However, we know that such methods are costly in case of large networks. An alternative to this is switching whereby data is routed through various nodes in a network. This switching process forms a temporary route for the data to be transmitted. Two commonly used switching techniques are : Circuit Switching and Packet Switching. 5.1 Circuit Switching In circuit switching, before a communication starts, a dedicated path is identified between the sender and the receiver. This path is a connected sequence of links between network nodes. All packets follow the same path established during the connection. In earlier days, when we placed a telephone call, the switching equipment within the telephone system finds out a physical path or channel all the way from our telephone at home to the receiver’s telephone. This is an example of circuit switching.
  • 9. 5.2 Packet Switching In packet switching, each information or message to be transmitted between sender and receiver is broken down into smaller pieces, called packets. These packets are then transmitted independently through the network. Different packets of the same message may take different routes depending on availability. Each packet has two parts — a header containing the address of the destination and other information, and the main message part. When all the packets reach the destination, they are reassembled and the receiver receives the complete message. Unlike circuit switching, a channel is occupied in packet switching only during the transmission of the packet. On completion of the transmission, the channel is available for transfer of packets from other communicating parties. 6. Transmission Media A transmission medium can be anything that can carry signals or data between the source (transmitter) and destination (receiver). For example, as we switch on a ceiling fan or a light bulb, the electric wire is the medium that carries electric current from switch to the fan or bulb. Two men are talking as shown in Figure 4 Here the medium is air. Figure 4 Two person communicating
  • 10. In data communication, transmission media are the links that carry messages between two or more communicating devices. Transmission can be classified as guided or unguided. Figure 6 shows the classification of communication media. In guided transmission, there is a physical link made of wire/cable through which data in terms of signals are propagated between the nodes. These are usually metallic cable, fiber-optic cable, etc. They are also known as wired media. In unguided transmission, data travels in air in terms of electromagnetic waves using an antenna. They are also known as wireless media. Figure 5 Example in transmisson media Activity 3 What is the transmission media in Figure5?
  • 11. Figure 6 Classification of communication media Dish-shaped antennas are used for sending and receiving data at longer distances. These antennas are mounted on taller buildings so that it would be in line-of-sight. Waves gradually become weaker and weaker after travelling a certain distance through the air. Therefore, the aim of installing repeaters is to regenerate the signals of the same energy. 6.1 Wired Transmission Media Any physical link that can carry data in the form of signals belongs to the category of wired transmission media. Three commonly used guided/wired media for data transmission are, twisted pair, coaxial cable, and fiber optic cable. Twisted-pair and coaxial cable carry the electric signals whereas the optical fiber cable carries the light signals. Communication Media Wired Media Twisted Pair Cble Co-axical Cable Fiber Optic Cable Wireless Media Radio Waves Micro Waves Infrared Waves
  • 12. A. Twisted Pair Cable: is a type of wiring in which two conductors of a single cable that are twisted together for the purposes of improving electromagnetic compatibility. Both the copper wires are insulated with plastic covers. Usually, a number of such pairs are combined together and covered with a protective outer wrapping, Figure 7 shows twisted pair cable. Figure 7 Twisted pair cable Each of the twisted pairs act as a single communication link. The use of twisted configuration minimizes the effect of electrical interference from similar pairs close by. Twisted pairs are less expensive and most commonly used in telephone lines and LANs. These cables are of two types: Unshielded twisted-pair (UTP) and Shielded twisted-pair (STP). Figure 8 show the UTP and STP Figure 8 STP and UTP Activity 4 What is the different between UTP and STP?
  • 13. B. Coaxial cable: is another type of data transmission medium. It is better shielded and has more bandwidth than a twisted pair. As shown in Figure 9, it has a copper wire at the core of the cable which is surrounded with insulating material. The insulator is further surrounded with an outer conductor (usually a copper mesh). This outer conductor is wrapped in a plastic cover. The key to success of coaxial cable is its shielded design that allows the cable's copper core to transmit data quickly, without interference of environmental factors. These types of cables are used to carry signals of higher frequencies to a longer distance. Figure 9 Coaxial cable
  • 14. C. Fiber Optic Cable: also known as an optical-fiber cable, is an assembly similar to an electrical cable, but containing one or more optical fibers that are used to carry light. The optical fiber elements are typically individually coated with plastic layers and contained in a protective tube suitable for the environment where the cable is used. Different types of cable are used for different applications, for example, long distance telecommunication, or providing a high-speed data connection between different parts of a building. Figure 10 show the fiber optical cable Figure 10 Fiber Optic cable