Lab 4 – Asynchronous communication (Physical Layer)

Slides:



Advertisements
Similar presentations
Framing and Stuffing Advanced Computer Networks. Framing & Stuffing Outline  Synchronous vs Asynchronous Transmissions  Asynchronous Character Transmissions.
Advertisements

Long distance communication Multiplexing  Allow multiple signals to travel through one medium  Types Frequency division multiplexing Synchronous time.
1 Physical Layer: Data Encoding & Transmission. 2 Network Interface Card (NIC) LL in part, PL in total are implemented in NIC –Ethernet card, card,
1/26 Chapter 6 Digital Data Communication Techniques.
Synchronous - Asynchronous Data Transmission. Asynchronous ► The sender and receiver are not Synchronised. ► The sender sends only one character at a.
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.
SEPT, 2005CSI Part 2.2 Protocols and Protocol Layering Robert Probert, SITE, University of Ottawa.
7-Layers of the OSI Model High-Tech Talk - Open Systems Interconnection Heather Boros Net Baker College, 2013.
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.
Chapter 7 Low-Level Protocols
1 Chapter 16 Protocols and Protocol Layering. 2 Protocol  Agreement about communication  Specifies  Format of messages (syntax)  Meaning of messages.
Scott Baker Will Cross Belinda Frieri March 9 th, 2005 Serial Communication Overview ME4447/6405.
Data and Computer Communications
Bit and Framing Errors for Asynchronous Signal Transmissions Department of Computer Science Southern Illinois University Edwardsville Fall, 2013 Dr. Hiroshi.
Data and Computer Communications by William Stallings Eighth Edition Digital Data Communications Techniques Digital Data Communications Techniques Click.
CS3505: DATA LINK LAYER. data link layer  phys. layer subject to errors; not reliable; and only moves information as bits, which alone are not meaningful.
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.
Chapter 2 Network Models
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.
Ch. 6 Digital Data Communication Techniques
Unit 1 Lecture 4.
CSCI 465 Data Communications and Networks Lecture 8 Martin van Bommel CSCI 465 Data Communications and Networks 1.
Chapter 7 Channel organization. Group members  Bilal Ahmed  Mehmal javed  Faisal khan janjua  Harris bashir.
Framing and Stuffing Advanced Computer Networks. Framing & Stuffing Outline  Synchronous vs Asynchronous Transmissions  Asynchronous Character Transmissions.
McGraw-Hill©2003 The McGraw-Hill Companies, Inc. Chapter 6 Physical Layer.
Data and Computer Communications Eighth & Ninth Edition by William Stallings Chapter 6 – Digital Data Communications Techniques.
1 Protocols and Protocol Layering. 2 Protocol Agreement about communication Specifies –Format of messages –Meaning of messages –Rules for exchange –Procedures.
Ch. 6 Digital Data Communication Techniques. 6.1Asynchronous & Synchronous Transmission Asynchronous Transmission: transmission in which each information.
TM Freescale Confidential Proprietary Freescale™ and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names.
+ PPP Protocol. + Outline WAN Data Link Layer protocols Point-to-point serial communications Transmission Synchronization HDLC.
Data and Computer Communications Digital Data Communications Techniques + Error Control+ Digital Data Communications Techniques + Error Control+Multiplexing.
Introduction to TCP/IP. What is TCP/IP? It is a protocol suite Enables computers within a network to communicate with each other Network can be made up.
Serial Communications
(1B) Methods of representing and measuring data electronically
HDLC and PPP.
Basic Communications Model Standards are needed at all Layers
Lab 7 – CSMA/CD (Data Link Layer Layer)
THE OSI MODEL By: Omari Dasent.
DATA COMMUNICATION Lecture-20.
Chap. 2 Network Models.
Wide Area Network.
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.
The OSI 7 Layer Model.
RS-232 Communications.
ISO-OSI Reference Model and IEEE Standards
Understanding the OSI Reference Model
Lab 1 – Synchronous communication (Physical Layer)
IOS Network Model 2nd semester
Chapter 2 Network Models.
DIGITAL DATA COMMUNICATION TECHNIQUES
DIGITAL DATA COMMUNICATION TECHNIQUES
Asynchronous Serial Communications
Telecommunications and Networking
Chapter 2 Network Models.
DIGITAL DATA COMMUNICATION TECHNIQUES
Chapter 2 Network Models.
BASIC TYPE OF DATA TRANSMISSION:
Protocols and Protocol Layering
Chapter 2 Network Models.
Chapter 9 Transmission Modes
communications system
Protocols and Protocol Layering
Networks: Bit and Byte Stuffing
Serial Communications
Communication.
Introduction Communication Modes Transmission Modes
Presentation transcript:

Lab 4 – Asynchronous communication (Physical Layer) MPC8360 Computer Networks I 371-1-0201 Lab 4 – Asynchronous communication (Physical Layer) Semester B, 2010

The Open System Interconnection Reference Model (OSI) Application 1 2 3 4 5 6 7 Presentation Session Transport Network Data Link We Are Still Here (For the last time) Physical

Asynchronous Communication Asynchronous transmission allows data to be transmitted without the sender having to send a clock signal to the receiver. The sender and receiver must agree on timing parameters in advance and special bits are added to each word which are used to synchronize the sending and receiving units.

Asynchronous Serial Communication Asynchronous serial communication uses a special structure called FRAME to transmit data (usually 5 to 8 bits of data) FRAME Start Bit Data0 Data 1 Data2 Data3 Data4 Data5 Data6 Data7 Parity Bit Stop Bit 1 1 1 1 1 Time Voltage 5 -5 Line idle (No transmission)

Asynchronous Serial Communication Asynchronous serial communication uses a special structure called FRAME to transmit data (usually 5 to 8 bits of data) Start Bit Data0 Data 1 Data2 Data3 Data4 Data5 Data6 Data7 Parity Bit Stop Bit Overhead information Channel Utilization = Data bits = 8 = 66% Total bits transmitted 8+4

Asynchronous Serial Communication (Rx) Receiver tries to sample the bit at the middle 0 V -5 V 5 V Sampling window in the middle of the bit

Asynchronous Communication – Pros & Cons Simple, doesn't require synchronization of both communication sides Cheap, timing is not as critical as for synchronous transmission, therefore hardware can be made cheaper Set-up is very fast, so well suited for applications where messages are generated at irregular intervals, for example data entry from the keyboard Large relative overhead, a high proportion of the transmitted bits are uniquely for control purposes and thus carry no useful information

Synchronous Communication – Pros & Cons Lower overhead and thus, greater throughput Slightly more complex Hardware is more expensive

Quick Overview