This commit is contained in:
2024-06-23 22:17:49 +04:00
parent 3c9092d5bb
commit d9781aaff2
54 changed files with 342 additions and 162 deletions

View File

@@ -1,10 +1,15 @@
![](img/architecture_intro.png)
## Architecture
The ThreeFold Grid architecture provides a myriad of cloud possibilities thanks to its interrelated layers.
![](img/architecture.png)
The system has been designed to be scalable to a planet level.
- Mycelium is the Network Layer
- 3Nodes are the nodes running Zero-OS which is our own operating System providing compute, storage and network capacity
### 3Nodes
The network of nodes which make up the cloud. Each node provides compute, storage and network capacity.
@@ -15,46 +20,26 @@ A cloud needs hardware/servers to function. Servers of all shapes and sizes can
Farmers download the Zero-OS operating system and boot their servers. Once booted, these servers become 3Nodes. The 3Nodes will register themselves in a blockchain. Once registered, the capacity of the 3Nodes will become available. This enables a peer2peer environment for people or companies to reserve their Internet Capacity directly from the hardware but yet allowing full control by commercial parties if that would be required.
## Ultra Scalable
![](img/architecture_scalable.png)
This architecture scales to the planet.
## Zero-OS
## Core Components
We have build our own operating system called Zero-OS, which was based starting from a Linux Kernel with as purpose to remove all the unnecessary complexities found on contemporary OS's.
!!wiki.include page:components_links.md
Zero-OS supports a small number of primitives, and performs low-level functions natively.
### Web3 & Decentralized AI Compatibility
It delivers 3 primitive functions:
- storage capacity
- compute capacity
- network capacity
Our Decentralized Cloud Technology the ideal platform for hosting any web3 and AI workloads.
There is no shell, local nor remote attached to Zero-OS. Given its shell-less nature, the people and organizations, called farmers, that run 3nodes cannot issue any commands nor access its features. In that sense, Zero-OS enables a "zero people" (autonomous) Decentralzied Cloud, meaning hackers cannot get in, while also eliminating human error from the paradigm.
Our Zero-OS operating system already supports integrated GPUs, ensuring optimal performance for decentralized AI applications.
> Any workload (web2/3 and AI) can run on on our Decentralized Cloud.
### Mycelium Routers
Thanks to Mycelium Routers anyone can now operate as a network service provider.
Mycelium Routers seamlessly integrate with our Mycelium network technology, efficiently selecting the shortest path between all participants.
These Mycelium Routers are not only compatible with Wi-Fi but also with 4G and 5G networks, ensuring versatile connectivity options.
## 3Bots: The Autonomous Layer
![](img/autonous3bots.png)
### Smart Contract for IT
The purpose of the smart contract for IT is to create and enable autonomous IT. Autonomous self-driving IT is possible.
Once a smart contract for IT is created, it will be registered in the TFChain Blockchain.
### TFChain
## TFChain: our Blockchain
This blockchain does the following:
@@ -64,15 +49,3 @@ This blockchain does the following:
- info as required for the Smart Contract for IT
This is the hart of our operational system of our decentralized cloud.
### Web Gateways
The Web Gateway is a mechanism to connect the private (overlay) networks (Mycelium) to the open Internet. By not providing an open and direct path in to the private network, a lot of malicious phishing and hacking attempts are stopped at the Web Gateway level for container applications.
### Web3 & Decentralized AI Compatibility
Our Decentralized Cloud Technology the ideal platform for hosting any web3 and AI workloads.
Our Zero-OS operating system already supports integrated GPUs, ensuring optimal performance for decentralized AI applications.
> Any workload (web2/3 and AI) can run on on our Decentralized Cloud.

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

View File

@@ -0,0 +1,14 @@
### Mycelium Routers
Thanks to Mycelium Routers anyone can now operate as a network service provider.
Mycelium Routers seamlessly integrate with our Mycelium network technology, efficiently selecting the shortest path between all participants.
These Mycelium Routers are not only compatible with Wi-Fi but also with 4G and 5G networks, ensuring versatile connectivity options.
### Web Gateways
The Web Gateway is a mechanism to connect the private (overlay) networks (Mycelium) to the open Internet. By not providing an open and direct path in to the private network, a lot of malicious phishing and hacking attempts are stopped at the Web Gateway level for container applications.