error checking Flashcards
Parity check
checks a byte of data; a parity bit is added; counts number of 1s;
Parity check can be _____ or ______.
odd, even
If parity ______, error is detected.
incorrect
When will parity not work?
two bits interchanged; multiple errors in same byte
Automatic Repeat Request (ARQ)
Uses acknowledgement; check performed on receiving data;
ARQ stands for
Automatic Repeat Request
ARQ - send an acknowledgement that data is _______.
received
ARQ - if acknowledgement not received in set time, data is ________.
resent
Checksum
Value calculated form the data; added and transmitted with the data;
Checksum - Value recalculated after __________.
transmission
Checksum - Value ______ after transmission to check for ______.
compared, error
Check digit
A digit calculated from the data; added to the data
Check digit - Data _________ when data is resent
recalculated
ARQ- if error detected, request sent to ______ data.
resend; resend request repeated until data sent correctly