Skip to main content

The Protocols and Ports

Hi there,

In this little article-based note, I'll go through the most of protocols and ports they use. In addition, I'd like to note that in my next articles I'll provide detailed information on the use of some protocols. Thus, briefly, in this little article-based note, I'll summarize all of the information about the protocols, so that you can refer to this information in a concise way through this platform, and not to individual sites in job interviews or other exam-type meetings. So, let's get started:

* LDAP (Lightweight Directory Access Protocol) - 
the default port number is 389,
but over TLS/SSL it uses 636 port, (TCP and UDP)

* RDP (Remote Desktop Protocol) - 
3389 (TCP and UDP)

* DNS ( Domain Name System) - 53 (TCP and UDP)

* DHCP (Dynamic Host Configuration Protocol) - 67,68 (UDP)

* (HTTP) Hypertext Transfer Protocol - 80 (TCP)

* (SSL) HTTP with Secure Sockets Layer - 443 (TCP and UDP)

* (TFTP) Trivial File Transfer Protocol - 69 (UDP)

* (POP3) Post Office Protocol - default port number is 110, but over TLS/SSL it uses 995 port, (TCP)

* (SMTP) Simple Mail Transfer Protocol - the default port number is 25, but over TLS/SSL it uses 465 port, (TCP)

* (IMAP4) Internet Message Access Protocol - the default port number is 143, but over TLS/SSL it uses 993 port, (TCP and UDP)

* (SNMP) Simple Network Management Protocol - 161, 162 (TCP and UDP)

* FTP (File Transfer Protocol) - the default port number is 20, 21, but over TLS/SSL it uses 989, 990 port, (TCP)

* NetBIOS (Network Basic Input/Output System) - 135-139 (TCP)

* NTP (Network Time Protocol) - 123 (UDP)

* NNTP (Network News Transport Protocol) - 119 (TCP)

* IpSec (Internet Protocol Security) - 50, 51 (UDP)

* (SSH) Secure Shell - 22 (TCP and UDP)

* Telnet - 23 (TCP)

* (ICMP) Internet Control Message Protocol - 7 (TCP and UDP)

*  Kerberos - 88 (UDP)

* (IGMP) Internet Group Management Protocol - UpLink Port

(RADIUS) Remote Authentication Dial-In User Service - 1812, 1813 (UDP)

Dear all (IT),
I hope and wish, these notes (about the protocols and ports) will be helping you out. See you in the next articles.
Thank you and good luck!

Kind Regards,
Author
Araz Ahmadov

Comments

Popular posts from this blog

Fayl Bərpa Alqoritmləri

  Salam dostlar, Bu yazımda sizə fayl bərpa proqramlarının (Recuva, Wondershare, EaseUS Data Recovery və s.) faylları bərpa etməsi haqqında bəhs etmək istərdim ki, məhz bu proqramlar silinmiş məlumatların (şəkil, video, sənəd və s.) geri qaytarılması üçün xüsusi alqoritmlərdən istifadə edir. Bu prosesin texniki tərəflərini izah etmək üçün əvvəlcə bir neçə əsas anlayışı bilmək lazımdır: Silinmiş faylların vəziyyəti Əksər fayl sistemlərində (məsələn, NTFS, FAT32, exFAT) fayl silindikdə, həmin fayl fiziki olaraq diskin üzərindən silinmir ki, bu zaman: Fayl sistemində faylın olduğu yer boş olaraq işarələnir və həmin sahə üzərində yeni məlumat yazıla bilməsi üçün icazə verilir; Faylın "metadata"-ları (fayl adı, ölçüsü, yaradılma tarixi və s.) xüsusi strukturlarda saxlanılır (məsələn, NTFS-də MFT / Master File Table). Bu səbəbdən, fayl silindikdən dərhal sonra onu bərpa etmək mümkündür, çünki həmin məlumat fiziki olaraq diskin üzərində qalır. Ancaq yeni məlumat həmin yerə yazıldıqd...

How To Install WordPress On Rocky Linux 9

WordPress is widely recognized as the preferred platform for building websites and blogs due to its ease of use and wide range of customization features. Suppose you’re considering installing WordPress on Rocky Linux, an open-source operating system known for its reliability. In that case, you’ll find the process to be quite straightforward when coupled with the LAMP stack – Linux, Apache, MySQL, and PHP. In the following article, we will guide you through each step of setting up WordPress on Rocky Linux using LAMP, allowing you to get your website or blog up and running smoothly in no time. So, let’s dive into the process! Install WordPress On Rocky Linux 9 Step 1: Update Your System in Rocky Linux Step 2: Installation process of LAMP Step 3: Install WordPress in Rocky Linux 9 Step 4: Configuration of Database Step 5: Configuration of WordPress Step 6: Configuration of Firewall settings Step 7: Log in to WordPress Step 1: Update Your System in Rocky Linux Before installing any new sof...

Fayl şifrələmə vasitələri (Linux)

Salam dostlar, Bu məqaləmdə "linux"-da istifadə olunan bəzi fayl şifrələmə vasitələri (file encryption tools) haqqında bəhs edəcəm. Beləliklə, fayl şifrələməsi nədir və "linux"-da hansı fayl şifrələmə vasitələri mövcuddur? Fayl şifrələməsi mübadilə edilən məlumatların oxunmaz vəziyyətə çevrilməsi prosesidir ki, faylların şifrələnməsi təhlükəsizlik baxımından çox vacibdir. Beləliklə, "linux"-da faylların şifrələməsini həyata keçirən bəzi vasitələr (tools) mövcuddur: "GnuPG (GPG)" "GnuPG" şifrələmə və rəqəmsal imza məqsədləri üçün geniş istifadə olunan pulsuz və açıq mənbəli proqramdır ki, faylları və e-poçtları şifrələmək, eləcə də deşifrə etmək üçün "OpenPGP" standartından istifadə edir. Bu şifrələmə platformasınds əvvəlcə "public key" və "private key" yaradılmalıdır ki, bu zaman "public key" şifrələmə (encrypt), "private key" isə şifrənin açılması (decrypt) üçü...