Bit Rot, And How Important Is This For Audiophiles
The Basics Of Bits (Part II)
In the binary number system, the bit position gains more value (magnitude) as we move to the left (starting from the rightmost bit).
The right most bit is the first bit. Also called the least significant bit (LS, this holds the value of 0 or 1, second bit holds the value of 0 or 2, the third bit holds the value of 0 or 4, until the last bit, the most significant bit (MS. The MSB can be interpreted two ways:
As unsigned char this holds a value of 0 or 128.
As signed char this holds the sign (see figure above). Because the MSB is half the possible range of the bits before it- the range of values that can be represented by the unsigned char is now limited to between -128 to 127.
The value of each bit position adheres to the formula:
8 bit numbers are not used in modern day computing because the numbers they can represent are too small for any practical use. We only use this 8 bit data type for one case - character representation (you’d read more on this later).
For numerical purposes we use 32 bit integers on 64 bit computers, and 16 bit integer on 32 bit computers.
By now you’d realise what the effects of bit rot can be for the more complex data types, as a flip at the 16th position or 30th position is far more significant than a flip at the 8th position or lower.
Founder and lead architect of Snakeoil OS - the ultimate audiophile operating system for music playback. My primary focus is in applying technology without losing the human touch.
I don’t believe bit rot is a problem and the Red Book standard copes with missing bits, to a point.
I store all of my music (FLAC, level 8 compression) on a NAS, using FreeNAS. It does a four-weekly scrub which detects and corrects bit rot on the whole file system. While bit rot isn’t a problem for me, it never will be.
A "single-event upset" was also blamed for an electronic voting error in Schaerbeekm, Belgium, back in 2003. A bit flip in the electronic voting machine added 4,096 extra votes to one candidate. The issue was noticed only because the machine gave the candidate more votes than were possible. "This is a really big problem, but it is mostly invisible to the public," said Bharat Bhuva. Bhuva is a member of Vanderbilt University’s Radiation Effects Research Group, established in 1987 to study the effects of radiation on electronic systems.
I don’t believe bit rot is a problem and the Red Book standard copes with missing bits, to a point.
I store all of my music (FLAC, level 8 compression) on a NAS, using FreeNAS. It does a four-weekly scrub which detects and corrects bit rot on the whole file system. While bit rot isn’t a problem for me, it never will be.