Internet port is a number tacked on the back of an InternetAddress.  This number serves as a means to communicate with a process.  Processes are software that watches a port on a server and services any requests to that port.  Common services are FileTransferProtocol, HyperTextTransferProtocol, TelnetProtocol, SimpleMailTransferProtocol, and PostOfficeProtocol.
----
CategoryAddress