TCP पोर्टची उपलब्धता तपासा: ५०+ स्थानांवरून ग्लोबल कनेक्शन टेस्ट
आमचे TCP पोर्ट चेकर अनेक जागतिक टेस्टिंग नोड्सवरून तुमच्या टार्गेट होस्टवरील एखाद्या विशिष्ट पोर्टशी रॉ ट्रान्समिशन कंट्रोल प्रोटोकॉल (TCP) हँडशेक स्थापित करण्याचा प्रयत्न करते. एखाद्या महत्त्वाचा पोर्ट (जसे की SSH साठी 22, MySQL साठी 3306, किंवा SMTP साठी 25) उघडा आहे आणि तो कनेक्शन स्वीकारत आहे की नाही हे पडताळून पाहण्याचा हा निश्चित मार्ग आहे.
HTTP चेकच्या विपरीत, ज्यामध्ये सर्व्हरने हेडर्स पार्स करणे आणि विशिष्ट 200 OK पेलोड परत करणे आवश्यक असते, TCP चेक फक्त ट्रान्सपोर्ट लेयर व्हॅलिडेट करते. जर आमच्या मॉनिटरिंग नोडने SYN-SYN/ACK-ACK हँडशेक यशस्वीरित्या पूर्ण केला, तर पोर्ट उघडा आहे असे मानले जाते. जर कनेक्शन टाइमआऊट झाले किंवा "Connection Refused" त्रुटी परत आली, तर एकतर पोर्टला कडक फायरवॉलद्वारे संरक्षित केले आहे किंवा अंतर्निहित सेवा क्रॅश झाली आहे असा निष्कर्ष निघतो.
The tool can be used with live data over 60 seconds too. For that use the repeat button.
Examples:
1.1.1.1:80
https://check-host.cc:443
8.8.8.8:53
A list of the most frequent destination ports encountered in modern network monitoring and firewall configuration.
| Port | Service | Description |
|---|---|---|
| 20 | FTP Data | Used for transferring actual file data in Active FTP mode. |
| 21 | FTP Control | Used for sending commands and login credentials to FTP servers. |
| 22 | SSH | Secure Shell; used for secure remote login and file transfers (SFTP). |
| 23 | Telnet | Legacy plaintext remote login; largely replaced by SSH for security. |
| 25 | SMTP | Simple Mail Transfer Protocol; used for routing email between servers. |
| 53 | DNS | Domain Name System; resolves hostnames to IP addresses via TCP. |
| 80 | HTTP | Standard unencrypted web traffic; now often redirects to HTTPS. |
| 110 | POP3 | Post Office Protocol v3; used by email clients to retrieve messages. |
| 143 | IMAP | Internet Message Access Protocol; used for accessing email on a server. |
| 443 | HTTPS | HTTP over SSL/TLS; the standard for secure web browsing and APIs. |
| 445 | SMB/CIFS | Server Message Block; used for file sharing and printing in Windows. |
| 465 | SMTPS | Secure SMTP; used for encrypted email transmission. |
| 587 | SMTP Submission | Modern port for mail clients to submit outgoing mail securely. |
| 993 | IMAPS | IMAP over SSL; encrypted access to email messages. |
| 995 | POP3S | POP3 over SSL; encrypted retrieval of email messages. |
| 1433 | MSSQL | Microsoft SQL Server; default port for database connections. |
| 3306 | MySQL | Standard port for MySQL and MariaDB database communication. |
| 3389 | RDP | Remote Desktop Protocol; used to remotely control Windows machines. |
| 5432 | PostgreSQL | Default port for PostgreSQL database server connections. |
| 8080 | HTTP Alternate | Commonly used for proxy servers, caching, or web apps in development. |