Portprotocols
Portprotocols
start and end. They help computers sort the network traffic they receive.
DNS client applications use the DNS protocol to query and request
information from DNS servers, and the server returns the results to
the client using the same port. Port 53 is used for both TCP and
UDP communication.
For example, when a user types a URL into their web browser,
the browser first sends a DNS query to a DNS server to translate
the domain name into an IP address. The response from the server is
sent back to the browser on the same port — port 53.
There are several reputable certificate authorities (CA) who can issue
digital certificates depending on your specific requirements and the
number of domains you want to secure. Additionally, another
consequence of Google’s initiative for a completely encrypted web
is the way that websites are ranked. Since 2014, Google has been using
HTTPS as a ranking signal for its search algorithms. And with a
majority of netizens avoiding unsecure websites, it means that SSL
certificates have become a must.
-- TCP port 110 and 995 and how it works with POP3
Post Office Protocol 3, or POP3, is the most commonly used protocol
for receiving email over the internet. This standard protocol, which
most email servers and their clients support, is used to receive
emails from a remote server and send to a local client.
POP3 is a one-way client-server protocol in which email is received
and held on the email server. The "3" refers to the third version of
the original POP protocol.
The server starts POP3 service by listening on TCP port 110. When a
client wishes to use POP3 for email retrieval, it establishes a TCP
connection with the server host. Once this connection is established,
the POP3 server sends a greeting. At this point, the session enters
the authorization state.
After the POP3 session enters the update state, the POP3 server
deletes the message.
Like POP3, IMAP is supported by all modern email clients and web servers.
But unlike POP3, IMAP also synchronizes the email across multiple devices
or clients, making it more suitable than POP3 when a user is working
with many devices or wants to access email from multiple locations.
IMAP works on ports 143 and 993.
POP3 and IMAP both pertain to the receipt of email but differ from the
Simple Mail Transfer Protocol (SMTP), a protocol for transferring email
across the internet. SMTP sends email, a mail handler receives it on the
recipient's behalf, and the mail is read using POP3 or IMAP.
--Telnet port
Telnet is an application that is used to connect to a remote host’s
command line terminal interface. Network and system administrators use
this application to configure and administer network devices such as
servers, routers, switches, etc. This application is based on the
connection-oriented Transmission Control Protocol (TCP). By default,
a telnet server listens on port 23 for incoming connections from
clients.
All information exchanged in a telnet session between a client and
server is unencrypted and, for this reason, in the last years this
application has been replaced by SSH, which provides the same type of
service, but encrypted, as it’s based on the Secure Socket Layer (SSL)
protocol.
--RDP port
The Remote Desktop Protocol (RDP) is a protocol, or technical standard,
for using a desktop computer remotely. Remote desktop software can use
several different protocols, including RDP, Independent Computing
Architecture (ICA), and virtual network computing (VNC), but RDP is the
most commonly used protocol. RDP was initially released by Microsoft
and is available for most Windows operating systems, but it can be used
with Mac operating systems too.
Remote desktop is the ability to connect with and use a faraway desktop
computer from a separate computer. Remote desktop users can access their
desktop, open and edit files, and use applications as if they were
actually sitting at their desktop computer. Employees often use remote
desktop software to access their work computers when they are traveling
or working from home.