Uploading and downloading data: how does it work?

To understand how it works, there are a few key concepts:

Client-side uploading
When you upload data to the network it’s encrypted, encoded for redundancy, and broken up into many pieces before it ever leaves your computer. This ensures that a single data center can’t take down all your data.

Downloading
When you need to download your file, those pieces are downloaded concurrently, recompiled and rebuilt into your file.

Downloading your files happens faster than it would be traditionally, and it’s much more secure and private on the backend.

Of course its possible to go way deeper into detail, and if youre interested in that I recommend you check out

Our blog has a lot of really good articles as well with meaty info:

2 Likes