Quote:
Originally posted by: TheInternal
I have two machines running Windows 7 hooked up to my 1 gb switch. The switch is connected to my new router (which has WEP passworded N draft Wi-Fi wireless).
|
This has nothing to do with your wired transfer speed, but you should avoid WEP if possible -- it has a severe performance penalty and is not actually secure.
Quote:
Originally posted by: TheInternal
What I don't understand is why Windows 7 is transferring data from one computer to the other so slowly, around 10 MB/sec at best.
|
Sounds like one of your NICs might not be negotiating gigabit properly. Does your switch have color coding on the connections to indicate the link speed? Did you confirm that both ends are connecting at gigabit speed?
If you are connecting at gigabit speed, the next question is whether the problem is at the network level or the file system / protocol level. For this, you can use iperf version 1.7 as follows:
server: iperf -s
client: iperf -c
server -l 64k -t 15 -i 3 -r
where
server is the name or IP of the remote computer running iperf -s.
You might need to enable the connections through firewalls to get this to work.
As Jack said, you should be easily hitting 25 MB/s on very large files (small files could be slower). With W7, it could be much faster, but there are no guarantees and multiple possible points of failure/bottleneck. So no, W7 should not be a bottleneck, but as it's new, you could be running into a new issue, e.g. rushed NIC drivers which aren't properly tuned for performance. This sort of problem could show up in the iperf test, and be addressed via a driver update from the NIC chipset manufacturer.