IPFS Distributed, Resilient Internet Protocol Aims to Replace HTTP

HTTP(S) is the protocol used to retrieve content from the Internet, and files are stored in a server with all clients downloading files from this location. It works fine, but also comes with shortcomings such as traffic costs for the content provider, lack of resiliency if the server is down, and lack of persistence as for example all files hosted on GeoCities web hosting service are now gone. Having all files hosted on a single server also makes it too easy for governments or companies to censor content.

But while looking at FOSDEM 2019 schedule yesterday, I found out an initiative aiming to solve HTTP shortcomings had been in development for several years, IPFS (InterPlanetary File System) is a described as a peer-to-peer hypermedia protocol to make the web faster, safer, and more open, with the ultimate goal of replacing HTTP.

IPFS Dashboard
Click to Enlarge

The four main advantages over HTTP listed for the protocol:

  • HTTP is inefficient and costly – HTTP downloads a file from a single computer at a time, instead of getting pieces from multiple computers simultaneously. IPFS makes it possible to distribute high volumes of data with high efficiency, potentially saving up to 60% bandwidth costs for video content.
  • Web pages are deleted daily – As hosted companies fold, the content hosted on their server eventually goes away with the average lifespan of a webpage being a little over 1,000 days. IPFS keeps every version of your files and makes it simple to set up resilient networks for mirroring of data.
  • The web’s centralization limits opportunity – P2P wins over centralized servers when it comes to fighting against censorship
  • IPFS can work without Internet – Developing world. Offline. Natural disasters. Intermittent connections. IPFS enables persistent availability with or without Internet backbone connectivity.

Here’s how IPFS roughly works:

  1. Each file and all of the blocks within it are given a unique fingerprint (cryptographic hash).
  2. IPFS removes duplications across the network.
  3. Each network node stores only content it is interested in, and some indexing information that helps figure out who is storing what.
  4. When looking up files, you’re asking the network to find nodes storing the content behind a unique hash.
  5.  Every file can be found by human-readable names using a decentralized naming system called IPNS.

IPFS works with Linux, Mac OS X, and Windows. Paula, who will talk about IPFS at FOSDEM 2019, also wrote a recent blog post explaining how to quickly get started with the protocol using Linux. You’ll find more details on IPFS documentation.

The video embedded below – dated 2015 – demonstrates IPFS protocol when it was still at the Alpha stage.

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
11 Comments
oldest
newest
Manu
Manu
5 years ago

Wow. IPFS is a way to go …

bob
bob
5 years ago

IPFS need an efficient mutable content adress, very difficult in p2p!
If they call this internet, a static content by hash they can call it bittorrent…

ValdikSS
ValdikSS
5 years ago

It already has.

Benjamin HENRION
5 years ago

IPFS is not censorship resistant, the network does not maintain n copies on the network on its own. Like if I am the only one on earth to have a copy of a file, I can pull the plug; and the file will be gone forever. IPFS just solves the addressing and caching problem though.

Still a long way to go, GO for example is NOGO for embedded systems, a simple helloworld is 1.8MB!

dgp
dgp
5 years ago

>Still a long way to go, GO for example is NOGO for embedded systems, a simple helloworld is 1.8MB!

This blog is about “embedded systems” and most of the stuff on display has hundreds of megabytes of RAM.

zombie
zombie
5 years ago

so much pure bullshit coming from these “interplanetary” dudes, it aint even funny… just plain dumb.

willy
willy
5 years ago

I always have a great laugh whenever I see clueless people declare that something that has ruled the world for about 3 decades doesn’t work because they don’t understand it, and that they will “fix” it. They completely miss the most important aspect which is economy at scale : there are many places for actors to make money in the current ecosystem and this is what pays the infrastructure. Remove this and you’ll have to pay for your own access, hosting, file transfers etc because someone will have to. Who do you think pays for the boats unrolling submarine cables… Read more »

ValdikSS
ValdikSS
5 years ago

You’re probably missing the whole point of IPFS. You can build your own CDN with IPFS in a matter of hours, and if IPFS is installed on requesting client side, he becomes a part of CDN too.
This is like improved Bittorrent, for web, and which does not require installing IPFS client.
For example, I’m hosting websites and serve terabytes of files over IPFS using Cloudflare’s IPFS gameway cloudflare-ipfs.com on a domain.

dgp
dgp
5 years ago

I hope Paula’s code is better than her Japanese[1].

Otherwise this seems like yet another wishy washy project that promises a lot but will never go anywhere.

[1] See link to her exclusive Japanese blog on her fosdem profile: https://fosdem.org/2019/schedule/speaker/paula/.

Israeru
5 years ago

Zeronet its a better aproximation of an uncensored internet https://zeronet.io/

ValdikSS
ValdikSS
5 years ago

These are different projects: zeronet is generally for (dynamic) websites and very user friendly in that aspect, while IPFS is more like a generic tool to upload and access data over the network.

Khadas VIM4 SBC