我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
For a computer connected to a network with an IP address, a port is a communication endpoint. Ports are designated by numbers, and below 1024 each port is associated by default with a specific protocol.
For example, the default port for the HTTP protocol is 80 and the default port for the HTTPS protocol is 443, so a HTTP server waits for requests on those ports. Each Internet protocol is associated with a default port: SMTP (25), POP3 (110), IMAP (143), IRC (194), and so on.
Learn more
General knowledge
- Port on Wikipedia