3 - Error Detection and Correction Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a burst error?

A

2 or more bits in the data unit have been received erroneously.

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

What is the Hamming distance between two words?

A

Number of differences between corresponding bits.

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

What is the minimum Hamming distance?

A

Smallest Hamming distance between all possible pairs in a set of words.

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

What minimum Hamming distance is used to guarantee DETECTION of s errors?

A

s + 1.

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

What minimum Hamming distance is used to guarantee CORRECTION of t errors?

A

2t + 1.

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

What is a linear block code?

A

A code in which the XOR of two valid codewords creates another valid codeword.

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

What is a simple parity check code? How many errors can it detect?

A

Single bit error detecting code with 1 redundant bit and a minimum Hamming distance of 2.

Can detect an odd number of errors.

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

What is the relationship between number of check bits and number of bits in a codeword for a minimum Hamming distance of 3?

A

n = 2^m - 1

n is codeword bits
m is check bits

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

Where is the checksum used?

A

In the network and transport layers.

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