Here are some common port numbers and their associated services:
- HTTP: Port 80 - Used for web traffic.
- HTTPS: Port 443 - Used for secure web traffic.
- FTP: Port 21 - Used for File Transfer Protocol.
- SSH: Port 22 - Used for Secure Shell, a protocol for secure remote login.
- Telnet: Port 23 - Used for unencrypted text communications.
- SMTP: Port 25 - Used for Simple Mail Transfer Protocol, primarily for email sending.
- DNS: Port 53 - Used for Domain Name System queries.
- POP3: Port 110 - Used for Post Office Protocol version 3, for receiving emails.
- IMAP: Port 143 - Used for Internet Message Access Protocol, also for receiving emails.
- MySQL: Port 3306 - Used for MySQL database connections.
These ports are commonly used in networking and help facilitate various services and applications.
