BASIC TYPE OF DATA TRANSMISSION:

Slides:



Advertisements
Similar presentations
Data Communication Topics to be discussed:  Data Communication Terminology.  Data Transmission Signals.  Data Transmission Circuits.  Serial & Parallel.
Advertisements

1 Fall 2005 Local Serial Asynchronous Communication Qutaibah Malluhi Computer Science and Engineering Qatar University.
A-Level Computing#BristolMet Session Objectives#11 MUST identify the hardware required to connect to the Internet SHOULD describe how data is transmitted.
CS335 Networking & Network Administration Tuesday, April 6.
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.
Chapter 8 COMMUNICATION AND COMPUTER NETWORK
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.
PC 232 Serial Ports Ports –Connectors at back of PC –Plus related internal electronics to send/receive PC 232 Serial Port –Follows EIA/TIA 232 standards.
Technology Training that Works Hands of Data Communications, Networking & TCP/IP Troubleshooting.
Computer Architecture Lecture 08 Fasih ur Rehman.
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
Transmission Modes Serial Transmission  One bit is transmitted on a circuit at a time  Usually there is one transmit circuit and one receive circuit.
Simplex, Half Duplex & Duplex Serial & Parallel transmission Synchronous & Asynchronous Bit & Baud Rate.
CHAPTER 5 I/O PRINCIPLE Understand the principles of System Bus
Chapter-4/5-1CS331- Fakhry Khellah Term 081 Chapter 4 (Only 4.2 – 4.3) Digital Transmission.
Media for Transmitting Data. Optical Communications Description of optical communications: –They use light as a carrier of information (as opposed to.
Scott Baker Will Cross Belinda Frieri March 9 th, 2005 Serial Communication Overview ME4447/6405.
DEVICES AND COMMUNICATION BUSES FOR DEVICES NETWORK
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.
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.
Data Transmission and Networks Modes of Data Transmission.
1 Business Telecommunications Data and Computer Communications Chapter 6 The Data Communications Interface.
Data Communication & Networking. Data communication Not to be confused with telecommunication –Any process that permits the passage from a sender to one.
Synchronous vs asynchornous communication. What is a USART A USART (Universal Synchronous/Asynchronous Receiver/Transmitter) is a microchip that facilitates.
CE-2810 Dr. Mark L. Hornick 1 Serial Communications Sending and receiving data between devices.
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
Types of format of data transfer
(1B) Methods of representing and measuring data electronically
William Stallings Data and Computer Communications
PORTS Socket for external devices to connect to the system unit.
6.1 Communication Methods
DATA COMMUNICATION Lecture-20.
Input/Output and Communication
Data Transmission and Networks
I/O Memory Interface Topics:
Serial I/O and Data Communication.
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.
Pemrosesan Data Tersebar
E3165 DIGITAL ELECTRONIC SYSTEM
DIGITAL DATA COMMUNICATION TECHNIQUES
Telecommunication II.
Lab 4 – Asynchronous communication (Physical Layer)
DIGITAL DATA COMMUNICATION TECHNIQUES
Asynchronous Serial Communications
Serial Communication Interface: Using 8251
Serial Communication Interface
Physical Layer Digital Signals Lecture 5.
DIGITAL DATA COMMUNICATION TECHNIQUES
Chapter Nine: Data Transmission
Chapter 2 Transmission Basics.
Data Communication.
Chapter 9 Transmission Modes
Basics of Telecommunications and Networks
communications system
Serial Communications
William Stallings Data and Computer Communications
William Stallings Computer Organization and Architecture
Introduction Communication Modes Transmission Modes
Presentation transcript:

BASIC TYPE OF DATA TRANSMISSION: Parallel transmission Serial transmission 1. PARALELL TRANSMISSION:         Within a computing or communication on device the distance between different sub units are too short. Thus it is normal practice to transfer data between sub units using a separate wire to carry each bit of data. There are multiple wires connecting each sub units and data is exchange using a parallel transfer mode / transmission mode. A=01000001

In parallel transmission all the bits of data are transmitted simultaneously or separate communication wire. Or a bits of one group are transmitted with each clock plus from one device to either multiple bits are send with each clock plus.   ADDVANTAGES OF PARALELL TRANMISSION: These are speedily. Bits are transfer from one device to another device in a short time. Because there are multiple wires connecting each sub units and data is exchange using a parallel transmission. DISADVANTAGES OF PARALLEL TRANSMISSION: These are very costly because there are multiple wires connecting each sub units and data is exchange using a parallel transfer mode. 2 SERIAL TRANSMISSION:

2 SERIAL TRANSMISSION: When transfer data between two physical separate devices especially if the separation is more than a few km for reason of cost it is more economical to use a signal pair of nice. Data is transmitted as a signal bit at a time using a fix time interval for each bit this mode of transmission is known as serial transmission. TYPE OF SERIAL TRANSMISSION: There are two type of serial transmission. Synchronous Asynchronous There are both this transmission use bit synchronization. 1. SYNCHRONOUS: Bit synchronization is a function that is required to determine. When the begin and end of the data transmission accurse bit synchronization help the receiving computer to know when data begin and end during a transmission. Therefore bit synchronization provides timing controls.

2 ASYNCHRONOUS: Asynchronous transmission send only 1 character at a time where a character is either a letter of the alphabets or number or controls character it sends one bit of data at a time bit synchronization between two devices is made possible using start bit and stop bit. START BIT: Candidates the begging of data alert the receiver to the arrival of new group of bits a start bit usually 0 is added to the begging of each bit. STOP BIT: candidates the end of data to let the receiver new data is 1 bit is finished one or more additional bits are appended to the end of the bit. These bits usually are called stop bits. 1 0100001 Stop bit Data Start bit ADDVANTAGES OF SERAIL TRANMISSION: These are very slow speed. DISADVANTAGES OF PARALLEL TRANSMISSION: These are very cheap less.