Error Detection and Correction Flashcards

1
Q

EXPLAIN PARITY CHECK

A

A specific bit in a byte is the parity bit
-The sum of the bits in a byte is odd if odd parity is being used and vice versa
-When a byte is received its parity is checked
-If parity of byte has changed an error has occured

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

ECHO CHECKING

A

-When data is received
-A copy is transmitted back to sender
-Where its compared with the original
-If it differs the original data is transmitted
-Automatic process

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

CHECKSUM

A

-An algorithm is applied
-To a block
-To create a checksum
-Checksum becomes part of block
-When block is received the checksum is recalculated
-Using same algorithm
-If it differs an error has occured

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

CYCLIC REDUNDANCY CHECK

A

-Special checksum
-Applied to block of data
-An algorithm or polynomial
-Is applied to block
-The recipient applies the same algorithm to the block and compares the results
-If they don’t agree, the data has not been received successfully

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