CT1303 LAN Rehab AlFallaj.

Slides:



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

4.1 Chapter 4 Digital Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Data and Computer Communications
1 Data Encoding – Chapter 5 (part 1) CSE 3213 Fall /2/2015 9:13 AM.
Chapter 5 – Signal Encoding and Modulation Techniques
EE 4272Spring, 2003 Chapter 5 Data Encoding Data Transmission Digital data, digital signal Analog data, digital signal: e.g., voice, and video are often.
CSCD 218 : DATA COMMUNICATIONS AND NETWORKING 1
William Stallings Data and Computer Communications 7th Edition
Signal Encoding Lesson 05 NETS2150/2850
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 4 Digital Transmission.
 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.
DIGITAL-TO-DIGITAL CONVERSION
Base-Band Digital Data Transmission Prepared By: Amit Degada. Electronics Engineering Department, Sardar Vallabhbhai National Institute of Technology,
EE 3220: Digital Communication Dr. Hassan Yousif Ahmed Department of Electrical Engineering College of Engineering at Wadi Aldwasser Slman bin Abdulaziz.
Data Communications Chapter 5 Data Encoding.
Computer Communication & Networks
© Janice Regan, CMPT 128, CMPT 371 Data Communications and Networking Digital Encoding.
Computer Communication & Networks Lecture # 05 Physical Layer: Signals & Digital Transmission Nadeem Majeed Choudhary
Multi Level, Multi Transition & Block Codes
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.
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.
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.
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.
Prof. Hosny Ibrahim Lecture 5. Data Communication IT 221 By: Prof. Hosny M. Ibrahim 2.
Line Coding and Binary Keying Modulation
1 Chapter 5 Encoding. 2 Figure 4-1 Transformation of Information to Signals.
Digital Line Encoding Converting standard logic level to a form more suitable to telephone line transmission. Six factors must be considered when selecting.
Signal Encoding Techniques Ir. Hary Nugroho MT.. Data Transmission.
Data and Computer Communications Tenth Edition by William Stallings Data and Computer Communications, Tenth Edition by William Stallings, (c) Pearson Education,
Signal Encoding Techniques. Digital Data, Digital Signal  Digital signal discrete, discontinuous voltage pulses discrete, discontinuous voltage pulses.
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
Data Encoding Data Encoding refers the various techniques of impressing data (0,1) or information on an electrical, electromagnetic or optical signal that.
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
Computer Communication & Networks
DIGITAL MODULATION AND MULTIPLEXING
DIGITAL TRANSMISSION PART C
Data Conversion Methods
Chapter 4 Digital Transmission.
Chapter 4 Digital Transmission
Data Encoding Data Encoding refers the various techniques of impressing data (0,1) or information on an electrical, electromagnetic or optical signal that.
Physical Layer – Part 2 Data Encoding Techniques
Lecture 1 Line Encoding 2nd semester
Lecture 6: Signal Encoding Techniques
Chapter 4 Digital Transmission.
Dr. Clincy Professor of CS
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.
Chapter 4 Digital Transmission
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.
Physical Layer – Part 2 Data Encoding Techniques
Data Transmission And Digital Communication
EEC4113 Data Communication & Multimedia System Chapter 2: Baseband Encoding by Muhazam Mustapha, September 2012.
Chapter 5: Encoding Information must be encoded into signals before it can be transported across communication media Information can be either Digital,
CS433 - Data Communication and Computer Networks
Chapter 4 Digital Transmission
Presentation transcript:

CT1303 LAN Rehab AlFallaj

Data encoding Digital signal: Bit interval: Line Coding: is a sequence of discrete, discontinuous voltage pulses. Bit interval: The time required to send one signal bit. Line Coding: The process of converting binary data, sequence of bits, to a digital signal.

Digital encoding techniques Polar signal: Polar Signal has 2 voltage levels, one positive and one negative Unipolar signal: UniPolar signal has only 1 voltage level. BiPolar signal: Bibolar signal has 3 voltage levels, positive, negative and zero. Biphase Signal: Biphase signal voltage changers during bit transmission time (bit interval).

NonReturn to Zero level NRZ-L A type of polar signal. The level of the signal depends on the type of bit it represents. A positive voltage: the bit is a 0. A negative voltage: the bit is a1. A problem can occur when the data contain a long stream of 0s or 1s. The receiver receives a continuous voltage and determines how many bits are sent by relying on its clock, which may or my not be synchronized with the sender clock. No synchronization provided.

NonReturn to Zero Invert NRZ-I An inversion of the voltage level represents a 1 bit. It is the transmission between a positive and negative voltage, not the voltage itself, that represents a 1 bit. A 0 is represented by no change. Provide synchronization.

Alternatie Mark Inversion- AMI BiPolar encoding. Mark : comes from telegraphy means and means 1. AMI: alternate 1 inversion. A natural 0 voltage represents binary 0, Binary 1s are represented by alternating positive and negative voltage. Can NOT provide synchronization if sequence of 0s are sent.

AMI

Manchester A Biphase encoding technique. Manchester encoding uses an inversion at the middle of each bit interval for both synchronization and bit represent. A negative to positive transmission represent binary 1. A positive to negative transmission represents binary 0. Bit transmitted are less than signals. A large Frequency bandwidth is needed.

Manchester

Differential Manchester A Biphase encoding technique. The inversion at the middle of the bit interval is used for synchronization. The presence or absence of an additional transition at the beginning of the interval is used to identify the bit. A transition means binary 0. No transition means binary 1. 2 signal changes to represent binary 0, but only one to represent binary 1

Differential manchester

Scrambled codes Similar to AMI but used as an improvement of AMI; better synchronization. Replace every sequence of 8 bits of 0s with a special codes in the American systems and replace a sequence of 4 bits of 0s with a special codes in the European systems . Receiver replace the special codes with the sequence of 0s when receiver recognizes the code.

Block coding To improve the performance of line coding. Some kind of redundancy are needed to ensure synchronization. Additional bits are included to detects errors.

Block coding: 4B\5B Used in fiber optics LANs Division: Substitution: The sequence of bits are divided into groups of m bits. Ex: in 4B\5B block coding, the original bit sequence is divided into 4-bit groups Substitution: M bits code are substituted for n bits group. Ex: in 4B\5B block coding, 5 bits will substitute the 4 bits group. 4 bits codes = 2^4 = 16 possible codes 5 bits codes = 2^5 = 32 possible codes

Block coding : 4B\5B Line coding: Choosing process of 5 bits codes are based on strategies and policies that ensures and helps in synchronization and error detection. No more than 3 consecutives 0s or 1s. No more than 1 leading 0 and no more than 2 trailing 0s. If one or more of the bits in the block is changed in such a way that one of the unused codes is received ,the receiver can easily detect the error Line coding: NRZ-I are used for line encoding.

Block coding : 8B\10B Used in highly speed LANs. Better in synchronization. Better in error detection. Better effective of transmission. BUT: the required bandwidth is increased in 4B\5B and 8B\10B.

Block coding : 8B\6T Used in fast Ethernet LANs. Division of bits into 8 bits groups. Substitute 8 bit groups with a 6 symbol code. Each symbol is ternary; having 1 of 3 signal levels. Each block of 8 bits data is encoded as units of ternary signals ( +1, 0 , -1 V)