Common Network Port Services List
Common Network Port Services List
Kerberos enhances security by using symmetric key cryptography and a trusted third party, the Key Distribution Center (KDC), to authenticate users and services. By doing so, it mitigates the risk of password exposure or replay attacks, enforcing mutual authentication between clients and services across the network .
SMTP is primarily used for sending emails from clients to servers or between servers, ensuring the routing of email messages to the recipient's mail server. IMAP, on the other hand, is used for retrieving emails from the recipient's mail server, allowing multiple clients to access the same mailbox by preserving the emails on the server rather than downloading them. Together, they provide a complete solution for email handling .
HTTP/2 uses TCP as its transport protocol, while HTTP/3 is built on top of QUIC, which uses UDP. This change allows HTTP/3 to better handle issues such as latency and head-of-line blocking, as QUIC can establish connections faster and is designed to recover from packet loss more efficiently compared to TCP .
SMTPS, which operates over port 465, is preferable in situations where email security is a priority, such as transmitting sensitive information. It uses TLS/SSL to encrypt the email content during transport, providing authentication of the server and confidentiality of the messages, unlike standard SMTP which transmits emails in plaintext .
SSH primarily uses TCP for reliable command execution and file transfers, ensuring data integrity and ordered delivery. However, utilizing UDP alongside TCP can offer enhanced flexibility in handling certain networking conditions like reduced latency for data streams that tolerate some packet loss. This dual capability can help SSH adapt to various network environments, although UDP support in SSH is rare .
Organizations may choose FTPS over standard FTP to ensure data security during file transfers. FTPS uses SSL/TLS to encrypt the data, thus providing confidentiality and data integrity, and protecting against interception and manipulation of sensitive files during transit .
Using Microsoft EPMAP, which facilitates remote management of services, can expose systems to risks if not properly secured, as it may be used to discover and exploit network services. Implementing strong access controls, using firewalls to restrict access to known IP addresses, and employing encryption can mitigate these security concerns .
Port 443 is used by HTTPS, which encrypts data using protocols such as TLS or SSL, thereby providing a secure channel for web traffic. In contrast, port 80 is used by HTTP, which does not encrypt data, making it susceptible to eavesdropping and interception .
Telnet transmits data, including passwords, in plaintext, making it vulnerable to interception and eavesdropping, while SSH encrypts its traffic, protecting against such attacks. To mitigate Telnet vulnerabilities, organizations should replace Telnet with SSH, ensuring communication security for remote logins and command executions .
QUIC, used by HTTP/3, enables efficient connection migration by allowing connections to continue smoothly if an endpoint's IP address changes, such as when switching networks. It also reduces latency by eliminating TCP's three-way handshake, allowing data exchanges to begin sooner, and by reducing head-of-line blocking since it operates over UDP .