10 error detectio9n and correction Flashcards

1
Q

types of error

A

Single bit Error : Means that only 1 bit of a given data unit is changed from 1 to 0 or 0 to 1.
Burst Error: Means that 2 or more bits in the data unit have changed from 0 to 1 or from 1 to 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

redundancy

A

Detecting or correcting errors is redundancy.
These redundant bits are added by sender and removed by the receiver.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is error and correction

A

The correction of error is more difficult than the detection.
In the error detection, we are interested in error has occurred or not.
In error correction, we need to know exact number of bits that are corrupted, and more importantly their location in the message.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

block coding

A

we didivde our message into blocks. each of k bits, called datawords. We add r redundant bits to each block to make the length n = k + r. The resulting n-bit blocks are called codewords.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

error detection

A

we use a generator. the dataword is extracted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

hamming distance

A

The Hamming distance between two words is the number of differences between corresponding bits.

  • XOR operation and count number’s of 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

pairty check code

A

A simple parity-check code can detect an odd number ones as errors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly