|
|
|
|
|
by mycure
3702 days ago
|
|
Infinit's goal is not to compete against IPFS which is focusing on providing a protocol for distributing content. IPFS does not focus on providing redundancy, fault tolerance, rebalancing or file-level functionalities such as access control, versioning etc. This is what Infinit is doing. Two very different solutions even though they may share some technical similarities. |
|
redundancy - Any node in the IPFS network can provide the requested data. That's because the identity of the data is with the name, and not the server you got the data from.
fault tolerance - Absolutely does provide fault tolerance. The filesystem is a SHA256 hash in what they call a multihash. Because everything has a hash-name, the file system is a self-certifying filesystem.
Rebalancing - Doesn't make sense. You need more capacity or bandwidth? Add more machines, and pin the data you need.
Access control - file-level encryption is part of the protocol, but not implemented yet. The idea is that GPG can serve as the go-between until ipfs encryption subroutines are implemented.
Versioning - similar, in the spec but not added yet. There will be 2 types of versioning; blockchain and git-style