Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Testing internet connection

Status
Not open for further replies.

jimoblak

Instructor
Oct 23, 2001
3,620
US
My company needs to test the internet access of our customers to evaluate if they could make use of a new online service that requires a constant high speed connection. I need to check if the customer uses dial-up internet access or a faster, 'always on' connection.

I can already guess a high speed connection is used when the user logs in with the same IP address each time. But not every high speed connection uses a stable IP address. Can anyone suggest a technique to check the speed of the connection?

- - I hope this helps - -
[sub](Complain to someone else if it doesn't)[/sub]
 
I cannot think of a reliable means to do this every time. I would imagine providing the client with a select drop-down menu and allow them to choose the type of connection they are using (just use plain language when describing the connection type - mom+pop don't know the difference between Cable, Modem, ISDN, etc).

I know it sounds low-tech - that doesn't mean it's not gonna work [smile]

Cheers,
Jeff

[tt]Jeff's Page [/tt][tt]@[/tt][tt] Code Couch
[/tt]
 
PHP might not be the way to go here.
Some Java Applet that reports back the download time of a file (increasing in size to establish approx. speed) may be the way to go.

Another suggestion - again not much PHP here:
A client side XMLRPC call issed with Javascript from a page that determines donwload time and reports back to a PHP backend.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top