Skip to content

Commit

Permalink
doc(p2p/rework-ipfs): changed dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacharbon authored Dec 2, 2024
1 parent 3a6e6cf commit 5d38750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p2p/10.IPFS_or_HTTP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Then, the time it took to respond to the request. Afterward, the address which r
`POST` is another **HTTP method** than `GET`. When you fill the form earlier, it was **you** that was giving the server
some information :that is the main difference between `POST` and `GET`.

> 💡 Learn more about HTTP methods [here](https://www.restapitutorial.com/lessons/httpmethods.html).
> 💡 Learn more about HTTP methods [here](https://fr.wikipedia.org/wiki/Hypertext_Transfer_Protocol).
Then, go to look at our `uploads` folder : you have the file you just downloaded in here !
>💡 This is how HTTP works. When retrieving data, HTTP focuses on **location**.
Expand All @@ -102,7 +102,7 @@ Then, go to look at our `uploads` folder : you have the file you just downloaded
> 💡 HTTP is cool but has its limits : if the server is down, you won't be able to retrieve the data stored. Furthermore, your government can easily block access to certain servers by their IPs that host particular website for censure purposes.
Let's see how IPFS answers this issues.

At its core, IPFS is a [distributed system](https://blog.stackpath.com/distributed-system/) for storing and accessing files, websites, applications, and data.
At its core, IPFS is a [distributed system](https://en.wikipedia.org/wiki/Distributed_computing) for storing and accessing files, websites, applications, and data.
Instead of referring to data (photos, articles, videos) by **location**, or which server they are stored on, IPFS refers
to everything by that data’s [hash](https://docs.ipfs.io/concepts/hashing/#hashes-are-important), meaning the **content itself.**

Expand Down

0 comments on commit 5d38750

Please sign in to comment.