Allen-ISD-Computer-Science / REPO_NASA_CybSec_2024

File share protocol for the 22nd century.
0 stars 0 forks source link

Task: Research how we can ensure file integrity through transfers in space. #17

Closed 1sparo1 closed 6 months ago

1sparo1 commented 9 months ago

Figure out how we ensure the contents of the file are well written. User Story #12

Fangedan commented 7 months ago

There is one main issue we will face when ensuring file integrity through transfers in space:

Data corruption through cosmic/gamma rays

The first step to data integrity (or how we are going to transfer data) is being aware of environmental issues BEFORE transferring files. In outer space, the transfer of data can become corrupted by astronomical objects that have a changing magnetic field, such as the planets and our Sun.

Data pictured below show emissions from a variety of sources including radio bursts from the Sun, the Earth, and even from Jupiter's ionosphere whose wavelengths measure about fifteen meters in length. The far right of this graph shows radio bursts from the Sun caused by electrons that have been ejected into space during solar flares moving at 20% of the speed of light.

Image

Transferring data is oftentimes ill-advised in the presence of extreme radio waves such as these, and resulting files are often riddled with “noise,” or data that’s corrupted, distorted, or otherwise meaningless.

Solution: Cosmic-ray Observatory

A cosmic-ray observatory is a scientific installation built to detect high-energy-particles coming from space called cosmic rays. This typically includes photons (high-energy light), electrons, protons, and some heavier nuclei, as well as antimatter particles. About 90% of cosmic rays are protons, 9% are alpha particles, and the remaining ~1% are other particles. For our purposes, it will be able to detect the disrupting radio waves. When we detect a spike in the waves, it is unsafe to transfer data (we will not), and vice versa (no waves = safe transfer).

Image

Sources: https://science.nasa.gov/ems/05_radiowaves/ https://en.wikipedia.org/wiki/Cosmic-ray_observatory