Half-open TCP connection limit in Windows 2003/2008 server

tcpwindows-server-2003windows-server-2008

I'm having a hard time finding conclusive evidence on this: did MS put any kind of maximum concurrent TCP connection limit in Windows Server 2003 and/or 2008? (The equivalent of the XP SP2 "feature" they added…)

We're relooking at part of our architecture which is currently based on other technologies with using NetBIOS, but we'd need to be able to have 50-100 hosts connecting to 20-30 other hosts all over NetBIOS directly. Obviously a 10-connection limit (as it is in XP) will put a quick end to that particular plan.

Best Answer

AFAIK, the TCP concurrent connection limit in XP is not limited to 10 concurrent TCP connections, it's limited to 10 concurrent outgoing TCP connection attempts per second. This limit counts the number of NEW connections being established per second, not the number of ESTABLISHED connections. Will the hosts in question be making more than 10 outgoing TCP connections per second? You can quickly check to see if this is an issue by looking for Event ID 4226 in the Event log on one of the hosts.

Related Topic