Speed and node (serving chunk) pool size

I have a little question about speed of the SAFE network.

Let say we have
small file = sf.data with n chunks of size c
big file = bf.data with m chunks of size c
m > n :wink:

In general statistically will the first n chunks of bf.data arrive safe and sound before the n chunks of sf.data?

Thanks

1 Like

Statistically yes, also depends on whether the connection was tcp or udp etc. but statistically small data will arrive faster than large data, only just though and as b/w speeds increase then gap reduces.

2 Likes

Eum…
Just to be sure.
Sorry maybe i was not clear. I’am not asking if small file arrive before big file.
In the two cases we have the same size.
a) small file size = (n * c)
b) first n out of m so again size = (n * c).

So the first n chunks(out of m) of bigfile will arrive before small file.
My assumption is that the bigger the pool of node serving chunk, faster you will receive the file.

Are we on the same page?

Thanks

Your argument holds - I think - if you don’t care about the order of the chunks of big file. So if any n chunks of m can satisfy your question, then it would seem yes, they are statistically likely to arrive faster. But this model takes no network congestion into account or a limit on the connection speeds etc

4 Likes

For what i was thinking Mojette Transform and SAFE i presume that i don’t have to care about the order.
The devil is in the details but it’s better if the big picture look good…