| Domain or IP Address | Ports to Check | Status | IP Address | Latency | Service | Message |
|---|
The TCP Port Checker is an online port testing tool that checks whether a specified TCP port can establish a connection through a domain name or IP address. It returns the port status, resolved IP address, connection latency and associated service information. It is useful for server configuration checks, network troubleshooting and port connectivity testing.
TCP ports are important entry points for network services. Different services commonly use different ports. For example, HTTP typically uses port 80, HTTPS uses port 443, SSH uses port 22 and MySQL commonly uses port 3306. TCP port checking attempts to establish a TCP connection to determine whether the target port is accessible.
Different network services commonly use standard ports. Checking frequently used ports can quickly determine whether the corresponding service can establish a TCP connection.
Port 80 is commonly used for HTTP services and is a standard Web port.
Port 443 is commonly used for HTTPS services and encrypted TLS connections to websites.
Port 22 is commonly used by SSH for remote login and is widely used for Linux server administration.
Port 3306 is the common default TCP port for MySQL and can be used to check network connectivity to a MySQL service.
Port 3389 is commonly used by the Windows Remote Desktop Protocol (RDP) and can be used to check TCP connectivity to a remote desktop service.
TCP port checking normally tests specified ports to determine whether TCP connections can be established. Port scanning generally probes a larger range of ports to identify potentially available network services. Their testing scope and typical use cases are different.
Not necessarily. An open port means that a TCP connection can be established from the current checking environment, but it does not prove that the application-layer service is functioning correctly. Further testing with HTTP, SSH, database or other application protocols may be required.
A closed port may indicate that the target service is not running, the service is not listening on that port, a firewall is blocking access, a security group is restricting the connection or the target network is unreachable.
A domain may resolve to multiple IP addresses and may use a CDN, load balancer or DNS-based traffic distribution. Therefore, the actual IP address used for a domain check may differ from the result obtained by directly checking a specific IP address.
TCP port check results represent network connectivity between the current checking environment and the target server. If a port appears closed, it should not be assumed that the port is inaccessible from every network. Further investigation may need to consider the server firewall, security groups, listening address and network provider policies.
Comments 0