Chapter 8 : Error Detection
by Iskandar Zulkarnain bin Yusof

1. The exclusive OR(XOR) of any two valid codewords creates another valid codeword
2. Type of Error
2.1. Single bit Error : 1 bit in data unit has change
2.2. Bust Errror : 2 or more bits in data unit has change
3. Block Coding
3.1. 1. In a block coding, we divide our message into blocks, each of k bit is called datawords.
3.2. 2. Add r redundant bits to each block to make the length n = k +r. The resulting n-bit blocks are called codewords.
4. Linear Block Coding
4.1. Type of Linear Block Code
4.1.1. 1. Simple Parity Block Coding : a single bit error detection [ n = k + 1 = 2 ]
4.1.2. 2. Two-Dimensional Parity-Check Code