I don’t know the details (checked it out once, before crypto integration), but it’s like bittorrent. You seed your own files, people who download and keep the files also seed. I think I once tried out a prototype decentralized (crypto) ebay-like app, and all images were “hosted” on IPFS. (So, once the app downloaded the product image, it seeded it to other clients).
I believe all files are hashed, and something like DHT is used to lookup files by hash id.
basically like bittorrent but the entire network is just one swarm and blocks are deduplicated and everyone keeps the stuff they accessed for a while so peers near to them can fetch it from them
it also has a dht, a pubsub like system for fast message propagation and changeable content and is built to be future proof on the protocol level (everything is modular and self describing and can be swapped out)
oh and also everything can link to everything by its CID (content identifier)
I’m already using it, but just for notes so there aren’t any measurable improvements over the traditional methods. It’s still cool to see it work though.
I also think IPFS (non filecoin version) could prove useful in the future as well.
What’s IPFS in layman’s terms? The Wikipedia is hard for me to follow lol
I don’t know the details (checked it out once, before crypto integration), but it’s like bittorrent. You seed your own files, people who download and keep the files also seed. I think I once tried out a prototype decentralized (crypto) ebay-like app, and all images were “hosted” on IPFS. (So, once the app downloaded the product image, it seeded it to other clients).
I believe all files are hashed, and something like DHT is used to lookup files by hash id.
basically like bittorrent but the entire network is just one swarm and blocks are deduplicated and everyone keeps the stuff they accessed for a while so peers near to them can fetch it from them
it also has a dht, a pubsub like system for fast message propagation and changeable content and is built to be future proof on the protocol level (everything is modular and self describing and can be swapped out)
oh and also everything can link to everything by its CID (content identifier)
deleted by creator
IPFS is great, but also so difficult to get it right
I’m already using it, but just for notes so there aren’t any measurable improvements over the traditional methods. It’s still cool to see it work though.
Agreed, I’m building a p2p search engine for it