Design an algorithm to efficiently transfer required bytes of data to a single PC on the network.

We have a large file stored somewhere. The network is very slow. Design an algorithm to efficiently transfer required bytes of data to a single PC on the network.
Note: We know the portion of the file we want; eg: 10k - 20k

can anyone tell how to approach this question?

Comments (3)