2.2 Methods of error detections Flashcards
Why do errors occur?
Errors can occur during data transmission due to
interference, e.g. data loss, data gain and data
change
What is Parity check?
A type of error detection method that adds an additional bite each byte to create a odd or even sum.
What is Checksum?
A type of error detection method that performs a calculation on data to create a checksum value. Checksum values are compared after transition to see if they match
What is Echo check?
a type of error detection method that sends a copy of the transmitted data back to the sender to be compared with the original data sent
What does ARQ stand for?
Automatic repeat request
What is ARQ?
A type of error detection method that uses acknowledgement and timeout to see if data has arrived correctly after transmission
What is acknowledgement?
a message that is sent from one device to another to indicate whether data is received correctly
What is timeout?
a period of time that i set and used to wait for an acknowledgement to be received
What is Check Digit?
a type of error detection method that is used for a data entry. A calculation is performed on the data entered to create a value. Check digit values are compared to see if the data entered is correct