We are emerging into a world of intense digitalization, where digital data prevails every aspect of our life. From monetary transactions to social status, from casual shopping to stock trading we are so much dependent on our gadgets making us a preliminary cyborg.
We have much faith in our digital data, and rely on them to record our account balances and vital information. Although they seem to be incorruptible because binary bits are more reliable than analog signals, some events in history might say otherwise.
Belgium Elections, 2003
On May 18, 2003 as voting was held in Schaerbeek, it was done on computers where the voters used an electronic card to cast their vote by inserting the card into the system and making the selection on the screen. Their selection was saved both on the computer and on the magnetic card. The magnetic cards were then dropped into a box storing backup data. A simple technique but something interesting happened on this particular day.
When the results were checked later on the system, an unexpected anomaly was detected. A candidate named Maria Vindevogel received more votes than was mathematically possible. The vote count was 4610. So the officials had to manually check all the digital cards counting the votes of each candidate.
It was found that all the votes were absolutely correct except for Maria. Her actual votes count was 514. This means the system count was 4096 votes higher than the actual count.
So how could this happen? Later computer experts were brought to run tests on the software. They did thorough contemplation through the codes, but couldn't find any bug. Later the computer involved for the error was checked for hardware issue, but nothing was found and the system seemed to be working perfectly.
But the weird part was that the actual results were off by exactly 4096 which is equal to 2^12. Now if we consider the bits involved in storing the vote count, it looks something like this for 514.
But if we flip value of the 13th bit, it makes the record go up by a difference of 2^12 , i.e. 4096.
Now as we know bit values are stored by small transistors, where a state of the transistor decides the value of bit to be either 1 or 0.
But this doesn't happen naturally. Bits don't flip unless we make them do.
Airbus A330 Event, 2008
On October 7, 2008, an Airbus was on it's course from Singapore to Perth faced some anomalies which resulted to be have somewhat similar cause. After few hours in it's course, the plane suddenly dived down 200m in 20secs. Multiple passengers were injured and the pilots had to do an emergency landing.
Later when the source of the cause was found, it was from the security protocol of the flight system. The information holding the critical data in case of emergency was stored in a 32 bit binary word. Now because of a single bit alteration of the word, the altitude indicator value was switched to angle of attack indicator.
The software read the data as an emergency condition and dived down 200 meters as a response to the virtual attack to maintain safer altitude.
So even this happened because of the mysterious bits flipping of the digital memory.
Intel Chips, 1978
In 1978 Intel reported some strange errors in the 16KB DRAMs they produced. Random bits were flipped to zeros as the produced the chips with all the bits as ones, with unknown causes. The problem turned out to be because of the ceramic packaging of the semiconductors. This packaging was manufactured in a plant near the Green River in Colorado. Now the plant was located near an old Uranium mill, which was the source of uranium particles polluting the ceramic packages and thus coming in contact with the DRAMs.
Intel scientists later researched on this, and they found out that even traces of uranium particles can cause problem in the transistors.
The alpha particles when hitting the semiconductors are capable to flip the state of the transistors, as they were creating electron hole pairs and loading electrons into the tunnel of the transistor. Thus changing the bit from 1 to 0. This is known as a Single Event Upset (SEU), which is a soft error created without damaging the machine and leaving no trace.
So it was the alpha particles.
The Cause
So as per the research by the Intel scientists, the radioactive Uranium was the cause. But what's with the Voting machine and the Airbus? Where did they get the Uranium from?
During the early 1900s scientists found that radiations were not just found near to the ground due to ground radiation, but also in high altitudes. And actually above an altitude of 1000m the radiation actually starts increasing. It even increases higher by several scales. High energy radiations were detected coming from the sky, but such scales of radiations were impossible to be created from the Sun. So where did they come from?
Today we know that these radiations are not electromagnetic but particles of kind: protons, alpha particles and heavier nuclei. Even though we receive some of these from the Sun, but they have very low energy. Such high energy cosmic rays come from Super Novae, and even Super Massive Black Holes.
It was later concluded that it were these high energy particles that created the bit flips, specially the neutrons.
This is what flipped the 13th bit in the Voting machine giving Maria Vindevogel , 4096 extra votes.
The Solution
Now a days there are ways to handle these kind of SEU events. Chips contain error correction codes and ECC memories. They are quite useful but it is still very tough to prevent bit flips.
Problems occur more when such digital systems have more exposure to high energy cosmic radiations, like the computers in the rockets. So they are made resilient by having 4 different CPUs running in parallel, identically to each other. So if one computer faces a SEU events, the rest of the 3 computers will take over and correcting the bit of the 1st computer. The Perseverance Mars Rovers has a different strategy. It uses old models of Computer system with circuits and design system were hardened enough to face radiation 40 times stronger than what normal PCs can handle. Several subsequent space missions followed the same.
Conclusion
So events like this make us wonder how cosmic rays travelling light years of distance for millions of years can actually someday hit a transistor in your system and crash it.
And not just your Personal Laptop, the Servers in a certain data station storing our vital information, maybe even our account balances.








Top comments (0)