Click to See Complete Forum and Search --> : Ports on PC?
ROOKIE
April 12th, 1999, 04:58 PM
I am trying to gain an understanding of what ports are and how they work. It is my understanding that a port is an address on a machine that protocols such as FTP and TCP/IP access to communicate with servers and clients. Is it possible to write to ports on your own machine? Is there any way to see what ports are listening on a given machine? If anyone knows of someplace on the web or a book that discusses these issues, I would really appreciate a response.
MikeL
April 13th, 1999, 07:29 AM
Take a look at http://www.vijaymukhi.com
This is a good source of information, including tutorials, examples etc.
Masaaki
April 13th, 1999, 09:49 AM
Hi.
I'm lucky because now I'm taking TCP/IP class and alomost done
CScoket program called Bank Cleint and Server.
When we open Brower, OS automatically uses well-known port 80 to
Brower. OS keeps these well-known port like FTP and so on.
If we write the Internet program like CSocket, we must assign
the port manually except well known port, in the code or input it.
Hope for help.
-Masaaki Onishi-
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.