Why are my network file transfers so slow?

Caporegime
Joined
12 Mar 2004
Posts
29,962
Location
England
transfer.jpg

transfer2.jpg


30MB/s off a laptop hard drive capable of over 50MB/s. :(
 
Last edited:
That's nothing. My transfers over wifi are never more than 1MB/sec even though both machines show a maximum signal.
 
I would say still the laptop hard drive is the culprit. as performance statistics are normally not the concurrent read/write speeds as long reads slow the drive over time the same with longer wrights.
 
Probably the hard drive. The transfer rate of a hard drive depends a lot on where the file is physically located on the platter. The drive spins at a constant speed, so data located on the outer edge of the platter moves past the head much more quickly than data on the inner edge. That's why every HD Tach graph you see slopes downwards towards the end of the drive. Entirely possible that the drive can only do 30MB/s on the inner edge.
 
I doubt it's either HD, from the speed graph above, you can see it's hitting a bottleneck, i.e the speed is roughly consistent. If it was due to a HD, I'd expect to see more variation.
 
30MB/sec is about average for a GigE file transfer across a single TCP socket.

Is your other machine Vista as well? If not, then that will limit performance as pre-Vista the TCP stack was not that good with jumbo frames.
 
disable "remote differential compression"

A myth. This only applies to DFS (distributed file system) in Windows Domains... or other applications that choose to support it.

It is just an API for programs to use if they want. Windows Explorer does not use it.
 
Is your other machine Vista as well? If not, then that will limit performance as pre-Vista the TCP stack was not that good with jumbo frames.

That could be the reason then, my laptop is running xp. I'll install vista on it and see if it makes a difference.
 
Back
Top Bottom