From 393ae3a513256801f8dde248562e11acee4dd4e2 Mon Sep 17 00:00:00 2001 From: Emilie Ouwerx Date: Thu, 4 Apr 2024 12:04:35 +0200 Subject: [PATCH] edit --- collections/tech/qsss/qss_algorithm.md | 58 +++++++++++++------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/collections/tech/qsss/qss_algorithm.md b/collections/tech/qsss/qss_algorithm.md index c235815..19ab539 100644 --- a/collections/tech/qsss/qss_algorithm.md +++ b/collections/tech/qsss/qss_algorithm.md @@ -1,42 +1,42 @@ # Quantum Safe Storage Algoritm -The Quantum Safe Storage Algorithm is the heart of the Storage engine. The storage engine takes the original data objects and creates data part descriptions that it stores over many virtual storage devices (ZDB/s) +The Quantum Safe Storage Algorithm is the heart of the Storage engine. The storage engine takes the original data objects and creates data part descriptions that it stores over many virtual storage devices (ZDB/s). Data gets stored over multiple ZDB's in such a way that data can never be lost. Unique features -- data always append, can never be lost -- even a quantum computer cannot decrypt the data -- is spread over multiple sites, sites can be lost, data will still be available -- protects for datarot. +- Data always append, can never be lost +- Even a quantum computer cannot decrypt the data +- Data is spread over multiple sites. If these sites are lost the data will still be available +- Protects from datarot -## Why +## The Problem -Today we produce more data than ever before. We could not continue to make full copies of data to make sure it is stored reliably. This will simply not scale. We need to move from securing the whole dataset to securing all the objects that make up a dataset. +Today we produce more data than ever before. We cannot continue to make full copies of data to make sure it is stored reliably. This will simply not scale. We need to move from securing the whole dataset to securing all the objects that make up a dataset. -ThreeFold is using space technology to store data (fragments) over multiple devices (physical storage devices in TFNodes). The solution does not distribute and store parts of an object (file, photo, movie...) but describes the part of an object. This could be visualized by thinking of it as equations. +ThreeFold is using space technology to store data fragments over multiple devices (physical storage devices in TFNodes). The solution does not distribute and store parts of an object (file, photo, movie etc.) but describes the part of an object. This can be visualized by thinking of it as equations. -## How is it done today +## How Data Is Stored Today ![alt text](storage_today.png) -In most distributed systems as used on the Internet or in blockchain land today the data will get replicated (sometimes after sharding, which means distributed based on the content of the file and spread out over the world). +In most distributed systems, as used on the Internet or in blockchain today, the data will get replicated (sometimes after sharding, which means distributed based on the content of the file and spread out over the world). This leads to a lot of overhead and minimal control where the data is. In well optimized systems overhead will be 400% but in some it can be orders of magnitude higher to get to a reasonable redundancy level. -## The Quantum Safe storage System Works Differently +## The Quantum Safe Storage System Works Differently ![alt text](qsss_overview.png) -ThreeFold has developed a new storage algoritm which is more efficient, ultra reliable and allows you full control over where you want your data to be stored. +ThreeFold has developed a new storage algorithm which is more efficient, ultra reliable and gives you full control over where your data is stored. -ThreeFold's approach is different, lets try to visualize by means of simple analogy with equations. +ThreeFold's approach is different. Let's try to visualize this new approach with a simple analogy using equations. -Let a,b,c,d.... be the parts of that original object. You could create endless unique equations using these parts. A simple example: let's assume we have 3 parts of original objects that have the following values: +Let a,b,c,d.... be the parts of the original object. You could create endless unique equations using these parts. A simple example: let's assume we have 3 parts of original objects that have the following values: ``` a=1 @@ -44,7 +44,7 @@ b=2 c=3 ``` -(and for reference the part of real-world objects is not a simple number like `1` but a unique digital number describing the part, like the binary code for it `110101011101011101010111101110111100001010101111011.....`). +(and for reference the part of the real-world objects is not a simple number like `1` but a unique digital number describing the part, like the binary code for it `110101011101011101010111101110111100001010101111011.....`). With these numbers we could create endless amounts of equations: @@ -56,11 +56,11 @@ With these numbers we could create endless amounts of equations: 4: 2b+a-c=2 5: 5c-b-a=12 -...... +etc. ``` -Mathematically we only need 3 to describe the content (=value) of the fragments. But creating more adds reliability. Now store those equations distributed (one equation per physical storage device) and forget the original object. So we no longer have access to the values of a, b, c and see, and we just remember the locations of all the equations created with the original data fragments. +Mathematically we only need 3 to describe the content (value) of the fragments. But creating more adds reliability. Now store those equations distributed (one equation per physical storage device) and forget the original object. So we no longer have access to the values of a, b, c and we just remember the locations of all the equations created with the original data fragments. Mathematically we need three equations (any 3 of the total) to recover the original values for a, b or c. So do a request to retrieve 3 of the many equations and the first 3 to arrive are good enough to recalculate the original values. Three randomly retrieved equations are: @@ -77,36 +77,36 @@ And this is a mathematical system we could solve: Now that we know `a=1` we could solve the rest `c=a+2=3` and `b=c-a=2`. And we have from 3 random equations regenerated the original fragments and could now recreate the original object. -The redundancy and reliability in such system comes in the form of creating (more than needed) equations and storing them. As shown these equations in any random order could recreate the original fragments and therefore redundancy comes in at a much lower overhead. +The redundancy and reliability in this system results from creating equations (more than needed) and storing them. As shown these equations in any random order can recreate the original fragments and therefore redundancy comes in at a much lower overhead. -In our system we don't don this with 3 parts but with thousands. +In our system we don't do this with 3 parts but with thousands. ### Example of 16/4 ![](img/quantumsafe_storage_algo.jpg) -Each object is fragmented into 16 parts. So we have 16 original fragments for which we need 16 equations to mathematically describe them. Now let's make 20 equations and store them dispersedly on 20 devices. To recreate the original object we only need 16 equations, the first 16 that we find and collect which allows us to recover the fragment and in the end the original object. We could lose any 4 of those original 20 equations. +Each object is fragmented into 16 parts. So we have 16 original fragments for which we need 16 equations to mathematically describe them. Now let's make 20 equations and store them dispersedly on 20 devices. To recreate the original object we only need 16 equations. The first 16 that we find and collect allows us to recover the fragment and in the end the original object. We could lose any 4 of those original 20 equations. The likelihood of losing 4 independent, dispersed storage devices at the same time is very low. Since we have continuous monitoring of all of the stored equations, we could create additional equations immediately when one of them is missing, making it an auto-regeneration of lost data and a self-repairing storage system. > The overhead in this example is 4 out of 20 which is a mere **20%** instead of **400%** . -## Can be used for content delivery. +## Content Delivery -This system can be used as backend for content delivery networks. +This system can be used as backend for content delivery networks. -e.g. Content distribution Policy could be a 10/50 distribution which means, the content of a movie would be distributed over 60 locations from which we can loose 50 at the same time. +E.g. content distribution policy could be a 10/50 distribution which means, the content of a movie would be distributed over 60 locations from which we can lose 50 at the same time. -If someone now wants to download the data, the first 10 locations who answer fastest will provide enough of the data parts to allow the data to be rebuild. +If someone now wants to download the data, the first 10 locations to answer will provide enough of the data parts to rebuild the data. -The overhead here is more, compared to previous example, but stil order of magnitude lower compared to other cdn systems. +The overhead here is more, compared to previous example, but stil orders of magnitude lower compared to other CDN systems. -## The Quantum Safe Storage System is capable to avoid Datarot +## The Quantum Safe Storage System Can Avoid Datarot -Datarot is the fact that data storage degrades over time and becomes unreadable, on e.g. a harddisk. +Datarot is the fact that data storage degrades over time and becomes unreadable e.g. on a harddisk. -The storage system provided by ThreeFold intercepts this silent data corruption, making that it can pass by unnotified. +The storage system provided by ThreeFold intercepts this silent data corruption ensurinf that data does not rot. -> see also https://en.wikipedia.org/wiki/Data_degradation +> See also https://en.wikipedia.org/wiki/Data_degradation