Chapter 2 Data Transmission: Unit 2.2: Methods of error correction Flashcards
How can errors occur?
Interference
Problems during packet switching
Skewing of data
Describe the method of parity checking.
A method used to check if data has been transferred correctly; it makes use of even parity or odd parity
Define parity bit
A bit (0/1) added to a byte of data in the most significant position; this ensures that the byte follows the correct even parity or odd parity protocol
Define parity block
A horizontal and vertical parity check on a block of data being transmitted
Describe the method of checksum
Verification method used to check if data transferred has been altered or corrupted; calculated from the block of data being sent; the checksum value is sent after each data block
Describe the method of echo check
Method used to check if data has been transferred correctly; data is sent to a receiver and then immediately sent back to the sender; the sender then checks if the received data matches the sent data
Describe the process of check digit
An additional digit appended to a number to check if the entered number is error-free; check digit is a data entry check and not a data transmission check
Describe the process of ARQ
ARQ (Automatic Repeat Request) is a method of checking transmitted data for errors; it makes use of acknowledgement and timeout to automatically request re-sending of data if the time interval before positive acknowledgement is too long