This commit is contained in:
2024-03-18 14:28:08 +02:00
parent f9674a74b9
commit e12acb690e
876 changed files with 788 additions and 546 deletions

View File

@@ -11,9 +11,9 @@
![](img/unlimited_3nodes.png)
- There can be unlimited amounts of 3Nodes as well as Executors (Digital Twins and Web4)
- There can be unlimited amounts of TFNodes as well as Executors (Digital Twins and Web4)
- There are no bottlenecks nor centralization points
- Our peer2peer network technology takes care of routing and security issues between the Twins and the 3Nodes. The shortest paths is always looked for.
- Our peer2peer network technology takes care of routing and security issues between the Twins and the TFNodes. The shortest paths is always looked for.
## ThreeFold is compatible with the current IT world.

View File

@@ -3,7 +3,7 @@
![](img/executors_.jpg)
Each 3Node is an IT Power generator. The TFGrid is the network of these 3Nodes.
Each TFNode is an IT Power generator. The TFGrid is the network of these TFNodes.
![](img/power_generation.jpg)

View File

@@ -6,14 +6,14 @@ Ultra Scalable & Secure Decentralized Deployment
**Example deployment**
* lots of locations (offices, banks, small datacenters, universities, ...), each providing compute & storage to a private and/or public grid by means of the 3Nodes
* lots of locations (offices, banks, small datacenters, universities, ...), each providing compute & storage to a private and/or public grid by means of the TFNodes
* Each node runs Zero-OS which has no shell and cannot be accessed by any person in the organization (bank, government, enterprise)
* None of the nodes has enough data to allow anyone to reconstruct the data
* The different nodes together deliver a super resilient network of compute & network resources
**Even if, in a disaster scenario, 30% of the locations would go down, the system would still function and be available to its users. This is the most reliable deployment possible in IT landscape today.**
What runs on the 3Nodes
What runs on the TFNodes
* Blockchain Nodes
* The distributed storage system (ultra safe, zero-knowledge proof)

View File

@@ -3,7 +3,7 @@
![alt_text](img/zero_os.png )
Zero-OS is a lightweight and efficient operating system. There is no shell, local nor remote. It supports a small number of primitives; the low-level functions it could perform natively in the operating system. Zero-OS (ZOS) is the operating system which allows the 3Nodes to be used to provide IT capacity in all safety to its applications. ZOS has been developed by ThreeFold from scratch, starting from the Linux kernel with the purpose to improve on efficiency, energy usage, performance, scale, cost of management and security. All applications, twins and blockchains are secured by the Zero-OS operating system.
Zero-OS is a lightweight and efficient operating system. There is no shell, local nor remote. It supports a small number of primitives; the low-level functions it could perform natively in the operating system. Zero-OS (ZOS) is the operating system which allows the TFNodes to be used to provide IT capacity in all safety to its applications. ZOS has been developed by ThreeFold from scratch, starting from the Linux kernel with the purpose to improve on efficiency, energy usage, performance, scale, cost of management and security. All applications, twins and blockchains are secured by the Zero-OS operating system.
### Why?