Chapter 5: Encoding Information must be encoded into signals before it can be transported across communication media Information can be either Digital,

Slides:



Advertisements
Similar presentations
Teknik Enkoding Pertemuan 08 Matakuliah: H0484/Jaringan Komputer Tahun: 2007.
Advertisements

1 Computer Communication & Networks Lecture 6 Physical Layer: Digital Transmission Waleed Ejaz
1 Data Encoding – Chapter 5 (part 1) CSE 3213 Fall /2/2015 9:13 AM.
ICSA 341 (Updated 12/2001) Encoding There are four types of encoding possible. –Digital Encoding of Digital Data –Digital Encoding of Analog Data –Analog.
Computer Networks1 Chapter 4 Digital Transmission.
CSCD 218 : DATA COMMUNICATIONS AND NETWORKING 1
Transmitting digital signals How do we encode digital signals for transmission? How can we interpret those signals?
 Information must be transformed into signals before it can be transformed across the communication media  How this information is transformed depends.
LECTURE 5 CT1303 LAN. DATA ENCODING Digital signal: is a sequence of discrete, discontinuous voltage pulses. Each pulse is a signal element Binary data.
Dr. Paramjeet Singh HoD,Dept. of CSE PTU GZS Campus Bathinda Subject: Computer Networks Topic: Encoding and modulating Punjab EDUSAT Society1.
DIGITAL-TO-DIGITAL CONVERSION
Base-Band Digital Data Transmission Prepared By: Amit Degada. Electronics Engineering Department, Sardar Vallabhbhai National Institute of Technology,
Computer Communication & Networks
© Janice Regan, CMPT 128, CMPT 371 Data Communications and Networking Digital Encoding.
1 Kyung Hee University Digital Transmission. 2 Kyung Hee University 4 장 Digital Transmission 4.1 Line Coding 4.2 Block Coding 4.3 Sampling 4.4 Transmission.
การสื่อสารข้อมูลและเครือข่าย คอมพิวเตอร์ Data Communication and Networks บทที่ 2 พื้นฐานข้อมูลและ สัญญาณ อาจารย์ผู้สอน : ดร. วีรพันธุ์ ศิริฤทธิ์ .
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 4 Digital Transmission.
: Data Communication and Computer Networks
British Computer Society (BCS)
Line Coding Acknowledgments:
Chapter 4 Digital Transmission.
DIGITAL-TO-DIGITAL CONVERSION In this section, we see how we can represent digital data by using digital signals. The conversion involves three.
Kashif BashirWWW.Taleem.greatnow.com Chapter 4 Digital Transmission.
9/12/ Digital Transmisison - Lin 1 CPET/ECET Digital Transmission Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical.
EEC4113 Data Communication & Multimedia System Chapter 2: Baseband Encoding by Muhazam Mustapha, July 2010.
COMMUNICATION SYSTEM EEEB453 Chapter 5 (Part V) DIGITAL TRANSMISSION-LINE ENCODING Intan Shafinaz Mustafa Dept of Electrical Engineering Universiti Tenaga.
4.1 Chapter 4 Digital Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Spring 2007Data Communications, Kwangwoon University4-1 Chapter 4. Digital Transmission 1.Digital-to-Digital Conversion 2.Analog-to-Digital Conversion.
Unit 1 Lecture 6 1. Different Conversion/Transmission Schemes 2 Before we discuss various line coding schemes, let us first have an idea of different.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 4 Digital Transmission.
1 Chapter 5 Encoding. 2 Figure 4-1 Transformation of Information to Signals.
Unit 1 Lecture 7 1. Bipolar Encoding Bipolar encoding, like RZ, uses three voltage levels: positive, negative and zero. Unlike RZ, however, the zero level.
Digital Line Encoding Converting standard logic level to a form more suitable to telephone line transmission. Six factors must be considered when selecting.
CSE 320 Data Communications
Presentation on Line coding technique Given by Mithun Majumdar IT/14/40.
Data Communications and Networking
EE 551/451, Fall, 2006 Communication Systems
What is Line Coding? Mapping of binary information sequence into the digital signal that enters the channel Ex. “1” maps to +A square pulse; “0” to –A.
Chapter 4. Digital Transmission
Introduction to Information Technologies
DATA COMMUNICATION Lecture-14.
Computer Communication & Networks
Encoding and Modulating
DIGITAL TRANSMISSION PART C
Data Conversion Methods
Chapter 4 Digital Transmission.
Chapter 4 Digital Transmission
Lecture 1 Line Encoding 2nd semester
CT1303 LAN Rehab AlFallaj.
Lecture 6: Signal Encoding Techniques
Chapter 4 Digital Transmission.
Dr. Clincy Professor of CS
4. TRANSMISI DIGITAL.
Encoding Prof. Choong Seon HONG.
NET301 Lecture 5 10/18/2015 Lect5 NET301.
NET301 Lecture 5 10/18/2015 Lect5 NET301.
CCE Computer Networks Chapter 5: Encoding Information must be encoded into signals before it can be transported across communication media Information.
Introduction to Information Technologies
Chapter 4 Digital Transmission
Bandlimited (bandpass) signal Bandlimited (bandpass) signal.
NRZ-L: [Non-Return-to-Zero-Level]
Chapter 5. Data Encoding Digital Data, Digital Signals
Lecture 2: Line Encoding 1nd semester By: Adal ALashban.
DATA COMMUNICATION Lecture-15.
Chapter 5 Encoding.
Data Transmission And Digital Communication
EEC4113 Data Communication & Multimedia System Chapter 2: Baseband Encoding by Muhazam Mustapha, September 2012.
CS433 - Data Communication and Computer Networks
Presentation transcript:

Chapter 5: Encoding Information must be encoded into signals before it can be transported across communication media Information can be either Digital, or Analog Signals can be also of two types: Digital CCE 484 - Computer Networks 5/22/2019

Types of Encoding 5/22/2019 CCE 484 - Computer Networks

Digital-to-Digital Encoding CCE 484 - Computer Networks 5/22/2019

Unipolar Uses only one level of value (polarity) Pros: simple and inexpensive Cons: DC component and synchronization 0 1 0 0 1 1 1 CCE 484 - Computer Networks 5/22/2019

Polar Uses two levels of amplitude CCE 484 - Computer Networks 5/22/2019

Non-Return to Zero (NRZ) The level of the signal is always either positive or negative NRZ-Level : the level of the signal is dependent on the state of the bit (ex. +  1 and –  0) NRZ-Inverted: The signal is inverted if a 1 is encountered Less DC-component and more synchronization than Unipolar CCE 484 - Computer Networks 5/22/2019

NRZ 0 1 0 0 1 1 1 0 NRZ-L NRZ-I CCE 484 - Computer Networks 5/22/2019

Return to Zero (RZ) Uses three signal values: positive, zero, and negative There is a signal change for each bit (negative-to-zero for 0 and positive-to-zero for 1 Excellent synchronization Disadvantage: It needs more bandwidth since two signal changes per bit CCE 484 - Computer Networks 5/22/2019

RZ 0 1 0 0 1 1 1 0 CCE 484 - Computer Networks 5/22/2019

Biphase Manchester: negative-to-positive transition represents 1 and a positive-to-negative transition represents 0. Transition at the middle of the bit is used for both synchronization and bit representation. Differential Manchester: a transition means 0 and no transition means 1. Transition at the middle of the bit is used only for synchronization. Bit representation is shown by the inversion or noninversion at the beginning of the bit. CCE 484 - Computer Networks 5/22/2019

Biphase 0 1 0 0 1 1 1 0 Manchester Differential Manchester 0 1 0 0 1 1 1 0 Manchester Differential Manchester CCE 484 - Computer Networks 5/22/2019

Bipolar Uses three signal levels: positive, zero, and negative Zero level represents binary 0 Positive and negative levels represent alternating 1s CCE 484 - Computer Networks 5/22/2019

Bipolar Encoding Bipolar AMI B8ZS HDB3 CCE 484 - Computer Networks 5/22/2019

Alternate Mark Inversion (AMI) Zero voltage represents binary 0. Binary 1s are represented by alternating positive and negative signals. 0 1 0 0 1 1 1 0 CCE 484 - Computer Networks 5/22/2019

Bipolar 8-Zero Substitution (8BZS) A convention adopted in North America to provide synchronization of long string of 0s If eight or more consecutive 0s are encountered, enforce violations to the bipolar coding as follows: if the previous polarity is positive: 000+-0-+ if the previous polarity is negative: 000-+0+- CCE 484 - Computer Networks 5/22/2019

High-Density Bipolar 3 (HDB3) Adopted in Europe and Japan. + 0 0 0 0 - 0 0 0 0 + 0 0 0 + - 0 0 0 - Number of 1s since last substitution is odd + 0 0 0 0 - 0 0 0 0 + - 0 0 - - + 0 0 + Number of 1s since last substitution is even CCE 484 - Computer Networks 5/22/2019