error checking methods of data transmission Flashcards
what can parity checks be ?
they can be even (even number of bits) or odd (odd number of bits)
state two states when parity check wouldn’t work
when two bits are interchanged
when there are multiple errors in the same byte
what is Automatic Repeat Request?
it uses acknowledgement to indicate data receiver correctly
it also uses a timeout
what is timeout in automatic repeat request
it is the time allowed to pass before the acknowledgement is received
what is checksum
the checksum is based on the number of bytes in the block of data
what happens when the checksum at the receiver’s end doesn’t match the checksum at the end of the data block?
error in the transmission occurs
how does checksum work
a value is calculated from the data, it is transmitted with the block of data. The value is recalculated after transmission. Values are then compared after transmisson to check for any errors
how does check digit work
a digit is calculated from the data, it is then added to the data. Digits are recalculated when data is entered and then digits are compared to check for any errors.
what happens if an acknowledgement isn’t sent back before timeout occurs?
the message is automatically resent