Skip to content
This repository has been archived by the owner. It is now read-only.

can IPFS split large files across multiple nodes? #52

Closed
pocketmax opened this issue Sep 29, 2015 · 2 comments
Closed

can IPFS split large files across multiple nodes? #52

pocketmax opened this issue Sep 29, 2015 · 2 comments
Labels

Comments

@pocketmax
Copy link

pocketmax commented Sep 29, 2015

If so, can it download the pieces of the file simultaneously like bittorrent?

@jbenet
Copy link
Contributor

jbenet commented Sep 29, 2015

  • Q: Are files split into pieces?
    Yes, files are chunked when they are imported to IPFS. There are many chunking algorithms for different purposes.
  • Q: do IPFS nodes download pieces of files simultaneously like BitTorrent?
    Yes. See the IPFS Paper (currently, draft 3) or the talks for more details.

@flyingzumwalt
Copy link
Contributor

flyingzumwalt commented May 23, 2017

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants