Unsound...The electrical signal that transmits digital data (a pulse train) can be greatly distorted, and the receiver can still reconstruct the original data perfectly,
Your example: 010101 vs 0 1 0 1 0 1. I believe you are thinking of jitter.
How about 16 bits: 01 0 10 1 0 1 01 01 010 1.
If the receiver outputs 16 bit words to its D/A at uniform intervals based on its own clock, it doesn't matter how irregular the incoming serial data transmission was.
Furthermore, some of the zeros can be misread as ones, and the correct original word can still be recognized, thanks to the error correcting encoding of the data, but that's another topic.
Your example: 010101 vs 0 1 0 1 0 1. I believe you are thinking of jitter.
How about 16 bits: 01 0 10 1 0 1 01 01 010 1.
If the receiver outputs 16 bit words to its D/A at uniform intervals based on its own clock, it doesn't matter how irregular the incoming serial data transmission was.
Furthermore, some of the zeros can be misread as ones, and the correct original word can still be recognized, thanks to the error correcting encoding of the data, but that's another topic.