7 - Data Link Layer
7 - Data Link Layer
2
Single-bit error
A burst error means that 2 or more bits in the data unit have
changed.
4
Example:
5
Error detection
6
Redundancy
7
Detection methods
8
Vertical Redundancy Check (VRC)
9
Longitudinal Redundancy Check (LRC)
If two bits in one data units are damaged and two bits in
exactly the same positions in another data unit are also
damaged, the LRC checker will not detect an error.
Eg. Two data units are 11110000 and 11000011. If the first and
last bits in each of them is changed. The data units are
01110001 and 01000010 and error cant be detected.
10
LRC
11
VRC and LRC
12
Checksum
13
At the sender
14
At the receiver
15
16
17
18
Cyclic Redundancy Check (CRC)
19
Cyclic Redundancy Check
20
Binary Division
21
Binary Division
22
Error Correction
23
Hamming Distance
The hamming distance can easily be found if we apply XOR operation and
count the number of 1.
Bennett University 24
Hamming Code
25
Hamming Code
26
Hamming Code
27
Hamming Code
28
Example of Hamming Code
29
Single-bit error
30
Error Detection
31