SlideShare a Scribd company logo
Introduction to Data Communication
PREPARED BY
VISHAL GARG
Data
 Factual Information: information often in
the form of facts or figures obtained from
experiments or surveys, used as a basis for
making calculations or drawing
conclusions.
 Information for computer processing:
information, e.g. numbers, text, images, &
sounds, in a form that is suitable for
storage in processing by a computer.
Data Communication/Transmission
 Data communication refers to the exchange of data between a
source and a receiver.
 Data communication is said to be local if communicating devices
are in the same building or a similarly restricted geographical area.
 Data communication aims at the transfer of data and maintenance
of the data during the process but not the actual generation of the
information at the source and receiver.
 The device that transmits the data is known as source and the
device that receives the transmitted data is known as receiver.
Components of Data Communication
System
 1. Message: It is the information or data to be communicated. It can consist of
text, numbers, pictures, sound or video or any combination of these.
 2. Sender: It is the device or computer that generates and sends the message.
 3. Receiver: It is the device or computer that receives the message. The location
of receiver computer is generally different from the sender computer. The
distance between sender and receiver depends upon the types of network used
in between.
 4. Medium: It is the channel or physical path through which the message is
carried from sender to the receiver.
o The medium can be wired like twisted pair wire, coaxial cable, fiber-optic cable
or wireless like laser, radio waves, and microwaves.
 5. Protocol: It is a set of rules that govern the communication between the
devices.
o Both sender and receiver follow same protocols to communicate with each
other.
Protocol’s Functions
 Data sequencing: It refers to breaking a long message into smaller
packets of fixed size.
o Data sequencing rules define the method of numbering packets to
detect loss or duplication of packets, and to correctly identify
packets, which belong to same message.
 Data routing: Data routing defines the most efficient path between
the source and destination.
 Data formatting: Data formatting rules define which group of bits or
characters within packet constitute data, control, addressing, or
other information.
Protocol’s Functions(cont)
 Flow control: A communication protocol also prevents a fast sender from
overwhelming a slow receiver.
o It ensures resource sharing and protection against traffic congestion by
regulating the flow of data on communication lines.
 Error control: These rules are designed to detect errors in messages and to ensure
transmission of correct messages.
o The most common method is to retransmit erroneous message block.
o In such a case, a block having error is discarded by the receiver and is
retransmitted by the sender.
Protocol’s Functions(cont)
 Precedence and order of transmission: These rules ensure that all the nodes get a
chance to use the communication lines and other resources of the network
based on the priorities assigned to them.
 Connection establishment and termination: These rules define how connections
are established, maintained and terminated when two nodes of a network want
to communicate with each other.
Protocol’s Functions(cont)
 Data security: Providing data security and privacy is also built into most
communication software packages.
o It prevents access of data by unauthorized users.
 Log information: Several communication software are designed to develop log
information, which consists of all jobs and data communications tasks that have
taken place.
o Such information may be used for charging the users of the network based on
their usage of the network resources.
Data Transmission Modes in Computer
Networks
 The way in which data is transmitted from one place to another is called Data
Transmission Mode.
 It is also called the Data Communication Mode.
 It indicates the direction of flow of information.
 Sometimes, data transmission modes are also called directional modes.
Types of Data Transmission Modes
Different types of data transmission modes are as follows:
 Simplex mode
 Half-duplex mode
 Full-duplex mode
Simplex Mode
 In simplex mode, data can flow in only one direction i.e. communication is
unidirectional.
 In this mode, a sender can only send data and cannot receive it. Similarly, a
receiver can only receive data but cannot send it.
 In simplex mode, it is not possible to confirm successful transmission of data.
 It is also not possible to request the sender to re-transmit information.
 Examples of simplex mode are loudspeaker, fire alarm system, television
broadcasting, television and remote, computer to printer, keyboard and monitor
etc.
Simplex Mode
Half-Duplex Mode
 In half-duplex mode, data can flow in both directions but only in one direction at
a time.
 In this mode, data is sent and received alternatively.
 It is like a one-lane bridge where two-way traffic must give way in order to cross
the other.
 The Internet browsing is an example of half duplex mode.
 The user sends a request to a Web server for a web page. It means that
information flows from user's computer to the web server.
 Web server receives the request and sends data of the requested page. The
data flows the Web server to the user's computer.
 At a time a user can a request or receive the data of web page.
 Example of half duplex is a walkie- talkie in which message is sent one at a time
and messages are sent in both the directions.
Half-Duplex Mode
Full-Duplex Mode
 In full duplex-mode, data can flow in both directions at the same
time i.e. it is bidirectional.
 We can send as well as receive the data.
 It is the fastest directional mode of data communication.
 The telephone communication system is an example of full-duplex
communication mode. Two persons can talk & listen at the same
time.
 Another example of fully-duplex mode in daily life is automobile
traffic on a two-lane road. The traffic can move in both directions at
the same time.
Full-Duplex Mode
Data Transmission
 Data transmission refers to the movement of data
in form of bits between two or more digital
devices.
 This transfer of data takes place via some form of
transmission media (for example, coaxial cable,
fiber optics etc.)
Types of Data Transmission
Parallel Transmission
 Definition: Within a computing or communication device, the distances between
different subunits are too short.
 Thus, it is normal practice to transfer data between subunits using a separate wire
to carry each bit of data.
 There are multiple wires connecting each sub-unit and data is exchanged using
a parallel transfer mode.
 This mode of operation results in minimal delays in transferring each word.
Parallel Transmission(cont)
• In parallel transmission, all the bits of data are transmitted simultaneously on
separate communication lines.
• In order to transmit n bits, n wires or lines are used. Thus each bit has its own line.
• All n bits of one group are transmitted with each clock pulse from one device to
another i.e. multiple bits are sent with each clock pulse.
• Parallel transmission is used for short distance communication.
• As shown in the fig, eight separate wires are used to transmit 8 bit data from
sender to receiver.
Parallel Transmission
Representation
Pros & Cons of Parallel Transmission
Advantage of parallel transmission
 It is speedy way of transmitting data as multiple bits are transmitted
simultaneously with a single clock pulse.
Disadvantage of parallel transmission
 It is costly method of data transmission as it requires n lines to
transmit n bits at the same time.
Serial Transmission
 Definition: When transferring data between two physically separate
devices, especially if the separation is more than a few kilometers,
for reasons of cost, it is more economical to use a single pair of lines.
 Data is transmitted as a single bit at a time using a fixed time
interval for each bit.
 This mode of transmission is known as bit-serial transmission.
Serial Transmission(cont)
• In serial transmission, the various bits of data are transmitted serially one after the
other.
• It requires only one communication line rather than n lines to transmit data from
sender to receiver.
• Thus all the bits of data are transmitted on single line in serial fashion.
• In serial transmission, only single bit is sent with each clock pulse.
• As shown in fig., suppose an 8-bit data 11001010 is to be sent from source to
destination. Then least significant bit (LSB) i.e. 0 will be transmitted first followed by other
bits. The most significant bit (MSB) i.e. 1 will be transmitted in the end via single
communication line.
• The internal circuitry of computer transmits data in parallel fashion. So in order to
change this parallel data into serial data, conversion devices are used.
• These conversion devices convert the parallel data into serial data at the sender side
so that it can be transmitted over single line.
Serial Transmission(cont)
 On receiver side, serial data received is again converted to parallel form so that
the interval circuitry of computer can accept it.
 Serial transmission is used for long distance communication.
Pros & Cons of Serial Transmission
Advantage of Serial Transmission
 Use of single communication line reduces the transmission line cost
by the factor of n as compared to parallel transmission.
Disadvantages of Serial Transmission
 1. Use of conversion devices at source and destination end may
lead to increase in overall transmission cost.
 2. This method is slower as compared to parallel transmission as bits
are transmitted serially one after the other.
Types of Serial Transmission
 There are two types of serial transmission-synchronous and
asynchronous both these transmissions use 'Bit synchronization'
 Bit Synchronization is a function that is required to determine when
the beginning and end of the data transmission occurs.
 Bit synchronization helps the receiving computer to know when
data begin and end during a transmission.
 Therefore bit synchronization provides timing control.
Asynchronous Transmission
 Asynchronous transmission sends only one character at a time where a
character is either a letter of the alphabet or number or control character
i.e. it sends one byte of data at a time.
• Bit synchronization between two devices is made possible using start
bit and stop bit.
• Start bit indicates the beginning of data i.e. alerts the receiver to the arrival
of new group of bits. A start bit usually 0 is added to the beginning of each
byte.
• Stop bit indicates the end of data i.e. to let the receiver know that byte is
finished, one or more additional bits are appended to the end of the byte.
These bits, usually 1s are called stop bits.
Asynchronous Transmission(cont)
 Addition of start and stop increase the number of data bits. Hence
more bandwidth is consumed in asynchronous transmission.
• There is idle time between the transmissions of different data bytes.
This idle time is also known as Gap
• The gap or idle time can be of varying intervals. This mechanism is
called Asynchronous, because at byte level sender and receiver need
not to be synchronized. But within each byte, receiver must be
synchronized with the incoming bit stream.
Application of Asynchronous
Transmission1. Asynchronous transmission is well suited for keyboard type-terminals and paper
tape devices.
 The advantage of this method is that it does not require any local storage at the
terminal or the computer as transmission takes place character by character.
2. Asynchronous transmission is best suited to Internet traffic in which
information is transmitted in short bursts.
 This type of transmission is used by modems.
Advantages of Asynchronous
Transmission1. This method of data transmission is cheaper in cost as compared to
synchronous e.g. If lines are short, asynchronous transmission is better,
because line cost would be low and idle time will not be expensive.
2. In this approach each individual character is complete in itself, therefore if
character is corrupted during transmission, its successor and predecessor
character will not be affected.
3. It is possible to transmit signals from sources having different bit rates.
4. The transmission can start as soon as data byte to be transmitted becomes
available.
5. Moreover, this mode of data transmission in easy to implement.
Disadvantages of Asynchronous
Transmission
1. This method is less efficient and slower than synchronous
transmission due to the overhead of extra bits and insertion of gaps
into bit stream.
2. Successful transmission inevitably depends on the recognition of the
start bits. These bits can be missed or corrupted.
Synchronous Transmission
 Synchronous transmission does not use start and stop bits.
 In this method bit stream is combined into longer frames that may contain
multiple bytes.
 There is no gap between the various bytes in the data stream.
Synchronous Transmission(cont)
 In the absence of start & stop bits, bit synchronization is established
between sender & receiver by 'timing' the transmission of each bit.
 Since the various bytes are placed on the link without any gap, it is
the responsibility of receiver to separate the bit stream into bytes so
as to reconstruct the original information.
 In order to receive the data error free, the receiver and sender
operates at the same clock frequency.
Application of Synchronous Transmission
 Synchronous transmission is used for high speed communication
between computers.
Advantages of Synchronous Transmission
1. This method is faster as compared to asynchronous as there are no
extra bits (start bit & stop bit) and also there is no gap between the
individual data bytes.
Disadvantages of Synchronous Transmission
1. It is costly as compared to asynchronous method. It requires local buffer
storage at the two ends of line to assemble blocks and it also requires
accurately synchronized clocks at both ends. This lead to increase in the
cost.
2. The sender and receiver have to operate at the same clock frequency.
This requires proper synchronization which makes the system
complicated.
Comparison between Serial and Parallel
Transmission
Comparison between Asynchronous and
Synchronous
PREPARED BY VISHAL GARG
CSE 5TH SEMESTER
SHIVALIK COLLEGE OF ENGINEERING
WWW.LINKEDIN.COM/IN/VISHALGARG4

More Related Content

PPTX
Data communication
PPTX
Physical Layer
PPT
Lecture #5 Data Communication and Network
PPTX
Multiple access protocol
PPTX
Networking devices
PPT
Chapter 2 - Network Models
PPTX
Osi model
PDF
Networking devices
Data communication
Physical Layer
Lecture #5 Data Communication and Network
Multiple access protocol
Networking devices
Chapter 2 - Network Models
Osi model
Networking devices

What's hot (20)

PDF
The Physical Layer
PPT
Chapter 1: Introduction to Data Communication and Networks
PPTX
Data Communications and Computer Networks
PPTX
What is Ethernet
PPT
Network devices
PPTX
PDF
Multimedia networking
PPT
Mac layer
PPTX
Routing ppt
PPTX
Transmission impairments
PDF
Data Communication & computer network: Channel types
DOCX
Line configuration
PPT
Circuit and packet_switching
PPTX
switching techniques in data communication and networking
PPTX
COMPUTER NETWORKING
PPTX
Multiplexing
PPSX
Physical layer ppt
PPTX
Network Topology
PPT
Chapter 1 Introduction (Data Communication by Forouzan)
PPTX
Token bus
The Physical Layer
Chapter 1: Introduction to Data Communication and Networks
Data Communications and Computer Networks
What is Ethernet
Network devices
Multimedia networking
Mac layer
Routing ppt
Transmission impairments
Data Communication & computer network: Channel types
Line configuration
Circuit and packet_switching
switching techniques in data communication and networking
COMPUTER NETWORKING
Multiplexing
Physical layer ppt
Network Topology
Chapter 1 Introduction (Data Communication by Forouzan)
Token bus
Ad

Viewers also liked (20)

PPTX
Structure of english
PDF
D1 seating arrangement pdf
PPT
Bank Exam Computer Awareness
PDF
Databse management system
PPTX
Prep velvet – Speed Maths
PDF
Accounting_Accuracy_Methodology-5
PPTX
Class 1
PPTX
Разговорный курс STEP-UP. Class 1.
PPTX
Android Technology
PDF
Computer fundamental introduction_and_types
PDF
Revision class 3
PDF
Grammar class 7. Relative Clauses
PPTX
Step up grammar class 2 (pre-intermediate)
PPS
Memory
PDF
Network topology
PDF
Kiann Cabezas, Gabriel Calero, Anthony Fernández, Maicol Mac Entyre, Matías S...
PPTX
Class 2 ( Basic Grammar Practice)
PPT
ERP Implementation
PPT
Fundamental of computer
PPTX
Introduction & history of computer
Structure of english
D1 seating arrangement pdf
Bank Exam Computer Awareness
Databse management system
Prep velvet – Speed Maths
Accounting_Accuracy_Methodology-5
Class 1
Разговорный курс STEP-UP. Class 1.
Android Technology
Computer fundamental introduction_and_types
Revision class 3
Grammar class 7. Relative Clauses
Step up grammar class 2 (pre-intermediate)
Memory
Network topology
Kiann Cabezas, Gabriel Calero, Anthony Fernández, Maicol Mac Entyre, Matías S...
Class 2 ( Basic Grammar Practice)
ERP Implementation
Fundamental of computer
Introduction & history of computer
Ad

Similar to Introduction to Data Communication by Vishal Garg (20)

PDF
CHAPTER 3 Data Communication.pdf
PDF
Complete CHAPTER 3 Data Communication.pdf
PPTX
Data Communication & Networks
PPTX
Presentation on DATA COMMUNICATION by Cj Subham
PPTX
CND_22634_UNIT1_MSBTE_Computer network and Data Communication
PPTX
2.pptx
PPTX
Ch2 Data communication.pptx
PDF
Computer networks and internet www.it-workss.com
PPT
Computer Network Unit 1: Introduction, Guided and Unguided media
PPTX
Learning Guide of Determine Best Fit Topology LO 2.pptx
PPTX
18ECC303J-Unit1-Week1-AY2020-21.pptx
PDF
Introduction to Data Communication.pdf
PDF
Data Communication
PPT
Ch 01 part 1 - basic elements of telecommunication systems
PPTX
963cbe79-8554-4130-a03e-adb5bf9449ca (1).pptx
PPTX
1. Introduction to Data Communication and Computer Networks.pptx
PPT
DCCN S1.ppt
PPT
Communication model
PPTX
Modes of Transmission
PPTX
UNIT 1 syBCASY DC UPDATED (2).pptxsppu foskkssf
CHAPTER 3 Data Communication.pdf
Complete CHAPTER 3 Data Communication.pdf
Data Communication & Networks
Presentation on DATA COMMUNICATION by Cj Subham
CND_22634_UNIT1_MSBTE_Computer network and Data Communication
2.pptx
Ch2 Data communication.pptx
Computer networks and internet www.it-workss.com
Computer Network Unit 1: Introduction, Guided and Unguided media
Learning Guide of Determine Best Fit Topology LO 2.pptx
18ECC303J-Unit1-Week1-AY2020-21.pptx
Introduction to Data Communication.pdf
Data Communication
Ch 01 part 1 - basic elements of telecommunication systems
963cbe79-8554-4130-a03e-adb5bf9449ca (1).pptx
1. Introduction to Data Communication and Computer Networks.pptx
DCCN S1.ppt
Communication model
Modes of Transmission
UNIT 1 syBCASY DC UPDATED (2).pptxsppu foskkssf

Recently uploaded (20)

PPT
Teaching material agriculture food technology
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
PPTX
Cloud computing and distributed systems.
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
KodekX | Application Modernization Development
PDF
Electronic commerce courselecture one. Pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PPTX
Big Data Technologies - Introduction.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Teaching material agriculture food technology
Per capita expenditure prediction using model stacking based on satellite ima...
Understanding_Digital_Forensics_Presentation.pptx
Review of recent advances in non-invasive hemoglobin estimation
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
Cloud computing and distributed systems.
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
NewMind AI Monthly Chronicles - July 2025
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
KodekX | Application Modernization Development
Electronic commerce courselecture one. Pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
Big Data Technologies - Introduction.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
cuic standard and advanced reporting.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Empathic Computing: Creating Shared Understanding
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...

Introduction to Data Communication by Vishal Garg

  • 1. Introduction to Data Communication PREPARED BY VISHAL GARG
  • 2. Data  Factual Information: information often in the form of facts or figures obtained from experiments or surveys, used as a basis for making calculations or drawing conclusions.  Information for computer processing: information, e.g. numbers, text, images, & sounds, in a form that is suitable for storage in processing by a computer.
  • 3. Data Communication/Transmission  Data communication refers to the exchange of data between a source and a receiver.  Data communication is said to be local if communicating devices are in the same building or a similarly restricted geographical area.  Data communication aims at the transfer of data and maintenance of the data during the process but not the actual generation of the information at the source and receiver.  The device that transmits the data is known as source and the device that receives the transmitted data is known as receiver.
  • 4. Components of Data Communication System  1. Message: It is the information or data to be communicated. It can consist of text, numbers, pictures, sound or video or any combination of these.  2. Sender: It is the device or computer that generates and sends the message.  3. Receiver: It is the device or computer that receives the message. The location of receiver computer is generally different from the sender computer. The distance between sender and receiver depends upon the types of network used in between.  4. Medium: It is the channel or physical path through which the message is carried from sender to the receiver. o The medium can be wired like twisted pair wire, coaxial cable, fiber-optic cable or wireless like laser, radio waves, and microwaves.  5. Protocol: It is a set of rules that govern the communication between the devices. o Both sender and receiver follow same protocols to communicate with each other.
  • 5. Protocol’s Functions  Data sequencing: It refers to breaking a long message into smaller packets of fixed size. o Data sequencing rules define the method of numbering packets to detect loss or duplication of packets, and to correctly identify packets, which belong to same message.  Data routing: Data routing defines the most efficient path between the source and destination.  Data formatting: Data formatting rules define which group of bits or characters within packet constitute data, control, addressing, or other information.
  • 6. Protocol’s Functions(cont)  Flow control: A communication protocol also prevents a fast sender from overwhelming a slow receiver. o It ensures resource sharing and protection against traffic congestion by regulating the flow of data on communication lines.  Error control: These rules are designed to detect errors in messages and to ensure transmission of correct messages. o The most common method is to retransmit erroneous message block. o In such a case, a block having error is discarded by the receiver and is retransmitted by the sender.
  • 7. Protocol’s Functions(cont)  Precedence and order of transmission: These rules ensure that all the nodes get a chance to use the communication lines and other resources of the network based on the priorities assigned to them.  Connection establishment and termination: These rules define how connections are established, maintained and terminated when two nodes of a network want to communicate with each other.
  • 8. Protocol’s Functions(cont)  Data security: Providing data security and privacy is also built into most communication software packages. o It prevents access of data by unauthorized users.  Log information: Several communication software are designed to develop log information, which consists of all jobs and data communications tasks that have taken place. o Such information may be used for charging the users of the network based on their usage of the network resources.
  • 9. Data Transmission Modes in Computer Networks  The way in which data is transmitted from one place to another is called Data Transmission Mode.  It is also called the Data Communication Mode.  It indicates the direction of flow of information.  Sometimes, data transmission modes are also called directional modes.
  • 10. Types of Data Transmission Modes Different types of data transmission modes are as follows:  Simplex mode  Half-duplex mode  Full-duplex mode
  • 11. Simplex Mode  In simplex mode, data can flow in only one direction i.e. communication is unidirectional.  In this mode, a sender can only send data and cannot receive it. Similarly, a receiver can only receive data but cannot send it.  In simplex mode, it is not possible to confirm successful transmission of data.  It is also not possible to request the sender to re-transmit information.  Examples of simplex mode are loudspeaker, fire alarm system, television broadcasting, television and remote, computer to printer, keyboard and monitor etc.
  • 13. Half-Duplex Mode  In half-duplex mode, data can flow in both directions but only in one direction at a time.  In this mode, data is sent and received alternatively.  It is like a one-lane bridge where two-way traffic must give way in order to cross the other.  The Internet browsing is an example of half duplex mode.  The user sends a request to a Web server for a web page. It means that information flows from user's computer to the web server.  Web server receives the request and sends data of the requested page. The data flows the Web server to the user's computer.  At a time a user can a request or receive the data of web page.  Example of half duplex is a walkie- talkie in which message is sent one at a time and messages are sent in both the directions.
  • 15. Full-Duplex Mode  In full duplex-mode, data can flow in both directions at the same time i.e. it is bidirectional.  We can send as well as receive the data.  It is the fastest directional mode of data communication.  The telephone communication system is an example of full-duplex communication mode. Two persons can talk & listen at the same time.  Another example of fully-duplex mode in daily life is automobile traffic on a two-lane road. The traffic can move in both directions at the same time.
  • 17. Data Transmission  Data transmission refers to the movement of data in form of bits between two or more digital devices.  This transfer of data takes place via some form of transmission media (for example, coaxial cable, fiber optics etc.)
  • 18. Types of Data Transmission
  • 19. Parallel Transmission  Definition: Within a computing or communication device, the distances between different subunits are too short.  Thus, it is normal practice to transfer data between subunits using a separate wire to carry each bit of data.  There are multiple wires connecting each sub-unit and data is exchanged using a parallel transfer mode.  This mode of operation results in minimal delays in transferring each word.
  • 20. Parallel Transmission(cont) • In parallel transmission, all the bits of data are transmitted simultaneously on separate communication lines. • In order to transmit n bits, n wires or lines are used. Thus each bit has its own line. • All n bits of one group are transmitted with each clock pulse from one device to another i.e. multiple bits are sent with each clock pulse. • Parallel transmission is used for short distance communication. • As shown in the fig, eight separate wires are used to transmit 8 bit data from sender to receiver.
  • 22. Pros & Cons of Parallel Transmission Advantage of parallel transmission  It is speedy way of transmitting data as multiple bits are transmitted simultaneously with a single clock pulse. Disadvantage of parallel transmission  It is costly method of data transmission as it requires n lines to transmit n bits at the same time.
  • 23. Serial Transmission  Definition: When transferring data between two physically separate devices, especially if the separation is more than a few kilometers, for reasons of cost, it is more economical to use a single pair of lines.  Data is transmitted as a single bit at a time using a fixed time interval for each bit.  This mode of transmission is known as bit-serial transmission.
  • 24. Serial Transmission(cont) • In serial transmission, the various bits of data are transmitted serially one after the other. • It requires only one communication line rather than n lines to transmit data from sender to receiver. • Thus all the bits of data are transmitted on single line in serial fashion. • In serial transmission, only single bit is sent with each clock pulse. • As shown in fig., suppose an 8-bit data 11001010 is to be sent from source to destination. Then least significant bit (LSB) i.e. 0 will be transmitted first followed by other bits. The most significant bit (MSB) i.e. 1 will be transmitted in the end via single communication line. • The internal circuitry of computer transmits data in parallel fashion. So in order to change this parallel data into serial data, conversion devices are used. • These conversion devices convert the parallel data into serial data at the sender side so that it can be transmitted over single line.
  • 25. Serial Transmission(cont)  On receiver side, serial data received is again converted to parallel form so that the interval circuitry of computer can accept it.  Serial transmission is used for long distance communication.
  • 26. Pros & Cons of Serial Transmission Advantage of Serial Transmission  Use of single communication line reduces the transmission line cost by the factor of n as compared to parallel transmission. Disadvantages of Serial Transmission  1. Use of conversion devices at source and destination end may lead to increase in overall transmission cost.  2. This method is slower as compared to parallel transmission as bits are transmitted serially one after the other.
  • 27. Types of Serial Transmission  There are two types of serial transmission-synchronous and asynchronous both these transmissions use 'Bit synchronization'  Bit Synchronization is a function that is required to determine when the beginning and end of the data transmission occurs.  Bit synchronization helps the receiving computer to know when data begin and end during a transmission.  Therefore bit synchronization provides timing control.
  • 28. Asynchronous Transmission  Asynchronous transmission sends only one character at a time where a character is either a letter of the alphabet or number or control character i.e. it sends one byte of data at a time. • Bit synchronization between two devices is made possible using start bit and stop bit. • Start bit indicates the beginning of data i.e. alerts the receiver to the arrival of new group of bits. A start bit usually 0 is added to the beginning of each byte. • Stop bit indicates the end of data i.e. to let the receiver know that byte is finished, one or more additional bits are appended to the end of the byte. These bits, usually 1s are called stop bits.
  • 29. Asynchronous Transmission(cont)  Addition of start and stop increase the number of data bits. Hence more bandwidth is consumed in asynchronous transmission. • There is idle time between the transmissions of different data bytes. This idle time is also known as Gap • The gap or idle time can be of varying intervals. This mechanism is called Asynchronous, because at byte level sender and receiver need not to be synchronized. But within each byte, receiver must be synchronized with the incoming bit stream.
  • 30. Application of Asynchronous Transmission1. Asynchronous transmission is well suited for keyboard type-terminals and paper tape devices.  The advantage of this method is that it does not require any local storage at the terminal or the computer as transmission takes place character by character. 2. Asynchronous transmission is best suited to Internet traffic in which information is transmitted in short bursts.  This type of transmission is used by modems.
  • 31. Advantages of Asynchronous Transmission1. This method of data transmission is cheaper in cost as compared to synchronous e.g. If lines are short, asynchronous transmission is better, because line cost would be low and idle time will not be expensive. 2. In this approach each individual character is complete in itself, therefore if character is corrupted during transmission, its successor and predecessor character will not be affected. 3. It is possible to transmit signals from sources having different bit rates. 4. The transmission can start as soon as data byte to be transmitted becomes available. 5. Moreover, this mode of data transmission in easy to implement.
  • 32. Disadvantages of Asynchronous Transmission 1. This method is less efficient and slower than synchronous transmission due to the overhead of extra bits and insertion of gaps into bit stream. 2. Successful transmission inevitably depends on the recognition of the start bits. These bits can be missed or corrupted.
  • 33. Synchronous Transmission  Synchronous transmission does not use start and stop bits.  In this method bit stream is combined into longer frames that may contain multiple bytes.  There is no gap between the various bytes in the data stream.
  • 34. Synchronous Transmission(cont)  In the absence of start & stop bits, bit synchronization is established between sender & receiver by 'timing' the transmission of each bit.  Since the various bytes are placed on the link without any gap, it is the responsibility of receiver to separate the bit stream into bytes so as to reconstruct the original information.  In order to receive the data error free, the receiver and sender operates at the same clock frequency.
  • 35. Application of Synchronous Transmission  Synchronous transmission is used for high speed communication between computers. Advantages of Synchronous Transmission 1. This method is faster as compared to asynchronous as there are no extra bits (start bit & stop bit) and also there is no gap between the individual data bytes. Disadvantages of Synchronous Transmission 1. It is costly as compared to asynchronous method. It requires local buffer storage at the two ends of line to assemble blocks and it also requires accurately synchronized clocks at both ends. This lead to increase in the cost. 2. The sender and receiver have to operate at the same clock frequency. This requires proper synchronization which makes the system complicated.
  • 36. Comparison between Serial and Parallel Transmission
  • 38. PREPARED BY VISHAL GARG CSE 5TH SEMESTER SHIVALIK COLLEGE OF ENGINEERING WWW.LINKEDIN.COM/IN/VISHALGARG4