Networking Forums

Networking Forums > Computer Networking > Windows Networking > What is the Default Maximum Number of TCP Connections ?

Reply
Thread Tools Display Modes

What is the Default Maximum Number of TCP Connections ?

 
 
TIA
Guest
Posts: n/a

 
      03-30-2009, 06:34 PM
What is the Default Maximum Number of TCP Connections on the server ?

Can this be increased and how ?

Recently, we experienced an unusual delay in starting our application.
Using the NESTAT command, I can see over 100 TCP connections in various
states.

TIA
 
Reply With Quote
 
 
 
 
Alister
Guest
Posts: n/a

 
      03-31-2009, 01:30 PM


"TIA" wrote:

> What is the Default Maximum Number of TCP Connections on the server ?
>
> Can this be increased and how ?
>
> Recently, we experienced an unusual delay in starting our application.
> Using the NESTAT command, I can see over 100 TCP connections in various
> states.
>
> TIA


The maximum number of connections for Windows 2003 is 16 million, but in
practice this is limited by the number of available dynamically assigned
ports, the range of which on 2003 is from 1025 to 5000 by default - yielding
3975 possible concurrent connections.

You can increase the number of available ports by changing / creating the
following registry value:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\MaxUserPort

This is a REG_DWORD value, the default is (decimal) 5000 but you can set a
maximum value of (decimal) 65534

Alister
 
Reply With Quote
 
TIA
Guest
Posts: n/a

 
      04-01-2009, 11:58 AM
Thank you Alister for making it clear !

"Alister" wrote:

>
>
> "TIA" wrote:
>
> > What is the Default Maximum Number of TCP Connections on the server ?
> >
> > Can this be increased and how ?
> >
> > Recently, we experienced an unusual delay in starting our application.
> > Using the NESTAT command, I can see over 100 TCP connections in various
> > states.
> >
> > TIA

>
> The maximum number of connections for Windows 2003 is 16 million, but in
> practice this is limited by the number of available dynamically assigned
> ports, the range of which on 2003 is from 1025 to 5000 by default - yielding
> 3975 possible concurrent connections.
>
> You can increase the number of available ports by changing / creating the
> following registry value:
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\MaxUserPort
>
> This is a REG_DWORD value, the default is (decimal) 5000 but you can set a
> maximum value of (decimal) 65534
>
> Alister

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maximum number of APs in use on WZC service? Richard Wireless Networks 5 01-27-2009 11:14 PM
Maximum number of connections MedTech Windows Networking 2 08-20-2005 06:25 PM
Maximum number of UDP ports? cbrown@sensis.com Windows Networking 1 08-19-2005 01:17 PM
Maximum Number of TCP Connections for Red Hat Linux 8.x DEngelbrechtBT Linux Networking 4 12-10-2004 08:33 PM
MN-700 - Maximum Number of Connections TC Broadband Hardware 2 02-16-2004 01:30 AM



1 2 3 4 5 6 7 8 9 10 11