HTTP (Port 80)
Used for loading standard, unencrypted web pages.
HTTPS (Port 443 / 8443)
Secured, encrypted version of HTTP using SSL/TLS certificates.
HTTP Alternate / Custom Web Services (Port 8001)
Commonly used for secondary HTTP development servers, management consoles, and REST APIs.
mDNS (Multicast DNS) (Port 5351)
Used for local network zero-configuration service discovery and hostname resolution.
DNS (Port 53)
Translates domain names into IP addresses (uses UDP for queries, TCP for zone transfers).
DHCP (Ports 67, 68)
Dynamically assigns IP addresses and network configurations to host devices on a network.
SSH / SCP / SFTP (Port 22)
Secure, encrypted remote command-line login, shell execution, and file transfer.
Telnet (Port 23)
Legacy text-based, unencrypted remote terminal access.
FTP (Ports 20, 21)
Used for bi-directional file transfers (Port 21 for control/commands, Port 20 for data transfer).
TFTP (Port 69)
Trivial FTP. Connectionless UDP file transfer commonly used for network booting and device configs.
SMTP (Port 25 / 587)
Used for sending outbound email across mail servers (Port 587 for secure client submission).
POP3 (Port 110 / 995)
Downloads incoming emails to local clients (Port 995 for SSL/TLS encrypted access).
IMAP4 (Port 143 / 993)
Manages incoming emails directly on the remote server (Port 993 for secure SSL/TLS connection).
Kerberos (Port 88)
Ticket-based authentication protocol widely used in Active Directory domains.
SNMP (Ports 161, 162)
Used by monitoring platforms to poll network devices (161) and receive asynchronous traps (162).
SMB (Port 445)
Microsoft Windows protocol for direct network file sharing, printer access, and IPC named pipes.
LDAP / LDAPS (Port 389 / 636)
Queries and manages centralized directory services like Active Directory (636 for SSL/TLS encrypted).
RDP (Port 3389)
Microsoft Remote Desktop Protocol for full Graphical User Interface (GUI) remote management.
Syslog (Port 514)
Standard protocol for sending system log messages across network endpoints to SIEM targets.
NTP (Port 123)
Synchronizes precise system clocks across network routers, servers, and security appliances.
LPD/LPR (Port 515)
Line Printer Daemon/Line Printer Remote protocol for Unix/Linux print queues.