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

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 KiB

View File

@@ -1,8 +1,8 @@
# The Internet Is Broken
# Rethinking the Internet
**The Three Layers Of The Internet**
![](internet_3layers.png)
![](img/3layers.png)
The Internet is made up of 3 layers:
@@ -12,6 +12,10 @@ The Internet is made up of 3 layers:
3. Applications: currently applications are hosted in huge data centers using the compute and storage as provided. This system is too centralized and therefore very vulnerable.
ThreeFold is providing solutions for the first 2 layers and allows everyone else to build on top.
**Current Challenges**
Digital information mainly travels over large fiber backbone links as pictured here.
![](global_net.png)
@@ -22,9 +26,28 @@ This leads to very inneficient behavior, slower performance, less reliability an
![](network_path.png)
Another important aspect is the lack of autonomy and sovereignty within this Internet. We have become the products. All of our data is hosted in large data centers owned by a few large corporations.
**Issues with Autonomy and Sovereignty**
Our current internet model compromises autonomy and sovereignty. Most data is stored in large data centers controlled by a few major corporations, effectively turning users into products.
![alt text](we_are_products.png)
We also exist many times on the Internet across many applications and each time a full infrastructure has been built to deliver the applications from. This system is unsustainable and inefficient.
Moreover, the internet is replicated many times across various applications, each requiring its own full infrastructure. This approach is unsustainable and inefficient.
## ThreeFold wants to create a new base layer
A Base layer who doesn't have these issues.
ThreeFold resolves
- reliability for data, data can never be corrupted nor lost
- reliability for network, connectivity should always be possible
- sovereignity
- scalability
- security
- locality
- cost
- management (easier to scale)

View File

@@ -0,0 +1,35 @@
# Rethinking the Internet
**Understanding the Three Layers of the Internet**
![](internet_3layers.png)
The Internet is made of 3 layers:
1. **Compute & Storage:** This layer houses applications and is predominantly centralized, operating from vast data centers.
2. **Network:** The network layer facilitates the movement of information, whether it's wireless, via cables like fiber, or through satellite links. Today, information often travels long distances, with a few companies controlling over 80% of the internets network capacity.
3. **Applications:** These are hosted in large data centers, relying on the centralized compute and storage layers. This centralization makes the system vulnerable.
**Current Challenges**
Digital information primarily flows through extensive fiber backbone networks, as shown here:
![](global_net.png)
The internets design causes inefficiencies, such as when two people in Zanzibar use a service like Zoom. Their data travels all the way to European data centers where Zoom's servers are hosted and back, leading to slow performance, decreased reliability, and increased costs.
![](network_path.png)
**Issues with Autonomy and Sovereignty**
Our current internet model compromises autonomy and sovereignty. Most data is stored in large data centers controlled by a few major corporations, effectively turning users into products.
![](we_are_products.png)
Moreover, the internet is replicated many times across various applications, each requiring its own full infrastructure. This approach is unsustainable and inefficient.
---
This retains the original structure and links, ensuring that the information is clear and the visual aids are effectively utilized.