Combining Parity & CRC for Error Checking

  • Thread starter Thread starter ws0619
  • Start date Start date
  • Tags Tags
    Error Parity
Click For Summary
SUMMARY

The discussion focuses on the combination of Parity and Cyclic Redundancy Check (CRC) for error checking in data transmission. It confirms that these two methods can be effectively used together, with CRC applied first to calculate the checksum, followed by the application of a parity bit to each byte of the data stream. This approach enhances error detection capabilities during data transmission, particularly for ASCII code.

PREREQUISITES
  • Understanding of Cyclic Redundancy Check (CRC) methodology
  • Knowledge of Parity bit concepts and their application
  • Familiarity with data transmission protocols
  • Basic understanding of ASCII encoding
NEXT STEPS
  • Research the implementation of CRC algorithms in data transmission
  • Explore different types of Parity checks and their use cases
  • Study error detection techniques in communication systems
  • Learn about data integrity verification methods
USEFUL FOR

Network engineers, software developers, and anyone involved in data transmission and error detection methodologies will benefit from this discussion.

ws0619
Messages
53
Reaction score
0
Hi!

Recently I am studying on parity and CRC(cyclic redundancy checks) this two error checking methods.

The problem is can this both methods combine to use together during transmission data?

Let say I need to transfer ASCII code and I do CRC first,then before sending data I do parity on the data formed after CRC to make it 8 bits.

Is this method correct or not?Can someone guide me how to build a error checking by using this two methods together?

Thanks!
 
Engineering news on Phys.org
Yes it's common to combine them.
Once you have calculated the checksum (CRC) it goes on the end of the data like any data - the parity bit is then applied to each byte in the data stream
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
4
Views
1K
  • · Replies 5 ·
Replies
5
Views
512
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K