What are the default ports for web standards?

DDD
Release: 2023-09-20 16:05:28
Original
9360 people have browsed it

The web standard default ports are: 1. HTTP, the default port number is 80; 2. HTTPS, the default port number is 443; 3. FTP, the default port number is 21; 4. SSH, the default port number is 22; 5. Telnet, the default port number is 23; 6. SMTP, the default port number is 25; 7. POP3, the default port number is 110; 8. IMAP, the default port number is 143; 9. DNS, the default port number is is 53; 10, RDP, the default port number is 3389 and so on.

What are the default ports for web standards?

# Operating system for this tutorial: Windows 10 system, Dell G3 computer.

The default port of the Web standard refers to the port used for communication based on the default port number specified by the Web standard during network communication. The following are several commonly used Web standard default ports:

HTTP (Hypertext Transfer Protocol): The default port number is 80. Used to transfer hypertext information between web servers and browsers.

HTTPS (Hypertext Transfer Protocol Secure): The default port number is 443. Similar to HTTP, but provides more secure data transmission by using SSL/TLS to encrypt communications.

FTP (File Transfer Protocol): The default port number is 21. Used to transfer files over the network. Files can be uploaded and downloaded via FTP server.

SSH (Secure Shell): The default port number is 22. Used to log in remotely and execute commands over an encrypted connection over the network.

Telnet (Telecommunication Network): The default port number is 23. Used to remotely log in to other computers over the network and execute commands on the remote computer.

SMTP (Simple Mail Transfer Protocol): The default port number is 25. Used to send email on the web.

POP3 (Post Office Protocol 3): The default port number is 110. Used to receive emails from the mail server.

IMAP (Internet Message Access Protocol): The default port number is 143. Similar to POP3, it is also used to receive emails from mail servers, but IMAP offers more features.

DNS (Domain Name System): The default port number is 53. Used to resolve domain names into IP addresses and IP addresses into domain names.

RDP (Remote Desktop Protocol): The default port number is 3389. Used to connect to a remote computer over the network and perform remote desktop operations.

These are some common web standard default ports, but other custom ports can also be used for communication as needed.

The above is the detailed content of What are the default ports for web standards?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!