http ftp ping...

E

erdinc.ayhan

There are some adsl and dial-up internet connections on my computer.
My application has some operations like ping, http request, ftp
download etc. And i want to know which com port or which connection
being used when pinging,downloading...
 
J

John Wunderlich

(e-mail address removed) wrote in @v33g2000cwv.googlegroups.com:
There are some adsl and dial-up internet connections on my computer.
My application has some operations like ping, http request, ftp
download etc. And i want to know which com port or which connection
being used when pinging,downloading...

The services you quote are TCP/IP services which connect on TCP/IP
ports, not com ports (although your phone modem might use a com port to
communicate to the OS). The "etc." part leaves this a rather open
question, but a good place to start is the "Assigned Numbers" RFC 1700
which lists tcp/ip ports used by many common services:

<http://www.faqs.org/rfcs/rfc1700.html>

HTH,
John
 
E

erdinc.ayhan

The services you quote are TCP/IP services which connect on TCP/IP
ports, not com ports (although your phone modem might use a com port to
communicate to the OS). The "etc." part leaves this a rather open
question, but a good place to start is the "Assigned Numbers" RFC 1700
which lists tcp/ip ports used by many common services:

<http://www.faqs.org/rfcs/rfc1700.html>

HTH,
John

thanks for your reply,
Actually i want to manage these communications. For example ; i want
to request an http page from one specific gateway or communication, at
the same time, i want to ping from the other. Is it possible?
 
J

John Wunderlich

(e-mail address removed) wrote in
thanks for your reply,
Actually i want to manage these communications. For example ; i
want to request an http page from one specific gateway or
communication, at the same time, i want to ping from the other. Is
it possible?

Not that I'm aware of. The gateway that is used is based solely on
the destination IP address according to the routing table (viewable
when you type the command "route print" from a command window).

HTH,
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top