5.5. Information Coding Systems - Concise
5.5. Information Coding Systems - Concise
www.pmt.education
Specification:
www.pmt.education
Character form of a decimal digit
Majority voting
● Each bit of the data is transmitted multiple times
● When received, the most commonly occurring value is taken to be correct
● Majority voting doesn’t just detect the error but also corrects the error
● Therefore there’s no need for retransmission like when using a parity bit
● Majority voting can correct errors when multiple bits change
● The volume of data being transmitted is increased, increasing the time taken to
transmit data
www.pmt.education
Checksums
● A value is appended to the transmitted data
● This value is determined by the data itself
● Once received, the recipient removes the checksum
● A check is carried out to ensure that the checksum matches the transmitted data
● If the two do not match, the recipient cannot correct the error itself
● In this situation, the recipient asks the sender to retransmit the data
Check digits
● A check digit is a type of checksum
● A single digit is added to the transmitted data
● This reduces the number of different algorithms that could be used to calculate the
value of the check digit
● Hence the variety of errors that the method can detect is limited
www.pmt.education