IPFS Protocol

in ipfs •  2 years ago 

The InterPlanetary File System (IPFS) is a protocol enabling a globally distributed, peer-to-peer network for storing and accessing files, websites, applications and data. IPFS uses content addressing, rather than traditional location-based addressing, to uniquely identify each file in a global namespace connecting every computing device that participates in the network.

image.png

As a some specific browsers' user, you can become part of the IPFS network by installing and starting an IPFS node within the the browsers itself.
This means that when brower detects IPFS-hosted resources, it will automatically use your browser’s IPFS node to retrieve them. Because IPFS is a public, peer-to-peer network, when you enable IPFS support in browser, you should be aware of the some privacy considerations:

  • When your device accesses content over IPFS, it also temporarily becomes a host for the content until your node’s local cache is cleared (this amount of time can vary, but the cache is checked hourly and will clear if it reaches 90% of its default 1GB limit). This means that if you visit a page over IPFS, you agree to temporarily be a host of any IPFS resources that it loads.

  • Every IPFS node on the network has a unique public identifier, known as a PeerID. Since PeerIDs are long-lived identities, it’s possible for someone to look up your PeerID in the distributed hash table (DHT) that stores public IPFS metadata and track your IP address over time.

  • Similarly, because that DHT also contains metadata about the content that is requested or provided by PeerIDs, it’s possible for someone observing the DHT to learn what content your node (and, potentially, your IP address) is requesting from or providing to the rest of the IPFS network.

  • If you want to avoid running a local node, you can load IPFS through the public gateway. However, this allows the gateway to see your IPFS browsing activity. This public gateway can see and even log your IP address.

  • A passive adversary can also learn that you are on the browser.

  • In general, network requests from your local IPFS node will NOT use your browser proxy settings, for instance if you are using a VPN browser extension. If you are using a system proxy, it's also possible the node will send some requests that do not go through the system proxy.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!