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.

Slides:



Advertisements
Similar presentations
INPUT-OUTPUT ORGANIZATION
Advertisements

I.S 512 TOPIC 1 – LESSON 2. Types Of Transmission Media PHYSICAL Twisted Pair Cable Shielded twisted-pair (STP ) Unshielded twisted-pair (UTP) Coaxial.
1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints Adapted from the notes By Lami Kaya, © 2009 Pearson Education.
Data Communication Topics to be discussed:  Data Communication Terminology.  Data Transmission Signals.  Data Transmission Circuits.  Serial & Parallel.
1 Computer Communication & Networks Lecture 6 Physical Layer: Digital Transmission Waleed Ejaz
Csc333 Data communication & Networking Credit: 2.
Transmission of Digital Data: Interfaces and Modems NETE 0510 Dr.Apichan Kanjanavapastit.
Chapter 8 Data and Network Communication Technology
CS335 Networking & Network Administration Tuesday, April 6.
Transmission Characteristics 1. Introduction (Information Interchange codes) 2. Asynchronous and Synchronous Transmissions 3. Error detection (bit errors)
Network Data Organizational Communications and Technologies Prithvi N. Rao Carnegie Mellon University Web:
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 4 Digital Transmission.
Data Communications and Networking
Data Communications Chapter 6 The Data Communications Interface.
Input/Output and Communication
Chapter 8 COMMUNICATION AND COMPUTER NETWORK
© N. Ganesan, Ph.D., All rights reserved. Chapter Asynchronous and Synchronous Transmission.
INPUT-OUTPUT ORGANIZATION
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
Multiplexer Multiplexing FDM TDM WDM Front-End Processor Controllers.
Transmission Modes Serial Transmission  One bit is transmitted on a circuit at a time  Usually there is one transmit circuit and one receive circuit.
Winter 2008CS244a Handout 121 CS244a: An Introduction to Computer Networks Handout 12: Physical Layer Sending 1’s and 0’s, Capacity and Clocking Nick McKeown.
Data Communication. 2 Data Communications Data communication system components: Message Message Information (data) to be communicated. Sender Sender Device.
Chapter 7 Networking: Computer Connections. Networks n Network - a computer system that uses communications equipment to connect two or more computers.
Chapter-4/5-1CS331- Fakhry Khellah Term 081 Chapter 4 (Only 4.2 – 4.3) Digital Transmission.
DEVICES AND COMMUNICATION BUSES FOR DEVICES NETWORK
Communication methods
Computer Networks with Internet Technology William Stallings
Machine data - All data in computers based on digital electronics Boolean data - The Boolean type represents the values: true and false. Numeric data.
1 Introduction 4 Information transfer between two computers occurs in one of two types signals: digital or analog. Chapter 2 Introduction to Data Communication.
7. Peripherals 7.3 Data transmission Computer Studies (AL)
CSC 335 Data Communications and Networking
The Principle of Electronic Data Serial and Parallel Data Communication Transmission Rate Bandwidth Bit Rate Parity bits.
© 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints.
 It is the transmission of data from one place to another.  A data communication system is made up from hardware, software and communications facilities.
Slide 4-1 Chapter 4 Terms Data Communications and Networking Considerations Introduction to Information Systems Judith C. Simon.
1 Transmission of Digital Data : Interface and Modems.
AS Computing Data transmission. Basic data transmission Baud The rate that the voltage changes is called the Baud. If the voltage changes 10 times every.
Digital Interfaces An interface links two devices Interface Standards define: – mechanical specifications - how many wires & connector type –electrical.
FUNDAMENTALS OF NETWORKING
Unit 1 Lecture 4.
Chapter 7 Channel organization. Group members  Bilal Ahmed  Mehmal javed  Faisal khan janjua  Harris bashir.
WAN Transmission Media
Data and Computer Communications Eighth & Ninth Edition by William Stallings Chapter 6 – Digital Data Communications Techniques.
Data Communication. 2 Data Communications Data communication system components: Message Message Information (data) to be communicated. Sender Sender Device.
Data Communication & Networking. Data communication Not to be confused with telecommunication –Any process that permits the passage from a sender to one.
CE-2810 Dr. Mark L. Hornick 1 Serial Communications Sending and receiving data between devices.
COMPUTER NETWORKS Lecture-3 Husnain Sherazi. Review Lecture 2  Resource Sharing  Growth of the Internet – Linear Scale – Log Scale  Tools for Probing.
COMPUTER NETWORKS CS610 Lecture-3 Hammad Khalid Khan.
Serial Communications
(1B) Methods of representing and measuring data electronically
DATA COMMUNICATION Lecture-20.
Input/Output and Communication
Data Transmission and Networks
Transmission Modes The term transmission mode to refer to the manner in which data is sent over the underlying medium Transmission modes can be divided.
1 Input-Output Organization Computer Organization Computer Architectures Lab Peripheral Devices Input-Output Interface Asynchronous Data Transfer Modes.
DIGITAL DATA COMMUNICATION TECHNIQUES
DIGITAL DATA COMMUNICATION TECHNIQUES
DIGITAL DATA COMMUNICATION TECHNIQUES
Chapter Nine: Data Transmission
Data Communication.
BASIC TYPE OF DATA TRANSMISSION:
Chapter 9 Transmission Modes
Basics of Telecommunications and Networks
Multiplexing and Demultiplexing
communications system
Serial Communications
Introduction Communication Modes Transmission Modes
Presentation transcript:

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 )

Advantages of parallel transmission It is speedy way of transmitting data as multiple bits are transmitted simultaneously with a single clock pulse. Disadvantages of parallel transmission It is costly method of data transmission as it requires n lines to transmit n bits at the same time.

Advantages of serial transmission Use the single communication line cost by the factor of n as compared to parallel transmission. Disadvantage of serial transmission a.Use of conversion devices at source and destination end may lead to increase in overall transmission cost. b.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 uses ‘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 the 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 is are called stop bits. 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 transmission of different data bytes. The idle time is also known as gap.

Application of asynchronous transmission Asynchronous transmission is well suited for keyboard type-terminals and paper tape devices. The advantages of this method is that it doesn’t require any local storage at the terminal or the computer as transmission takes place character by character. Asynchronous transmission is best suited to internet traffic in which information is transmitted in short bursts. This types of transmission is used by modems.

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 gaps between the various bytes in the data stream. In the absence of start and stop, bit synchronization is established between sender and 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 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 This method is faster as compared to asynchronous as there are no extra bits (start bit and stop bit) and also there is no gap between the individual data bytes.

Disadvantages of synchronous transmission It is costly as compared to asynchronous method. It requires local buffer storage at the two end of line to assemble blocks and it also requires accurately synchronized clocks at both ends. This lead to increase in the cost. The sender and receiver have to operate at the same clock frequency. This requires proper synchronized which makes the system complicated