473,405 Members | 2,379 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

XP 10 connection limit Qs

Hi,

I would be grateful if someone could clarify my rather confused ideas of the
10 connection limit on XP/2000 when its being used as a server. (I realise
that XP is really a client op sys with limited server capability, I am also
aware you can kludge the number to 40, but assume I do not want to do that).

As I understand it XP Pro will support 10 simultaneous inbound (SYN)
connections (5 for XP Home). My confusion arises as to what exactly
constitutes an inbound connection. Please correct me if I'm wrong (or tell
if I'm right!). Say I'm using XP Pro as an ICS server or as an iis server

Queries:
I believe that Internet Explorer on a client will open 2 separate
connections to the XP pro server, so is it true that a maximum of 5 IE
sessions can run at once?

If you opened IE 5 times on one machine would that soak up all 10 slots?

Could you run a maximum of 5 machines with 1 IE session each? Or could I run
10 clients each running IE.?

If I was running a program using sockets.... 1 socket connection
client->server would correspond to one connection right? Would 2 sockets on
different ports from the same client machine soak up 2 connections on the
server or one.

I suppose my main confusion here is whether the 'connection' refers to a
clients IP address only (i.e. can connect 10 client MACHINES) or (I
suppose) a IPaddress/Port pair. If the limit is per machine, is there a
limit on the number of sockets that an individual client could open to the
server??

I believe a 10 tcp/ip connections limit has been introduced in SP2 for XP as
a defence against spreading virus/worms. Is this the same thing as the 10
connection limit for the XP server or is this a separate limit applicable to
XP when used normally as a client?

Final points:
I believe iis has a default connection limit of 10 irrespective of op sys
(although the limit can be legitimately changed in the registry) True?
Win Me and 98 have no connection limit when used as servers (e.g. ICS
server) true?

Hoping thats is resonably coherent! Thanks for your time.
regards
Bill
Jan 18 '06 #1
4 10755
Bill wrote:
Hi,

I would be grateful if someone could clarify my rather confused ideas
of the 10 connection limit on XP/2000 when its being used as a
server. (I realise that XP is really a client op sys with limited
server capability, I am also aware you can kludge the number to 40,
but assume I do not want to do that).


You will probably get better responses to this on the .inetserver.iis group.
Most of us regulars are programmers who only do a little admin stuff when
needed. The admin-types will more likely be at the iis group.

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jan 18 '06 #2
> Hi,

I would be grateful if someone could clarify my rather confused ideas of the
10 connection limit on XP/2000 when its being used as a server. (I realise
that XP is really a client op sys with limited server capability, I am also
aware you can kludge the number to 40, but assume I do not want to do that).

As I understand it XP Pro will support 10 simultaneous inbound (SYN)
connections (5 for XP Home). My confusion arises as to what exactly
constitutes an inbound connection. Please correct me if I'm wrong (or tell
if I'm right!). Say I'm using XP Pro as an ICS server or as an iis server

Yes this is true. I'm not aware of the kludge but I suspect the only reason
the limit is present is to maintain a differentiation between client and
server products. If the machine is not a Users PC then I can see no reason
not to increase it's activity in this way.

Queries:
I believe that Internet Explorer on a client will open 2 separate
connections to the XP pro server, so is it true that a maximum of 5 IE
sessions can run at once?
By default IE can open a maximum of 2 connections to the same server. The
key point here is that it does when it is actively fetching things from the
server. Most of the time IE will not have a connection to anything.
Remember HTTP is a connectionless protocol.
If you opened IE 5 times on one machine would that soak up all 10 slots?

If you had 5 actual IExplorer instances running at the same time and all 5
were actively fetching the same XP machine then yes you could fill up the 10
available connections

Could you run a maximum of 5 machines with 1 IE session each? Or could I run
10 clients each running IE.?
You could run as many IE instances on as many machines you like but only 5
can 'active' at the same time.
If I was running a program using sockets.... 1 socket connection
client->server would correspond to one connection right? Would 2 sockets on
different ports from the same client machine soak up 2 connections on the
server or one.

Yes a connection is defined as a socket on the client being connected to a
socket on the server.
I suppose my main confusion here is whether the 'connection' refers to a
clients IP address only (i.e. can connect 10 client MACHINES) or (I
suppose) a IPaddress/Port pair. If the limit is per machine, is there a
limit on the number of sockets that an individual client could open to the
server??

More than one connection can be made even on the same IP/Port. It's not per
machine. The limit of how many individual connections a client can make is
controlled by how many outbound ports its allowed to create (which is a lot
more than 10).

I believe a 10 tcp/ip connections limit has been introduced in SP2 for XP as
a defence against spreading virus/worms. Is this the same thing as the 10
connection limit for the XP server or is this a separate limit applicable to
XP when used normally as a client?

I'm not aware of any limit being imposed on server products.
Final points:
I believe iis has a default connection limit of 10 irrespective of op sys
(although the limit can be legitimately changed in the registry) True?
Win Me and 98 have no connection limit when used as servers (e.g. ICS
server) true?
Sorry don't know the answer to this one. Would you really want to use Win98
as a server??

Hoping thats is resonably coherent! Thanks for your time.
regards
Bill

Jan 19 '06 #3
Thanks for your replies.
As Bob suggested I cross posted. If anyone would like to comment further
maybe it woud be better to use the iis forum version of this post.
Thanks
Bill
p.s The query about ME/98 was just curiousity. I would only use 98 for a
server if I deserved some serious punishment!!
"Bill" wrote:
Hi,

I would be grateful if someone could clarify my rather confused ideas of the
10 connection limit on XP/2000 when its being used as a server. (I realise
that XP is really a client op sys with limited server capability, I am also
aware you can kludge the number to 40, but assume I do not want to do that).

As I understand it XP Pro will support 10 simultaneous inbound (SYN)
connections (5 for XP Home). My confusion arises as to what exactly
constitutes an inbound connection. Please correct me if I'm wrong (or tell
if I'm right!). Say I'm using XP Pro as an ICS server or as an iis server

Queries:
I believe that Internet Explorer on a client will open 2 separate
connections to the XP pro server, so is it true that a maximum of 5 IE
sessions can run at once?

If you opened IE 5 times on one machine would that soak up all 10 slots?

Could you run a maximum of 5 machines with 1 IE session each? Or could I run
10 clients each running IE.?

If I was running a program using sockets.... 1 socket connection
client->server would correspond to one connection right? Would 2 sockets on
different ports from the same client machine soak up 2 connections on the
server or one.

I suppose my main confusion here is whether the 'connection' refers to a
clients IP address only (i.e. can connect 10 client MACHINES) or (I
suppose) a IPaddress/Port pair. If the limit is per machine, is there a
limit on the number of sockets that an individual client could open to the
server??

I believe a 10 tcp/ip connections limit has been introduced in SP2 for XP as
a defence against spreading virus/worms. Is this the same thing as the 10
connection limit for the XP server or is this a separate limit applicable to
XP when used normally as a client?

Final points:
I believe iis has a default connection limit of 10 irrespective of op sys
(although the limit can be legitimately changed in the registry) True?
Win Me and 98 have no connection limit when used as servers (e.g. ICS
server) true?

Hoping thats is resonably coherent! Thanks for your time.
regards
Bill

Jan 19 '06 #4
HI Bill,

I have replied the issue in microsoft.public.inetserver.iis group. Please
go to there and find out whether the issue is clear. Thanks!

Yuan Ren [MSFT]
Microsoft Online Support

Jan 20 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Titus Cheung | last post by:
Hello, Thought I read somewhere saying that there is a limit to how many connections are available per mySQL account or something like that. Can someone please clarify? I wrote a PHP tool...
1
by: marcelo Cortez | last post by:
Hi folks My application fail with 'Non-superuser connection limit exceeded' error , the client application is connected via ODBC AND GPF MESSAGE appear there. the 'Non-superuser connection...
4
by: Anthony England | last post by:
This is a simple question, which has been debated before, but can I ask it again with reference to a specific example? The question is basically should I close and set to nothing an ADO connection...
0
by: WGM | last post by:
There appears to be a per IP connection limit of 2.in XP pro IIS 5.1 Is there any way of removing this limit? When more than two ASP page requests are made from the same IP, only two are...
1
by: AvailBrad | last post by:
We are developing an application using webservices to transfer data from a database to our application. Each database table has its own 'accessor' to go to the database and return a list of all...
6
by: Jack | last post by:
I have a WebRequest object that I use to log into a site and then post some XML. In doing this I set the KeepAlive = true so that it maintains the connection and does operates undo the initial...
1
by: ramneekm | last post by:
hi all, i am working on a asp.net web app and using ado.net 's SqlClient Data Provider to connect to sqlserver 2005. I am getting the exception "Timeout expired. The timeout period elapsed...
1
by: jacobyte | last post by:
HI have a few questions regarding IIS5.1 and the the 10 connection limit, If anyone can help clarify this I would greatly appreciate any help. - this is the situation. We host a site on a win2k3...
5
by: This | last post by:
I have a pretty basic emailing script that sends a relatively small number (150) of html emails. The emails are compiled, personalised from a mysql db subscribers list, and sent using mail() -...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.