Network Port Reference - Common Ports Guide

Comprehensive reference guide for common network ports and services. Search and learn about FTP, SSH, HTTP, HTTPS, database ports, and more.

Port Reference Tool

This is a reference tool showing common network ports and their services. For actual port scanning, use dedicated tools like nmap.

Common Network Ports

PortServiceDescription
21FTPFile Transfer Protocol
22SSHSecure Shell
23TelnetTelnet Protocol
25SMTPSimple Mail Transfer Protocol
53DNSDomain Name System
80HTTPHypertext Transfer Protocol
110POP3Post Office Protocol v3
143IMAPInternet Message Access Protocol
443HTTPSHTTP Secure
445SMBServer Message Block
3306MySQLMySQL Database
3389RDPRemote Desktop Protocol
5432PostgreSQLPostgreSQL Database
6379RedisRedis Database
8080HTTP-AltHTTP Alternate
27017MongoDBMongoDB Database

Port Security Tips

  • • Close unused ports to reduce attack surface
  • • Use firewalls to restrict port access
  • • Monitor open ports regularly
  • • Keep services on standard ports updated

Understanding Network Ports

Network ports are virtual endpoints for network communications. They allow multiple services to run on a single IP address by using different port numbers. Ports range from 0 to 65535, with well-known ports (0-1023) reserved for common services.

Port Categories

Well-Known Ports

0-1023: Reserved for system services and common protocols

Registered Ports

1024-49151: Assigned by IANA for specific services

Dynamic Ports

49152-65535: Used for temporary connections

Port Security Best Practices

  • Close Unused Ports: Reduce attack surface by closing unnecessary ports
  • Use Firewalls: Configure firewalls to restrict port access
  • Change Default Ports: Consider using non-standard ports for added security
  • Monitor Traffic: Regularly monitor port activity for suspicious behavior
  • Keep Updated: Ensure services running on ports are up-to-date

Related Tools