A bit stream 11100110 is to be transmitted using CRC method. The generator polynomial is X4+ X3 + 1.
- What is the actual bit transmitted ?
- Suppose the third bit from the left is inverted during the transmission. How the error is detected.
- How the generator polynomial is already known to sender side as well as receiver side, please make this clear.
Solution :
Here, FCS will be 0110 since n = 4. So actual bit transmitted is >> 11100110 0110
I am confused with the problem 2, 3. please reply my 2, 3 questions. Thank You!