Check-Host.cc

فحص توفر بورت TCP: فحص اتصال عالمي من أكتر من 50 مكان

أداة فحص بورتات الـ TCP بتاعتنا بتحاول تعمل تصافح (handshake) بروتوكول التحكم في النقل (TCP) مع بورت محدد على الهوست اللي بتطلبه من سيرفرات اختبار في أماكن مختلفة بالعالم. دي أفضل وأدق طريقة عشان تتأكد إن بورت مهم (زي 22 للـ SSH، أو 3306 للـ MySQL، أو 25 للـ SMTP) مفتوح وبيستقبل اتصالات بشكل سليم.

عكس فحص الـ HTTP واللي بيطلب من السيرفر إنه يعالج الردود ويرجع كود 200 OK، فحص الـ TCP بيختبر بس طبقة النقل (transport layer). لو سيرفر المراقبة بتاعنا قدر يكمل عملية SYN-SYN/ACK-ACK handshake بنجاح، البورت بيعتبر مفتوح. لو حصل تايم أوت للاتصال أو رجع خطأ "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

Commonly Used TCP Ports

A list of the most frequent destination ports encountered in modern network monitoring and firewall configuration.

Port Service Description
20FTP DataUsed for transferring actual file data in Active FTP mode.
21FTP ControlUsed for sending commands and login credentials to FTP servers.
22SSHSecure Shell; used for secure remote login and file transfers (SFTP).
23TelnetLegacy plaintext remote login; largely replaced by SSH for security.
25SMTPSimple Mail Transfer Protocol; used for routing email between servers.
53DNSDomain Name System; resolves hostnames to IP addresses via TCP.
80HTTPStandard unencrypted web traffic; now often redirects to HTTPS.
110POP3Post Office Protocol v3; used by email clients to retrieve messages.
143IMAPInternet Message Access Protocol; used for accessing email on a server.
443HTTPSHTTP over SSL/TLS; the standard for secure web browsing and APIs.
445SMB/CIFSServer Message Block; used for file sharing and printing in Windows.
465SMTPSSecure SMTP; used for encrypted email transmission.
587SMTP SubmissionModern port for mail clients to submit outgoing mail securely.
993IMAPSIMAP over SSL; encrypted access to email messages.
995POP3SPOP3 over SSL; encrypted retrieval of email messages.
1433MSSQLMicrosoft SQL Server; default port for database connections.
3306MySQLStandard port for MySQL and MariaDB database communication.
3389RDPRemote Desktop Protocol; used to remotely control Windows machines.
5432PostgreSQLDefault port for PostgreSQL database server connections.
8080HTTP AlternateCommonly used for proxy servers, caching, or web apps in development.