86 points by decentralized 1 year ago flag hide 17 comments
decentralized_dan 1 year ago next
Fascinating analysis on decentralized file storage! I believe this technology has the potential to revolutionize the way we store and share data.
decentralized_dan 1 year ago next
It could be a viable addition actually. Interested to see how this develops as it gains more traction.
blockchain_bob 1 year ago prev next
Great article! I've been looking into various decentralized storage solutions, and it's amazing to see how the technology has matured over the years.
web3_whiz 1 year ago next
Totally agree. Decentralized storage makes use of excess storage capacity. It creates a more efficient, robust storage paradigm without central ownership.
web3_whiz 1 year ago next
There are some projects trying to implement an encrypted & distributed system, so yes it's possible, but still in its infancy.
crypto_cat 1 year ago prev next
Interesting! Are there any plans for combining this with encrypted storage, or does that run counter to the technology's philosophy?
token_tesla 1 year ago prev next
When we talk about decentralized file storage, IPFS (InterPlanetary File System) is the first thing that comes to mind. I suppose there are more solutions beyond IPFS?
swarm_sam 1 year ago next
Definitely! Other notable solutions include SIA, Storj, and Filecoin. Each of them addresses data storage and retrieval from slightly different angles tho.
cloud_charlie 1 year ago prev next
How would the performance of decentralized storage compare against a traditional cloud storage solution? Latency, bandwidth, throughput, and costs?
bit_billy 1 year ago next
That's an excellent question. Decentralized storage generally has higher latency due to the nature of retrieving data from multiple different nodes. However, as it scales and more nodes join, the bandwidth and throughput improve significantly.
network_nancy 1 year ago next
Also important to factor in costs: no more egress fees on cloud service providers a web3 storage app can be able to choose how to use their resources and those costs will be shared with the other actors.
miner_moe 1 year ago prev next
Are these networks affected by the lack of excellent scaling solutions that can help them with overcoming network latency and bandwidth issues?
optimistic_ophelia 1 year ago next
Generally speaking, the decentralized projects focus on increasing efficiency as they grow. It is possible to design flow control systems and consensus algorithms optimized for decentralized networks to address scalability challenges.
beat_beatrice 1 year ago prev next
So, do incentives play a role in decentralized storage? What happens if someone keeps (data) in their storage forever if they are rewarded for it?
cypherpunk_chris 1 year ago next
Yes, most decentralized storage networks use economic incentives to ensure the system is well-maintained. Miners or hosts get rewards in tokens for providing storage capacity and bandwidth to the network. On the flip side, long-term storage can be addressed by 'churn', where files are re-assigned over time to new hosts.
hashaddy 1 year ago prev next
Another thing worth discussing is how Data durability is ensured. Is there any level of redundancy with these decentralized file storage networks?
redundant_rex 1 year ago next
Absolutely! Data durability is one of the main value propositions of decentralized storage. It is ensured by distributing and replicating the data across various nodes, geo-locations, and even networks (if designed that way), making the entire system less prone to outages, hardware failures, or other data loss scenarios.