473,732 Members | 2,043 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 10778
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.publi c.inetserver.ii s 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
8954
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 that uses a different PHP file whenever someone hit an HTML form button (ie Submit). It turned out that each one of these PHP files need to re-open the link to the mySQL database by the following snippet or else that particular file won't work:
1
7763
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 limit exceeded' what'wrong?.
4
3524
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 object? Normally, I would do this and not worry about whether I could have chosen not to bother. However, in this example, setting the variable to nothing can take ages, up to 15 seconds, and I wonder whether it is worth it. I would like a...
0
1793
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 processed while the remaining requests are queued. This can be observed through PerfMon by watching the Requests Processing and Requests Queue.
1
2916
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 objects of that type. The problem we are having is with starting up each accessor at once. The following error is returned: WSE827: The outbound connection limit of 16 connections was exceeded. The connection was rejected.
6
10004
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 login. Is there a way to force this connection to close after I an done with it. What happens is that I may need to post the XML in several chunks due to size therefore I cannot set the KeepAlive to False when I post the XML and the way the code...
1
3437
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 prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached." . Internally i am using a
1
5937
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 server and are currently teaming up with another company who have a network of windows xp machines across the country, each one of these boxes has IIS 5.1, no web site is installed on the xp boxes instead its just a .net web service which sends data...
5
3484
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() - after sending, a small summary html page is sent to the user with number sent, time taken and a simple navigation choice. Up to about 100 emails it all works fine - this takes the server about 27 secs . Any more than that and although the emails are...
0
8944
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8773
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9445
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9306
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9180
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6733
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4548
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2177
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.