Port Scanner

Back to IP Lookup

๐Ÿ” Port Scanner

Scanning Your IP Address
216.73.216.25

Scan a Specific Port

Check if a specific service is accessible on your network

Quick scan:

Quick Scan - Click a Port

21FTP
22SSH
23Telnet
25SMTP
53DNS
80HTTP
110POP3
115SFTP
135RPC
139NetBIOS
143IMAP
194IRC
443HTTPS
445SMB
1433MSSQL
3306MySQL
3389Remote Desktop
5432PostgreSQL
5900VNC
8080HTTP Proxy
8443HTTPS Alt
25565Minecraft

What is Port Scanning?

Port scanning is a technique used to identify open ports and services available on a network host. In networking, a port is a logical endpoint for communication โ€” think of your IP address as a building's street address and ports as individual doors into that building. There are 65,535 available TCP ports, each potentially running a different service. Each port number corresponds to a specific service or protocol โ€” for example, port 80 is used for HTTP web traffic, port 443 for HTTPS, port 22 for SSH, port 25 for SMTP email, and port 3389 for Remote Desktop Protocol (RDP).

When you run a port scan, the scanner sends connection requests to each specified port on the target IP address and observes the response. If the port accepts the connection, it's considered open and a service is actively listening. If the port rejects the connection or doesn't respond at all, it's considered closed or filtered. This information is fundamental to understanding your network's security posture โ€” you can't protect what you don't know is exposed.

Why Scan Your Ports?

Regularly checking your own open ports is an essential part of maintaining good network security. Every open port is a potential entry point for attackers, and many security breaches begin with reconnaissance scans that discover services the administrator didn't realize were exposed. Here are the key reasons to scan your ports:

Common Ports to Know

Understanding what services run on common ports helps you interpret scan results. Port 21 is FTP (file transfer), port 22 is SSH (secure shell), port 25 is SMTP (outgoing email), port 53 is DNS (domain name resolution), port 80 is HTTP (unencrypted web), port 110 is POP3 (email retrieval), port 143 is IMAP (email retrieval), port 443 is HTTPS (encrypted web), port 445 is SMB (Windows file sharing โ€” frequently targeted by malware), port 993 is secure IMAP, port 3306 is MySQL, port 3389 is RDP (Remote Desktop), and port 8080 is commonly used as an alternative HTTP port. If any of these ports are unexpectedly open on your public IP, investigate immediately โ€” especially SMB (445) and RDP (3389), which are among the most commonly exploited services on the internet.

Understanding Results

Open: The port is accepting connections. A service is actively listening and accessible from the internet. This is expected for services you intentionally expose (like a web server on port 443) but concerning if unexpected.

Closed: The port is not accepting connections. Either no service is running on that port, or a firewall is actively blocking access. For most ports on a home connection, closed is the desired state.

Filtered: The port didn't respond at all, which typically means a firewall silently dropped the connection request rather than rejecting it. This is generally the most secure state because it doesn't even confirm the port exists.

Note: This scanner checks ports from our server to your public IP address. Results show what the outside world can see โ€” which may differ from a local scan due to NAT, router firewalls, ISP-level filtering, or port forwarding rules. For a deeper understanding of port scanning concepts, check out our guide on understanding port scanning.