Networking Protocols and Ports

Written by

in

ProtocolPortTransportExpanded Description
HTTP80TCPUsed for unencrypted transmission of web pages and data across the internet.
—————
HTTPS443TCPA secure version of HTTP that encrypts traffic using TLS/SSL to protect data.
—————
FTP (Data)20TCPSpecifically used for the actual transfer of data files between a client and server.
—————
FTP (Control)21TCPUsed for establishing the connection and sending commands between the client and server.
—————
SFTP22TCPA secure file transfer protocol that operates over an SSH connection to ensure data privacy.
Note: If you were curios about why SFTP and SSH use the same port like I was.. SFTP is an extension of SSH and SFTP (SSH File Transfer Protocol) is not technically “FTP” at all.
—————
SSH22TCPProvides a secure, encrypted way to remotely log into and manage network devices and servers.
—————
Telnet23TCPAn older protocol for remote login that sends data in plaintext, making it insecure for modern use.
—————
SMTP25TCPThe standard protocol used for pushing or sending emails from a client to a server or between servers.
—————
POP3110TCPUsed for downloading emails from a server to a local client, typically deleting them from the server afterward.
—————
IMAP143TCPA more advanced email retrieval protocol that keeps messages synced across multiple devices and the server.
—————
LDAP389TCP/UDPA protocol used for accessing and maintaining distributed directory information services over a network.
—————
LDAPS636TCPThe secure version of LDAP, which encrypts directory service traffic to protect authentication data.
—————
DNS53TCP/UDPTranslates human-readable domain names (e.g., example.com) into numerical IP addresses.
—————
DHCP (Server)67UDPThe server-side component that manages and assigns IP addresses to clients on a network.
—————
DHCP (Client)68UDPThe client-side component used to request and receive IP configuration from a DHCP server.
—————
TFTP69UDPA simplified, low-overhead file transfer protocol often used for booting diskless workstations or config transfers.
—————
SNMP (Request)161UDPUsed for collecting and organizing information about managed devices on IP networks for network management.
—————
SQL Server (MSSQL)1433TCPThe default port for communication between client applications and Microsoft SQL Server databases.
—————
Oracle Database1521TCPThe standard listener port used by Oracle Database to accept incoming client connection requests.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *