Port Checker

Enter the IP address and port number to check if the port is open.

Complete Guide to Port Checking

What is a Port?

In computer networking, a port is a virtual point where network connections begin and end. Ports allow computers to distinguish between different types of traffic - web pages (port 80), emails (port 25), file transfers (port 21), etc. There are 65,535 ports available, with the first 1,024 being "well-known ports" assigned to common services.

How to Use This Port Checker

  1. Enter the IP address of the device you want to check (e.g., your public IP or server IP)
  2. Enter the port number you want to test (see common ports below)
  3. Click "Check Port" to see if the port is open

Common Ports and Their Services

Port Number Service Protocol
20, 21 FTP (File Transfer Protocol) TCP
22 SSH (Secure Shell) TCP
25 SMTP (Email) TCP
53 DNS (Domain Name System) TCP/UDP
80 HTTP (Web Traffic) TCP
110 POP3 (Email Retrieval) TCP
143 IMAP (Email Retrieval) TCP
443 HTTPS (Secure Web Traffic) TCP
3306 MySQL Database TCP
3389 Remote Desktop Protocol TCP

Why Check Ports?

Port checking helps you:

Troubleshooting Port Issues

If a port shows as closed when it should be open:

  1. Check if the service is running on the target device
  2. Verify local firewall settings
  3. Check router/firewall port forwarding rules
  4. Contact your ISP if you suspect they're blocking the port

Security Considerations

Open ports can be security risks if not properly managed:

Advanced Port Scanning

For more advanced users:

This tool provides basic port checking functionality. For comprehensive network analysis, consider professional network monitoring tools.