DIGITAL DATA COMMUNICATION TECHNIQUES

Slides:



Advertisements
Similar presentations
Telecommunication Technologies
Advertisements

Data and Computer Communications Digital Data Communications Techniques.
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.
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:
William Stallings Data and Computer Communications 7th Edition Chapter 6 Digital Data Communications Techniques.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 4 Digital Transmission.
Data Communications Chapter 6 The Data Communications Interface.
Digital Data Communications Techniques Updated: 2/9/2009.
Chapter 8 COMMUNICATION AND COMPUTER NETWORK
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.
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)
Chapter-4/5-1CS331- Fakhry Khellah Term 081 Chapter 4 (Only 4.2 – 4.3) Digital Transmission.
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
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.
7. Peripherals 7.3 Data transmission Computer Studies (AL)
CSC 335 Data Communications and Networking
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.
CE-2810 Dr. Mark L. Hornick 1 Serial Communications Sending and receiving data between devices.
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 IT-402.
Chapter 4. Digital Transmission
DATA COMMUNICATION Lecture-20.
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
RS-232 Communications.
Pemrosesan Data Tersebar
Chapter 4 Digital Transmission
William Stallings Data and Computer Communications 7th Edition
DIGITAL DATA COMMUNICATION TECHNIQUES
DIGITAL DATA COMMUNICATION TECHNIQUES
Asynchronous Serial Communications
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. 5-Dec-18 Networks and Communication Department

Communications Types 5-Dec-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. 5-Dec-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. 5-Dec-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 5-Dec-18 Networks and Communication Department

Transmission Types 5-Dec-18 Networks and Communication Department

Transmission Types 5-Dec-18 Networks and Communication Department

Parallel transmissions: Transfer of one (byte) with all bits are sent at the same time, each using a separate link n wires are used to send n bits at one time Advantage: speed Disadvantage: cost; limited to short distances 5-Dec-18 Networks and Communication Department

Parallel transmissions: 5-Dec-18 Networks and Communication Department

Serial transmissions: Transfer of one (byte) with one bit at a time using only one single link Advantage: reduced cost Disadvantage: requires conversion devices Techniques: Asynchronous Synchronous 5-Dec-18 Networks and Communication Department

Serial transmissions: 5-Dec-18 Networks and Communication Department

Asynchronous Transmission 5-Dec-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 5-Dec-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 5-Dec-18 Networks and Communication Department

Asynchronous Transmission Serial transmissions Requires additional overhead (start/stop bits) Slower Cheap and effective Ideal for low-speed communication when gaps may occur during transmission (ex: keyboard) 5-Dec-18 Networks and Communication Department

Synchronous Transmission 5-Dec-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 5-Dec-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) 5-Dec-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. 5-Dec-18 Networks and Communication Department

Transmissions Types: 5-Dec-18 Networks and Communication Department