Error Detection And Correction

13
Error Detection and Correction Basic concepts Basic concepts Networks must be able to transfer data from one device to another with complete accuracy. Data can be corrupted during transmission. For reliable communication, errors must be detected and corrected. Error detection and correction are implemented either at the data link layer or the transport layer of the OSI model.

Transcript of Error Detection And Correction

Page 1: Error Detection And Correction

Error Detectionand Correction Basic conceptsBasic concepts

Networks must be able to transfer data from one device to another with complete accuracy.

Data can be corrupted during transmission. For reliable communication, errors must be

detected and corrected. Error detection and correction are

implemented either at the data link layer or the transport layer of the OSI model.

Page 2: Error Detection And Correction

Types of Errors

Page 3: Error Detection And Correction

Single-bit error

Page 4: Error Detection And Correction

Burst error

Page 5: Error Detection And Correction
Page 6: Error Detection And Correction

The term burst errorburst error means that two or more bits in the data unit have changed from 1 to 0 or from 0 to 1.

Page 7: Error Detection And Correction

Error detectionError detection

Error detection means to decide whether the received data is correct or not without having a copy of the original message.

Error detection uses the concept of redundancy, which means adding extra bits for detecting errors at the destination.

Page 8: Error Detection And Correction

Redundancy

Page 9: Error Detection And Correction

Four types of redundancy checks are usedFour types of redundancy checks are used in data communicationsin data communications

Page 10: Error Detection And Correction

Vertical Redundancy CheckVRC

Page 11: Error Detection And Correction

PerformancePerformance

It can detect single bit errorIt can detect burst errors only if the total number of

errors is odd.

Page 12: Error Detection And Correction

Cyclic Redundancy CheckCRC

Page 13: Error Detection And Correction

Binary DivisionXOR 0 0 00 1 11 0 11 1 0