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.

Slides:



Advertisements
Similar presentations
DATA COMMUNICATION AND NETWORKING Chapter 12. Communication sending or receiving information Beating of drums Mirrors reflecting sunlight Homing pigeons.
Advertisements

Data Communication Topics to be discussed:  Data Communication Terminology.  Data Transmission Signals.  Data Transmission Circuits.  Serial & Parallel.
Lecture 8: Serial Interfaces
1 Fall 2005 Local Serial Asynchronous Communication Qutaibah Malluhi Computer Science and Engineering Qatar University.
Chapter 1.  Understand bits, bytes, megabytes, etc.  Learn basic communication model.  Learn the distinction between channel, circuit and network.
Assessment 1 Review Network Layers. Computer 1Computer 2 2.
Data Transmission Most digital messages are longer than just a few bits. It is neither practical nor economic to transfer all bits of a long message simultaneously.
Chapter 8 Data and Network Communication Technology
CS335 Networking & Network Administration Tuesday, April 6.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 6: Digital Data Communications Techniques.
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Transmission Characteristics 1. Introduction (Information Interchange codes) 2. Asynchronous and Synchronous Transmissions 3. Error detection (bit errors)
1 Basics of Data Communications Discrete-time Communication vs Continuous-time Communication Is human communication continuous-time or discrete-time ?
Data Communications Chapter 6 The Data Communications Interface.
Data Transmission Most digital messages are longer than just a few bits. It is neither practical nor economical to transfer all bits of a long message.
Input/Output and Communication
Chapter 8 COMMUNICATION AND COMPUTER NETWORK
Local Asynchronous Communication
Local Asynchronous Communications. Bit-wise data transmission Data transmission requires: Encoding bits as energy Transmitting energy through medium Decoding.
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.
Technology Training that Works Hands of Data Communications, Networking & TCP/IP Troubleshooting.
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
Simplex, Half Duplex & Duplex Serial & Parallel transmission Synchronous & Asynchronous Bit & Baud Rate.
1 Long-Distance Communication. 2 Illustration of a Carrier Carrier –Usually a sine wave –Oscillates continuously –Frequency of carrier fixed.
A quick look at network fundamentals
Midterm Review - Network Layers. Computer 1Computer 2 2.
The 8051 Microcontroller and Embedded Systems
Chapter-4/5-1CS331- Fakhry Khellah Term 081 Chapter 4 (Only 4.2 – 4.3) Digital Transmission.
Scott Baker Will Cross Belinda Frieri March 9 th, 2005 Serial Communication Overview ME4447/6405.
Chapter 5: Local Asynchronous Communication 1. Bit-wise data transmission 2. Asynchronous communication 3. Sending bits with electric current 4. Standard.
ECS 152A 4. Communications Techniques. Asynchronous and Synchronous Transmission Timing problems require a mechanism to synchronize the transmitter and.
Data Communications Theory Lecture-1 Dr. Anwar Mousa University of Palestine International Faculty of Information Technology.
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)
1 6 Further System Fundamentals (HL) 6.4 Further Network Fundamentals.
CSC 335 Data Communications and Networking
The Principle of Electronic Data Serial and Parallel Data Communication Transmission Rate Bandwidth Bit Rate Parity bits.
3.2 Software Fundamentals. A protocol is a formal description of digital message formats and the rules for exchanging those messages in or between computing.
Department of Industrial Engineering Sharif University of Technology Session# 10.
1 Transmission of Digital Data : Interface and Modems.
Data Transmission n Keep errors to an acceptable low probability n Bit-serial transmission n Parallel transmission.
FUNDAMENTALS OF NETWORKING
Unit 1 Lecture 4.
Unit 3 Physical Layer.
Chapter 7 Channel organization. Group members  Bilal Ahmed  Mehmal javed  Faisal khan janjua  Harris bashir.
Data Transmission and Networks Modes of Data Transmission.
CSE, IT– III SEM Course Name-DAC Topic- Communication modes.
1 Business Telecommunications Data and Computer Communications Chapter 6 The Data Communications Interface.
Week 7 Managing Telecommunications & Networks. Effective communications are essential to organizational success Define the terms communications and telecommunications.
OCR AS Level F451: Data transmission Data transmission a. Describe the characteristics of a LAN (local area network) and a WAN (wide area network);
Serial Communications
6.1 Communication Methods
Input/Output and Communication
Data Transmission Keep errors to an acceptable low probability
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.
SERIAL PORT PROGRAMMING
DIGITAL DATA COMMUNICATION TECHNIQUES
Lab 4 – Asynchronous communication (Physical Layer)
DIGITAL DATA COMMUNICATION TECHNIQUES
Asynchronous Serial Communications
DIGITAL DATA COMMUNICATION TECHNIQUES
Data Communication.
BASIC TYPE OF DATA TRANSMISSION:
CHAPTER SERIAL PORT PROGRAMMING. Basics of Serial Communication Computers transfer data in two ways: ◦ Parallel  Often 8 or more lines (wire.
Chapter 6 Transmission of Digital Data Interfaces and Modems
Chapter 9 Transmission Modes
communications system
Serial Communications
Introduction Communication Modes Transmission Modes
Presentation transcript:

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 second the baud is said to be 10. This does not necessarily mean that a 10-baud and a 600-baud modem transmit 10 and 600 bits per second. Bit rate Bits per second is a measure of the number of data bits (digital 0's and 1's) transmitted each second in a communications channel.

Communications channels

Simplex Data transmission  Simplex communication is a mode in which data only flows in one direction.  One current usage of simplex communications in business involves certain point-of-sale terminals in which sales data is entered without a corresponding reply.

Half Duplex Transmission  Half-duplex communication adds an ability for a two-way flow of data between computer terminals.  In this directional mode, data travels in two directions, but not simultaneously.  Data can only move in one direction when data is not being received from the other direction.  This mode is commonly used for linking computers together over telephone lines.

Half Duplex Transmission

Duplex data transmission  The fastest directional mode of communication is full-duplex communication.  Data is transmitted in both directions simultaneously on the same channel.  Full-duplex communication is made possible by devices called multiplexers.  Full-duplex communication is primarily limited to mainframe computers because of the expensive hardware required to support this directional mode.

Serial data transmission  Serial data transmission is the simplest, most economical, and easiest method of transferring digital information from one point to another;  The digital data is sent one bit at a time, this means only one pair of transmission wires is required.

Serial Data Transmission Two types of transmission: asynchronous: transmitter and receiver clocks are independent synchronous: transmitter and receiver are synchronized

Parallel data transmission  A data transmission method in which all the bits in a character are transmitted simultaneously on separate channels  If there is eight bits sent at a time, this will require 8 wires, one for each data bit.  Parallel transmission is obviously faster than serial, because more than one bit is sent at a time.  Parallel transmission is good only for short distances.

Asynchronous transmission  Asynchronous systems send data bytes between the sender and receiver by packaging the data in a frame  One start bit – one or more stop bits  The transmitter and receiver must be preset in advance to an agreed-upon baud rate  Cheap but inefficient – large overhead (20% or more)  Relatively low data rates  Uses: suitable for data transmitted at random intervals (e.g. keyboard to computer) used in the great majority of dial-up connections

For the most common serial protocol, data is sent in small packets of 10 or 11 bits, eight of which constitute message information. When the channel is idle, the signal voltage corresponds to a continuous logic '1'. A data packet always begins with a logic '0' (the start bit) to signal the receiver that a transmission is starting. Following the start bit, eight bits of message data are sent bit by bit at the agreed upon baud rate. The packet is concluded with a parity bit and stop bit. Asynchronous transmission

Synchronous transmission  Arrival time of each bit is predictable  To prevent timing drift the receiver and transmitter clock are synchronized  Clock signal transmitted either: over a separate line or encoded into the data (Manchester, differential Manchester encoding) to allow a single line for both data and clock

Exercise