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.

Slides:



Advertisements
Similar presentations
1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints Adapted from the notes By Lami Kaya, © 2009 Pearson Education.
Advertisements

Data Communication Topics to be discussed:  Data Communication Terminology.  Data Transmission Signals.  Data Transmission Circuits.  Serial & Parallel.
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
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 Modes Different ways of characterizing the transmission.
Transmission Characteristics 1. Introduction (Information Interchange codes) 2. Asynchronous and Synchronous Transmissions 3. Error detection (bit errors)
CSCI 4550/8556 Computer Networks Comer, Chapter 5: Local Asynchronous Communication (RS-232)
Computer Networks and Internets, 5e By Douglas E. Comer
Transmission Modes Different ways of characterizing the transmission.
Data Communications Chapter 6 The Data Communications Interface.
Chapter 8 COMMUNICATION AND COMPUTER NETWORK
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.
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
Chapter 2 Basic Communication Theory Basic Communications Theory w Understand the basic transmission theory, and figure out the maximum data rate. w.
Simplex, Half Duplex & Duplex Serial & Parallel transmission Synchronous & Asynchronous Bit & Baud Rate.
Chapter-4/5-1CS331- Fakhry Khellah Term 081 Chapter 4 (Only 4.2 – 4.3) Digital Transmission.
DATA COMM & COMPUTER NETWORKING. Data Communications..  are the exchange of data between two devices via some  form of transmission medium such as a.
Integrity in Data Communications Packets, Frames and Error Detection.
ECS 152A 4. Communications Techniques. Asynchronous and Synchronous Transmission Timing problems require a mechanism to synchronize the transmitter and.
Computer Networks with Internet Technology William Stallings
Digital Transmission. 2 A Taxonomy of Transmission Modes Defn: A transmission mode is the manner in which data is sent over the underlying medium Transmission.
© 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints.
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.
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.
FUNDAMENTALS OF NETWORKING
Chapter 7 Channel organization. Group members  Bilal Ahmed  Mehmal javed  Faisal khan janjua  Harris bashir.
Data Transmission and Networks Modes of Data Transmission.
© 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints.
CSE, IT– III SEM Course Name-DAC Topic- Communication modes.
Data Communication & Networking. Data communication Not to be confused with telecommunication –Any process that permits the passage from a sender to one.
The Concept of Universal Service
William Stallings Data and Computer Communications 7th Edition
Serial Communications
A Taxonomy of Mechanisms for Multi-Access
(1B) Methods of representing and measuring data electronically
William Stallings Data and Computer Communications
Data Communication.
The Concept of Multiplexing
Circuit Switching Circuit switching refers to a communication mechanism that establishes a path between a sender and receiver with guaranteed isolation.
Chapter 3 Internet Applications and Network Programming
Data Transmission Keep errors to an acceptable low probability
The Three Main Sources of Transmission Errors
Data Transmission and Networks
Serial I/O and Data Communication.
Pemrosesan Data Tersebar
Local Asynchronous Communication (RS-232)
William Stallings Data and Computer Communications 7th Edition
DIGITAL DATA COMMUNICATION TECHNIQUES
DIGITAL DATA COMMUNICATION TECHNIQUES
Asynchronous Serial Communications
William Stallings Data and Computer Communications 7th Edition
William Stallings Data and Computer Communications 7th Edition
Physical Layer Digital Signals Lecture 5.
DIGITAL DATA COMMUNICATION TECHNIQUES
Chapter Nine: Data Transmission
Data Communication.
BASIC TYPE OF DATA TRANSMISSION:
Chapter 6 Transmission of Digital Data Interfaces and Modems
Chapter 9 Transmission Modes
communications system
1.2.1 Data transmission.
Serial Communications
William Stallings Data and Computer Communications
Introduction Communication Modes Transmission Modes
Presentation transcript:

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 into two fundamental categories: Serial — one bit is sent at a time Serial transmission is further categorized according to timing of transmissions Parallel — multiple bits are sent at the same time Figure 9.1 gives an overall taxonomy of the transmission modes discussed in the chapter © 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.

Transmission Modes © 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.

Parallel Transmission A parallel mode of transmission has two chief advantages: High speed: it can send N bits at the same time a parallel interface can operate N times faster than an equivalent serial interface Match to underlying hardware: Internally, computer and communication hardware uses parallel circuitry a parallel interface matches the internal hardware well © 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.

Serial Transmission Serial transmission sends one bit at a time It may seem that anyone would choose parallel transmission for high speeds However, most communication systems use serial mode There are two main reasons (advantages) First, serial networks can be extended over long distances at much less cost Second, using only one physical wire means that there is never a timing problem caused by one wire being slightly longer than another Sender and receiver must contain a hardware that converts data from the parallel form used in the device to the serial form used on the wire Figure 9.3 illustrates the configuration © 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.

Timing of Serial Transmission Serial transmission mechanisms can be divided into three broad categories (depending on how transmissions are spaced in time): Asynchronous transmission can occur at any time with an arbitrary delay between the transmission of two data items Synchronous transmission occurs continuously with no gap between the transmission of two data items Isochronous transmission occurs at regular intervals with a fixed gap between the transmission of two data items © 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.

Asynchronous Transmission It is asynchronous if the system allows the physical medium to be idle for an arbitrary time between two transmissions The asynchronous style of communication is well-suited to applications that generate data at random (e.g., a user typing on a keyboard or a user that clicks on a link) © 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.

Asynchronous Transmission The disadvantage of asynchrony arises from the lack of coordination between sender and receiver While the medium is idle, a receiver cannot know how long the medium will remain idle before more data arrives Asynchronous technologies usually arrange for a sender to transmit a few extra bits before each data item to inform the receiver that a data transfer is starting extra bits allow the receiver to synchronize with the incoming signal the extra bits are known as a preamble or start bits © 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.

Synchronous Transmission A synchronous mechanism transmits bits of data continually with no idle time between bits after transmitting the final bit of one data byte, the sender transmits a bit of the next data byte The sender and receiver constantly remain synchronized which means less synchronization overhead Compare the 8-bit characters on an asynchronous system as illustrated in Figure 9.5 and a synchronous system as illustrated in Figure 9.6 © 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.

Bytes, Blocks, and Frames If the underlying synchronous mechanism must send bits continually What happens if a sender does not have data ready to send at all times? The answer lies in a technique known as framing: an interface is added to a synchronous mechanism that accepts and delivers a block of bytes known as a frame To insure that the sender and receiver stay synchronized a frame starts with a special sequence of bits Most synchronous systems include an idle sequence (or idle byte) that is transmitted when the sender has no data to send Figure 9.7 illustrates the concept © 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.

Isochronous Transmission is designed to provide steady bit flow for multimedia applications Delivering such data at a steady rate is essential because variations in delay known as jitter can disrupt reception (cause clicks in audio/make video freeze for a short time) © 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.

Simplex, Half-Duplex, and Full-Duplex Transmission A communications channel is classified as one of three types: (depending on the direction of transfer) Simplex Full-Duplex Half-Duplex Simplex: a simplex mechanism can only transfer data in a single direction It is analogous to broadcast radio or television Figure 9.8a illustrates simplex communication Full-Duplex: allows transmission in two directions simultaneously It is analogous to a voice telephone conversation in which a participant can speak even if they are able to hear background music at the other end Figure 9.8b illustrates the concept © 2009 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.