update book for typos

update branch to fit with main
This commit is contained in:
mik-tf
2025-01-20 19:34:14 -05:00
parent 656e56a4bd
commit fbb3facf60
43 changed files with 273 additions and 265 deletions

View File

@@ -12,15 +12,15 @@ Any participating node only stores small incomplete parts of objects (files, pho
## Benefits
- Not even a quantum computer can hack
- Zetabytes can be stored as easily as Petabytes
- The system is truly autonomous & self healing
- Not even a quantum computer can hack.
- Zetabytes can be stored as easily as Petabytes.
- The system is truly autonomous & self healing.
- Datarot is detected and fixed.
- There is 100% contorl over where data is (GDPR)
- There is 100% contorl over where data is (GDPR).
## Peer2Peer Advantages
## Peer-to-Peer Advantages
Peer2peer provides the unique proposition of selecting storage providers that match your application and service of business criteria. For example, you might be looking to store data for your application in a certain geographic area (for governance and compliance) reasons. You might also want to use different "storage policies" for different types of data. Examples are live versus archived data. All of these uses cases are possible with this storage architecture, and could be built by using the same building slice produced by farmers and consumed by developers or end-users.
Peer-to-peer provides the unique proposition of selecting storage providers that match your application and service of business criteria. For example, you might be looking to store data for your application in a certain geographic area (for governance and compliance) reasons. You might also want to use different "storage policies" for different types of data. Examples are live versus archived data. All of these uses cases are possible with this storage architecture, and could be built by using the same building slice produced by farmers and consumed by developers or end-users.
> There is 100% control over where the data is positioned and the security is incredible.

View File

@@ -12,9 +12,9 @@ description: 'compare how its dont in other overlay network systems.'
| Post Quantum | Possible (ask us) | No |
| Scalability | Yes, this system exists +10 years, is being used by large orgs for zetabytes. | Some systems, most not, but centralized. |
| Compatibility | Yes thanks to filesystem approach | Depends, often not |
| Backdoors | NO, all is based on opensource | ? |
| Backdoors | No, everything is based on open-source code | ? |
| Performance | Is not a super fast system but good for most cases, +- 100 MB / sec per content creator. | Variable, hard to say, some are |
| Efficiency for redundancy | Ultra efficient, only 20% overhead to allow 4 locations to go down | NO, sometimes +5 copies = 500% |
| Fully integrated in compute | Yes | Lots of different solutions |
| Management | Full P2P, done by 3bot Agents, blockchain IT contract | Centralized leading to security issues |
| Management | Full P2P, done by 3Bot Agents, blockchain IT contract | Centralized leading to security issues |
| Locality | Data can be local and sovereign, full control by the the user (data creator) | Based on centralized control mechanisms or inefficient algorithms that route traffic indiscriminately across the globe. |

View File

@@ -8,12 +8,12 @@ The UnbreakableStorage Algorithm is the heart of the Storage engine. The storage
Data gets stored over multiple ZDB's in such a way that data can never be lost.
Unique features
Unique features:
- 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
- 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.
## The Problem
@@ -63,9 +63,7 @@ With these numbers we could create endless amounts of equations:
3: b-c+a=0
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 we just remember the locations of all the equations created with the original data fragments.

View File

@@ -19,7 +19,7 @@ The NFT system operates on top of a very reliable storage system which is sustai
## The Benefits
#### Persistence = Owned by the data user, as represented by their associated 3Bot
### Persistence = Owned by the data user, as represented by their associated 3Bot
The system is not based on a shared-all architecture.
@@ -32,7 +32,7 @@ Whoever stores the data has full control over:
- CDN policy (where the data is available and for how long)
#### Reliability
### Reliability
- Data cannot be corrupted
- Data cannot be lost
@@ -40,13 +40,13 @@ Whoever stores the data has full control over:
- All data is encrypted and compressed (unique per storage owner)
- Data owner chooses the level of redundancy
#### Lookup
### Lookup
- Multi URL & storage network support (see more in the interfaces section)
- IPFS, HyperDrive URL schema
- Unique DNS schema (with long key which is globally unique)
#### CDN Support
### CDN Support
Each file (movie, image etc.) stored is available in many locations worldwide.
@@ -54,13 +54,13 @@ Each file gets a unique url pointing to the data which can be retrieved from all
Caching happens at each endpoint.
#### Self Healing & Auto Correcting Storage Interface
### Self Healing & Auto Correcting Storage Interface
Any corruption e.g. bitrot gets automatically detected and corrected.
In case of a HD crash or storage node crash the data will automatically be expanded again to fit the chosen redundancy policy.
#### The Storage Algoritm Uses Unbreakable Storage System As Its Base
### The Storage Algoritm Uses Unbreakable Storage System As Its Base
Not even a quantum computer can hack data stored on our QSSS.
@@ -68,11 +68,11 @@ The QSSS is a super innovative storage system which works on planetary scale and
It uses forward looking error correcting codes inside.
#### Green
### Green
Storage uses upto 10x less energy compared to classic replicated system.
#### Multi Interface
### Multi Interface
The stored data is available over multiple interfaces at once.