You can choose the right connection for your situation by mathematically figuring the average size of your content files, the amount of time files of that size take to send, and the number of simultaneous users you want to support. This topic shows you how to perform the calculations necessary to select the right connection. For convenience, a utility is available to do these calculation for you.
To use the calculator utilityIf you want to calculate the above server performance statistics for your particular server configuration simply go to Calculating Connection Performance, enter your values, and click the Calculate button.
Important This utility includes server-side scripts and uses Active Server Pages technology. If your server is unavailable, this form may not appear or may function improperly.
You can select a connection type based on the size of files you will be sending to users and the amount of time users are willing to wait to receive a file. Generally, HTML text pages should load within five seconds. External files, such as graphics or video, should load within 30 seconds. If you will be using modems, be aware that you must also factor in the time it takes for a data packet to make the round trip between the user and your server. Modem connections take nearly one second per connection, a significant amount of time. Faster leased-line connections take 0.1 or 0.2 seconds, which is not significant and therefore not included in calculations.
To estimate file sizeNote This calculation assumes a solid text page with no graphics, most typically seen when converting text documents to HTML format. The typical home page is generally much less text intensive and is probably closer to 24,000 bits per page including overhead. However, the typical home page may also contain one or more graphics files, each requiring connections between the client and the server.
To estimate transmission time
Connection Type | Pages Transmitted |
---|---|
Dedicated PPP/SLIP | 0.3 to 0.6 |
56K (Frame Relay) | 0.9 |
ISDN (using PPP) | 1.7 |
T1 | 24 |
T3 | 710 |
To determine the number of possible connections per day on a T1 line
Note This calculation assumes a T1 connection dedicated to only your Web server.
To determine the number of simultaneous users a connection type can support
Note This assumes text-only pages with no graphics and a complete page transmitted within five seconds. If more users attempt to connect, they are not refused, but transmission speed of files may drop well below the five-second recommended time. The following table provides guidelines for the number of users expected to be supported by a connection type.
Connection Type | Users Supported |
---|---|
Dedicated PPP/SLIP | 2–3 |
56K (Frame Relay) | 10–20 |
ISDN (using PPP) | 10–50 |
T1 | 100–500 |
T3 | 5000+ |