A Network is not a dedicated point to point link. It dosn't matter how fast it is, TCP which manages the network is always trying to share the bandwidth, and not allocate it to one PC or one transaction. Microsoft set up home users versions like a Work Station, with TCP optomised for lan input to make internet browsing faster. They turn off TCP functions which improve lan output as they believe these should only be used by servers. But we want our PC's to work like a server when working with the med500x!
The latest microsoft operating systems have improved TCP output ( for servers!) by introducing a new contention manager which ramps up the allocation of lan bandwidth to tranactions far quicker. This is called CTCP. You can set it using the instructions on this webpage:-
http://www.speedguide.net/articles/windows-7-vista-2008-tweaks-2574#They imply this is for lan inputs. It is not as this article states:-
http://technet.microsoft.com/en-us/library/bb878127.aspxThis may only benefit setups where the PC is connected by a higher bandwidth than a typical 100mbps lan port. My pc is connected to the network via N-300, and the med500 is connected via a 100 mbps port on the router. Those connected with the connections swapped over may not benefit.
In case the first link dissapears I shall paste the instructions here:-
---------------------------------------------------------------------------------
Compound TCP - Improve throughput
Add-On Congestion Control Provider
The traditional slow-start and congestion avoidance algorithms in TCP help avoid network congestion by gradually increasing the TCP window at the beginning of transfers until the TCP Receive Window boundary is reached, or packet loss occurs. For broadband internet connections that combine high TCP Window with higher latency (high BDP), these algorithms do not increase the TCP windows fast enough to fully utilize the bandwidth of the connection.
Compound TCP (CTCP) is a newer method, available in Vista and Server 2008 (there is also a hotfix available for XP/2003). CTCP increases the TCP send window more aggressively for broadband connections (with large RWIN and BDP). CTCP attempts to maximize throughput by monitoring delay variations and packet loss. It also ensures that its behavior does not impact other TCP connections negatively.
By default, Vista and Windows 7 have CTCP turned off, it is only on by default under Server 2008. Turning this option on can significantly increase throughput.
To enable CTCP, in elevated command prompt type:
netsh int tcp set global congestionprovider=ctcp
To disable CTCP:
netsh int tcp set global congestionprovider=none
Possible options are: ctcp, none, default (restores the system default value).
Recommended setting: ctcp
It is better to use this newer generation CTCP congestion control algorithm for most broadband connections, we highly recommend it being turned on.
-----------------------------------------------------------------------------------------------------
I have found this to improve streaming. It still needs time to ramp up the bandwidth, which can be helped by using the movie preview window. Don't try to play a network movie until after the preview window shows a non jerky playback, that is sufficient bandwidth has been allocated.
N.B. ECN (Explicit Congestion Notification, RFC 3168) can be a real bandwidth killer. It allows the router to lower connection speeds becuase of a few dropped frames, even if that means the video then stutters all the time.