McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Data Link Layer PART III.

Slides:



Advertisements
Similar presentations
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Data Link Layer PART III.
Advertisements

10.1 Chapter 10 Error Detection and Correction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Introduction to Information Technologies
Chapter 10 Error Detection and Correction
PART III DATA LINK LAYER. Position of the Data-Link Layer.
The Data Link Layer Chapter 3. Position of the data-link layer.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 expanded by Jozef Goetz PART III.
Error Detection and Correction
Chapter 10 Error Detection and Correction
Rutvi Shah1 ERROR CORRECTION & ERROR DETECTION Rutvi Shah2 Data can be corrupted during transmission. For reliable communication, errors must be detected.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 PART III: DATA LINK LAYER ERROR DETECTION AND CORRECTION 7.1 Chapter 10.
Shashank Srivastava Motilal Nehru National Institute Of Technology, Allahabad Error Detection and Correction : Data Link Layer.
William Stallings Data and Computer Communications 7th Edition
1 Kyung Hee University Data Link Layer PART III. 2 Kyung Hee University Position of the data-link layer.
1 Data Link Layer Lecture 20 Imran Ahmed University of Management & Technology.
PART III DATA LINK LAYER. Position of the Data-Link Layer.
Datornätverk A – lektion 7 Forts. Kapitel 9: SDH och SONET. Kapitel 10: Felhantering.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Data Link Layer PART III.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Data Link Layer PART III.
British Computer Society
CIT 307 Online Data Communications Error Detection Module 11 Kevin Siminski, Instructor.
10.1 Chapter 10 Error Detection and Correction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Data Link Layer: Error Detection and Correction
Data and Computer Communications by William Stallings Eighth Edition Digital Data Communications Techniques Digital Data Communications Techniques Click.
Cyclic Redundancy Check CRC Chapter CYCLIC CODES Cyclic codes are special linear block codes with one extra property. In a cyclic code, if a codeword.
Unit 5 Lecture 2 Error Control Error Detection & Error Correction.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Data Link Layer PART III.
Error Detection and Correction
PREPARED BY: ENGR. JO-ANN C. VIÑAS
10/27/ Data Link Layer - Lin 1 CPET/ECET Data Link Layer Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical.
Overview All data can be corrupted, for reliable communications we must be able to detect and correct errors implemented at the data link and transport.
Lecture 5 Checksum. 10.2CHECKSUM Checksum is an error-detecting technique that can be applied to a message of any length. In the Internet, the checksum.
Error Detection and Correction
Computer Communication & Networks Lecture 9 Datalink Layer: Error Detection Waleed Ejaz
Lecture Focus: Data Communications and Networking  Data Link Layer  Error Control Lecture 19 CSCS 311.
Error Detection.
10.1 Chapter 10 Error Detection and Correction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
10.1 Chapter 10 Error Detection and Correction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 PART III: DATA LINK LAYER ERROR DETECTION AND CORRECTION 7.1 Chapter 10.
1 Kyung Hee University Error Detection and Correction.
10.1 Chapter 10 Error Detection and Correction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
10.1 Chapter 10 Error Detection and Correction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Part III: Data Link Layer Error Detection and Correction
Data Link Layer 1. 2 Single-bit error 3 Multiple-bit error 4.
Chi-Cheng Lin, Winona State University CS412 Introduction to Computer Networking & Telecommunication Error Correction/Detection.
ERROR DETECTION AND CORRECTION Chapter 8 Data Communications & Networking ERROR DETECTION AND CORRECTION Chapter 8 First Semester 2007/2008.
10.1 Types of Errors 10.2 Detection 10.3 Error Correction.
ERROR DETECTION AND CORRECTION
Data Link Layer.
Part III. Data Link Layer
DATA COMMUNICATION AND NETWORKINGS
CIS 321 Data Communications & Networking
Part III Datalink Layer 10.
Data Link Layer.
Error Detection Bit Error Rate(BER): It is the ratio of number Ne of errors appearing over a certain time interval t to the number Nt of 1 and 0 pulses.
Packetizing Error Detection
Packetizing Error Detection
PART III Data Link Layer.
Basic concepts Networks must be able to transfer data from one device to another with complete accuracy. Data can be corrupted during transmission. For.
Chapter 7 Error Detection and Correction
Chapter 9 Error Detection and Correction
Packetizing Error Detection
DATA COMMUNICATION Lecture-33.
Datornätverk A – lektion 7
Chapter 9 Error Detection and Correction
Error Detection and Correction
Error Detection and Correction
DATA COMMUNICATION Lecture-34.
Data Link Layer. Position of the data-link layer.
Presentation transcript:

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Data Link Layer PART III

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Data link layer duties

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 10 Error Detection and Correction

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Data can be corrupted during transmission. For reliable communication, errors must be detected and corrected. Note:

McGraw-Hill©The McGraw-Hill Companies, Inc., Types of Error Single-Bit Error Burst Error

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 In a single-bit error, only one bit in the data unit has changed. Note:

McGraw-Hill©The McGraw-Hill Companies, Inc., Single-bit error

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 A burst error means that 2 or more bits in the data unit have changed. Note:

McGraw-Hill©The McGraw-Hill Companies, Inc., Burst error of length 5

McGraw-Hill©The McGraw-Hill Companies, Inc., Detection Redundancy Parity Check Cyclic Redundancy Check (CRC) Checksum

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Error detection uses the concept of redundancy, which means adding extra bits for detecting errors at the destination. Note:

McGraw-Hill©The McGraw-Hill Companies, Inc., Redundancy

McGraw-Hill©The McGraw-Hill Companies, Inc., Detection methods

McGraw-Hill©The McGraw-Hill Companies, Inc., Even-parity concept

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 In parity check, a parity bit is added to every data unit so that the total number of 1s is even (or odd for odd-parity). Note:

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Example 1 Suppose the sender wants to send the word world. In ASCII the five characters are coded as The following shows the actual bits sent

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Example 2 Now suppose the word world in Example 1 is received by the receiver without being corrupted in transmission The receiver counts the 1s in each character and comes up with even numbers (6, 6, 4, 4, 4). The data are accepted.

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Example 3 Now suppose the word world in Example 1 is corrupted during transmission The receiver counts the 1s in each character and comes up with even and odd numbers (7, 6, 5, 4, 4). The receiver knows that the data are corrupted, discards them, and asks for retransmission.

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Simple parity check can detect all single-bit errors. It can detect burst errors only if the total number of errors in each data unit is odd. Note:

McGraw-Hill©The McGraw-Hill Companies, Inc., Two-dimensional parity

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Example 4 Suppose the following block is sent: However, it is hit by a burst noise of length 8, and some bits are corrupted When the receiver checks the parity bits, some of the bits do not follow the even-parity rule and the whole block is discarded

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 In two-dimensional parity check, a block of bits is divided into rows and a redundant row of bits is added to the whole block. Note:

McGraw-Hill©The McGraw-Hill Companies, Inc., CRC generator and checker

McGraw-Hill©The McGraw-Hill Companies, Inc., Binary division in a CRC generator

McGraw-Hill©The McGraw-Hill Companies, Inc., Binary division in CRC checker

McGraw-Hill©The McGraw-Hill Companies, Inc., A polynomial

McGraw-Hill©The McGraw-Hill Companies, Inc., A polynomial representing a divisor

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Table 10.1 Standard polynomials NamePolynomialApplication CRC-8x 8 + x 2 + x + 1ATM header CRC-10x 10 + x 9 + x 5 + x 4 + x 2 + 1ATM AAL ITU-16x 16 + x 12 + x 5 + 1HDLC ITU-32 x 32 + x 26 + x 23 + x 22 + x 16 + x 12 + x 11 + x 10 + x 8 + x 7 + x 5 + x 4 + x 2 + x + 1 LANs

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Example 5 It is obvious that we cannot choose x (binary 10) or x 2 + x (binary 110) as the polynomial because both are divisible by x. However, we can choose x + 1 (binary 11) because it is not divisible by x, but is divisible by x + 1. We can also choose x (binary 101) because it is divisible by x + 1 (binary division).

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Example 6 The CRC-12 x 12 + x 11 + x 3 + x + 1 which has a degree of 12, will detect all burst errors affecting an odd number of bits, will detect all burst errors with a length less than or equal to 12, and will detect, percent of the time, burst errors with a length of 12 or more.

McGraw-Hill©The McGraw-Hill Companies, Inc., Checksum

McGraw-Hill©The McGraw-Hill Companies, Inc., Data unit and checksum

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 The sender follows these steps: The unit is divided into k sections, each of n bits.The unit is divided into k sections, each of n bits. All sections are added using one’s complement to get the sum.All sections are added using one’s complement to get the sum. The sum is complemented and becomes the checksum.The sum is complemented and becomes the checksum. The checksum is sent with the data.The checksum is sent with the data. Note:

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 The receiver follows these steps: The unit is divided into k sections, each of n bits.The unit is divided into k sections, each of n bits. All sections are added using one’s complement to get the sum.All sections are added using one’s complement to get the sum. The sum is complemented.The sum is complemented. If the result is zero, the data are accepted: otherwise, rejected.If the result is zero, the data are accepted: otherwise, rejected. Note:

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Example 7 Suppose the following block of 16 bits is to be sent using a checksum of 8 bits The numbers are added using one’s complement Sum Checksum The pattern sent is

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Example 8 Now suppose the receiver receives the pattern sent in Example 7 and there is no error When the receiver adds the three sections, it will get all 1s, which, after complementing, is all 0s and shows that there is no error Sum Complement means that the pattern is OK.

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Example 9 Now suppose there is a burst error of length 5 that affects 4 bits When the receiver adds the three sections, it gets Partial Sum Carry 1 Sum Complement the pattern is corrupted.

McGraw-Hill©The McGraw-Hill Companies, Inc., Correction Retransmission Forward Error Correction Burst Error Correction

McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Table 10.2 Data and redundancy bits Number of data bits m Number of redundancy bits r Total bits m + r

McGraw-Hill©The McGraw-Hill Companies, Inc., Positions of redundancy bits in Hamming code

McGraw-Hill©The McGraw-Hill Companies, Inc., Redundancy bits calculation

McGraw-Hill©The McGraw-Hill Companies, Inc., Example of redundancy bit calculation

McGraw-Hill©The McGraw-Hill Companies, Inc., Error detection using Hamming code

McGraw-Hill©The McGraw-Hill Companies, Inc., Burst error correction example