DIGITAL DATA COMMUNICATION TECHNIQUES

Slides:



Advertisements
Similar presentations
Telecommunication Technologies
Advertisements

Data and Computer Communications Digital Data Communications Techniques.
Data Communication Topics to be discussed:  Data Communication Terminology.  Data Transmission Signals.  Data Transmission Circuits.  Serial & Parallel.
Assessment 1 Review Network Layers. Computer 1Computer 2 2.
Chapter 8 Data and Network Communication Technology
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 6 – Digital Data Communications Techniques.
CS335 Networking & Network Administration Tuesday, April 6.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 6: Digital Data Communications Techniques.
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)
Network Data Organizational Communications and Technologies Prithvi N. Rao Carnegie Mellon University Web:
Computer Networks and Internets, 5e By Douglas E. Comer
FILES, DATA, AND SIGNALS FILE HAMLET. TXT USER DATA
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 4 Digital Transmission.
Data Communications Chapter 6 The Data Communications Interface.
Chapter 8 COMMUNICATION AND COMPUTER NETWORK
Local Asynchronous Communication
1/26 Chapter 6 Digital Data Communication Techniques.
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.
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.
Computer Communication & Networks Lecture # 05 Physical Layer: Signals & Digital Transmission Nadeem Majeed Choudhary
ECS 152A 4. Communications Techniques. Asynchronous and Synchronous Transmission Timing problems require a mechanism to synchronize the transmitter and.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 6 – Digital Data Communications Techniques.
Data and Computer Communications Chapter 6 – Digital Data Communications Techniques.
Data and Computer Communications by William Stallings Eighth Edition Digital Data Communications Techniques Digital Data Communications Techniques Click.
© 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.
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.
1/30/ :20 PM1 Chapter 6 ─ Digital Data Communication Techniques CSE 3213 Fall 2011.
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 and Computer Communications Eighth & Ninth Edition by William Stallings Chapter 6 – Digital Data Communications Techniques.
Chapter Nine: Data Transmission. Introduction Binary data is transmitted by either by serial or parallel methods Data transmission over long distances.
Data and Computer Communications Digital Data Communications Techniques + Error Control+ Digital Data Communications Techniques + Error Control+Multiplexing.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Muhammad Waseem Iqbal Lecture # 20 Data Communication.
Serial Communications
(1B) Methods of representing and measuring data electronically
William Stallings Data and Computer Communications
Data Communication.
DATA COMMUNICATION Lecture-20.
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.
Pemrosesan Data Tersebar
William Stallings Data and Computer Communications 7th Edition
Lecture 4 Continuation of transmission basics Chapter 3, pages 75-96
DIGITAL DATA COMMUNICATION TECHNIQUES
Asynchronous Serial Communications
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
Multiplexing and Demultiplexing
communications system
Serial Communications
William Stallings Data and Computer Communications
Introduction Communication Modes Transmission Modes
Presentation transcript:

DIGITAL DATA COMMUNICATION TECHNIQUES Networks and Communication Department Chapter 6

Lecture Contents Communication Types: Transmission Types: HDX. FDX. Parallel Serial Synchronous. Asynchronous. 22-Sep-18 Networks and Communication Department

Communications Types 22-Sep-18 Networks and Communication Department

Half Duplex (HDX) : A half-duplex (HDX) system provides communication in both directions, but only one direction at a time (not simultaneously). Typically, once a party begins receiving a signal, it must wait for the transmitter to stop transmitting, before replying. 22-Sep-18 Networks and Communication Department

Full Duplex (FDX) : A full-duplex (FDX) system, or sometimes called double-duplex, allows communication in both directions, and, unlike half-duplex, allows this to happen simultaneously. Land-line telephone networks are full-duplex, since they allow both callers to speak and be heard at the same time. 22-Sep-18 Networks and Communication Department

FDX vs. HDX : There are several benefits to using full-duplex over half-duplex: Firstly, time is not wasted, since no frames need to be retransmitted, as there are no collisions. Secondly, the full data capacity is available in both directions because the send and receive functions are separated. Thirdly, stations (or nodes) do not have to wait until others complete their transmission, since there is only one transmitter for each twisted pair 22-Sep-18 Networks and Communication Department

Transmission Types 22-Sep-18 Networks and Communication Department

Transmission modes Types 22-Sep-18 Networks and Communication Department

Transmission modes can be divided into two fundamental categories: A transmission mode is 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 Parallel — multiple bits are sent at the same time 22-Sep-18 Networks and Communication Department

Parallel transmission Parallel transmission allows transfers of multiple data bits at the same time over separate media. It is used with a wired medium The signals on all wires are synchronized so that a bit travels across each of the wires at precisely the same time n wires are used to send n bits at one time Advantage: speed Disadvantage: cost; limited to short distances 22-Sep-18 Networks and Communication Department

Parallel transmissions: 22-Sep-18 Networks and Communication Department

Serial transmissions: Serial transmission sends one bit at a time. Most communication systems use serial mode, because: serial networks can be extended over long distances at less cost using only one physical wire means that there is never a timing problem caused by one wire being slightly longer than another Advantage: reduced cost Disadvantage: requires conversion devices 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. 22-Sep-18 Networks and Communication Department

Serial transmissions In serial mode, when sending bits, which bit should be sent across the medium first?  Consider an integer: Should a sender transmit the Most Significant Bit (MSB) first? the Least Significant Bit (LSB) first?  Either form can be used, but the sender and receiver must agree.   Serial transmission mechanisms can be divided into two broad categories (depending on how transmissions are spaced in time): Asynchronous transmission can occur at any time Synchronous transmission occurs continuously 22-Sep-18 Networks and Communication Department

Serial transmissions: 22-Sep-18 Networks and Communication Department

Asynchronous Transmission 22-Sep-18 Networks and Communication Department

Asynchronous Transmission Asynchronous transmission allows the physical medium to be idle for an arbitrary amount of time between two transmissions. It is well-suited to applications that generate data at random time intervals. For example: a user typing on a keyboard a user that clicks on a hyperlink   Asynchronous disadvantage: While the medium is idle, a receiver cannot know how long the medium will remain idle before more data arrives. 22-Sep-18 Networks and Communication Department

Asynchronous Transmission Transfer of data with start and stop bits and a variable time interval between data units. Timing is unimportant Start bit alerts receiver that new group of data is arriving. Stop bit alerts receiver that byte is finished. Synchronization achieved through start/stop bits with each byte received. Serial transmissions 22-Sep-18 Networks and Communication Department

Asynchronous Transmission The beginning of a character is signaled by a start bit with a value of binary 0. followed by the 5 to 8 bits that actually make up the character. Then the data bits are usually followed by a parity bit, set by the transmitter ,The receiver uses this bit for error detection. The final element is a stop element, which is a binary 1 Serial transmissions 22-Sep-18 Networks and Communication Department

Asynchronous Transmission characteristics: Serial transmissions Cheap and effective Ideal for low-speed communication when gaps may occur during transmission (ex: keyboard) Asynchronous disadvantage Asynchronous technologies usually require the sender to transmit a few extra bits before each data item: to inform the receiver that a data transfer is starting extra bits (preamble or start bits) allow the receiver to synchronize with the incoming signal Slower 22-Sep-18 Networks and Communication Department

Synchronous Transmission 22-Sep-18 Networks and Communication Department

Synchronous Transmission Serial transmissions Requires constant timing relationship Bit stream is combined into longer frames, possibly containing multiple bytes Any gaps between bursts are filled in with a special sequence of 0s and 1s indicating idle Advantage: speed, no gaps or extra bits more efficient than asynchronous 22-Sep-18 Networks and Communication Department

Synchronous Transmission Serial transmissions block of data transmitted, sent as frames in a steady stream without start and stop codes. clocks must be synchronized can use separate clock line or embed clock signal in data need to indicate start and end of block use preamble and post-amble (flags) 22-Sep-18 Networks and Communication Department

Transmissions Types: In serial transmission a character is converted from parallel to serial form when transmitting and from serial to parallel form when receiving. 22-Sep-18 Networks and Communication Department

Transmissions Types: 22-Sep-18 Networks and Communication Department

References: Chapter 6 ( 6.1) 22-Sep-18 Networks and Communication Department