NT Ports and Numbers
NT Ports and Numbers
This is a short guide to Section 2.0 Networking for the CompTIA A+ 1101 exam. This
lesson goes over the various ports you need to know for the exam.
TCP and UDP are both protocols that are used to send data over the internet, but the
way they do so is different.
Since TCP is connection-oriented, it is slower than UDP but more reliable. The packets
maintain order and if a packet gets lost or damaged in transport, TCP ensures
retransmission to obtain the packet.
TCP is used when the data accuracy is critical, such as displaying someone’s bank
account information. Examples of ports that use TCP are ports 22 (SSH) and 443
(HTTPS).
On the other hand, UDP is a connectionless protocol, meaning it does not establish a
direct connection between sender and receiver before transmitting data. It does not
wait for a connection, but instead, sends data whether the receiver is ready or not.
Since UDP does not guarantee that the packets will get to the destination, it is
unreliable and the packets do not maintain strict order. This means that if a packet is
damaged or lost along the way, UDP does not retransmit those packets. This makes
UDP faster than TCP.
UDP is predominantly favored in scenarios prioritizing speed over data accuracy, such
as in real-time video streaming or online gaming. In these instances, the immediate
delivery of data takes precedence over ensuring perfect sequence order, an aspect that
TCP guarantees. After all, a jumbled sequence of data packets would disrupt the
experience in activities like gaming or streaming. Examples of ports that use UDP are
67/68 (DHCP) and 69 (TFTP).
Here is a complete list of all the network ports you need to know for the CompTIA A+
1101 exam according to the exam objectives.
• Protocol: TCP
• Protocol: TCP
23 — Telnet
• Protocol: TCP
• Summary: Telnet is a tool that permits remote access to devices, but it’s
considered less secure than SSH. Historically, it was used for remote terminal
access and configuration of network devices or servers. However, due to security
vulnerabilities, its usage has decreased in favor of more secure alternatives like
SSH.
• Protocol: TCP
• Summary: SMTP is the protocol responsible for sending emails across the
internet. It’s like the postal service for emails, ensuring that your emails reach
the intended recipient’s mailbox. For example, when you send an email from
your email client (like Outlook or Gmail), SMTP is used to deliver it to the
recipient’s mail server.
• Protocol: TCP
• Protocol: TCP
• Summary: POP3 retrieves emails from a server to your local device. It’s like
fetching your physical mail from a mailbox. When you use an email client (like
Outlook or Thunderbird) to download emails from a server to your computer, it
often uses POP3.
• Protocol: TCP
• Summary: IMAP manages and retrieves emails stored on a server. It’s like having
access to your mailbox in multiple locations; changes made to emails (read,
delete, move) are reflected across devices.
161/162 — Simple Network Management Protocol (SNMP)
• Protocol: TCP
• Protocol: TCP
• Protocol: TCP
• Summary: SMB/CIFS allows shared access to files, printers, and other resources
on a network. It’s used for network file sharing between computers running
Windows operating systems.
• Protocol: TCP
• Summary: RDP allows remote access and control of a computer or server from a
different location. It’s like having a virtual window into another computer’s
desktop, commonly used for remote technical support or accessing work
computers from home.
Conclusion
Thank you for reading this article. More CompTIA A+ exam guides are coming soon. If
you have a question or see anything that is wrong in this article, leave a comment below.
Good luck studying and on your test!