networkinga-plusBeginner23 min read

What Is Post Office Protocol in Networking?

Also known as: Post Office Protocol, POP3, email protocol, CompTIA A+ networking, Network+ email protocols

Reviewed byJohnson Ajibi· Senior Network & Security Engineer · MSc IT Security

This page mentions older exam versions. See the Current Exam Context and Legacy Exam Context sections below for the updated mapping.

On This Page

Quick Definition

Post Office Protocol, often called POP, is a way for your email program to fetch your messages from a mail server and save them on your computer or phone. It works like picking up your physical mail from a post office box and taking it home. Once downloaded, the emails are usually deleted from the server, so you can only read them on that one device.

Must Know for Exams

Post Office Protocol is a regular topic in CompTIA A+ and Network+ certification exams. In the CompTIA A+ exam (Core 1), POP3 appears in domain 2.0 Networking, specifically in objective 2.7 comparing and contrasting internet connection types, network types, and their features. Candidates must know the difference between POP3 and IMAP, the default port numbers, and the basic function of each protocol. Questions often ask which protocol is used to retrieve email from a server or which port POP3 uses.

In the CompTIA Network+ exam (N10-008 or N10-009), POP3 also appears in domain 1.0 Networking Fundamentals. Candidates must understand common application layer protocols, including email protocols like SMTP, POP3, and IMAP. The exam may test the port numbers (110 for POP3, 995 for POP3 over SSL), the fact that POP3 is used for receiving email, and how it contrasts with SMTP, which is used for sending mail. Network+ questions often present a scenario where a technician is configuring an email client and must select the correct protocol and port. For example, a question might describe a user who needs to download emails to a single device and wants to free up server space; the correct answer would be POP3.

Exam objectives emphasize understanding protocol characteristics. POP3 is a client-server protocol that uses TCP. It is connection-oriented, meaning a reliable connection is established before data transfer. It operates at the application layer of the OSI model. Candidates should know that POP3 typically downloads messages and deletes them from the server, while IMAP keeps messages on the server and allows folder management. Scenarios about multi-device access, server storage constraints, or offline email reading are common ways these concepts are tested.

Additionally, security-related questions may ask about encrypted versions of POP3, such as POP3S or Secure POP, which uses TLS on port 995. Understanding the difference between port 110 (unencrypted) and port 995 (encrypted) is a frequent exam point. Some questions may also test the troubleshooting of email client configuration, where a user cannot receive email because the wrong port or protocol is selected. In summary, POP3 is a high-probability topic for both A+ and Network+ exams, and being able to recall its port, purpose, and comparison with IMAP is essential for success.

Simple Meaning

Imagine you have a personal mail slot at a central post office. Every day, letters and packages addressed to you arrive at that slot. To read your mail, you must walk to the post office, open your slot with your key, take everything out, and carry it all home. Once you have taken the mail home, it is no longer in the post office slot. This is exactly how Post Office Protocol works for your email.

When someone sends you an email, that message travels across the internet and lands on a mail server, which is like the central post office. The server holds your messages in a digital mailbox assigned to your email address. Your email program, such as Microsoft Outlook, Apple Mail, or Thunderbird, uses POP to connect to that server and request all new messages. The server then transfers copies of those messages to your computer or phone and, by default, removes the originals from the server.

The key idea here is that POP is a one-way, download-and-delete system. It is designed for people who use a single device to read their email. For example, if you check your email on your home desktop computer with POP, the messages get downloaded to that computer. Later, if you try to check the same email on your phone or laptop, those messages will be gone from the server, so you cannot see them on your other devices. This makes POP very different from more modern protocols like IMAP, which keeps messages on the server so you can access them from anywhere.

POP is one of the oldest email protocols, first created in the 1980s. The most common version today is POP3, where the 3 stands for version 3. It is still widely used, especially in situations where a user has a single computer and wants to store emails locally to save space on the server or to keep a local backup. However, because it does not synchronize across multiple devices, many services now recommend using IMAP instead.

Full Technical Definition

Post Office Protocol version 3 (POP3) is an application-layer internet standard protocol defined in RFC 1939. It operates over TCP port 110 by default, or over port 995 when using POP3S, which is POP3 secured with SSL/TLS encryption. The protocol is used by email clients to retrieve electronic mail from a remote mail server. Unlike IMAP, POP3 is a store-and-forward protocol, meaning it typically downloads messages to the local client and then deletes them from the server, though this behavior can be configured.

The POP3 session proceeds through three distinct states: the AUTHORIZATION state, the TRANSACTION state, and the UPDATE state. In the AUTHORIZATION state, the client establishes a TCP connection to the server and sends a username and password for authentication. Common authentication mechanisms include the USER/PASS commands in plain text, or more secure methods like APOP (Authenticated Post Office Protocol) or AUTH with TLS. Once authenticated, the client enters the TRANSACTION state, where it can issue commands such as LIST (to list messages with their sizes), RETR (to retrieve a specific message by number), DELE (to mark a message for deletion), and STAT (to get mailbox status). The client may also use the TOP command to retrieve headers and a specified number of lines from the body, which is useful for previewing messages.

After the client issues the QUIT command, the session enters the UPDATE state. The server then performs the actual deletions of any messages marked with the DELE command and releases server resources. The connection is closed. One important limitation of POP3 is that it does not support server-side folder management. All messages reside in a single INBOX folder. The protocol also lacks support for message flags like read, replied, or forwarded, unless the client manages these locally using headers like X-Status.

In practice, POP3 is implemented in many email server software packages such as Dovecot, Microsoft Exchange (with POP3 service enabled), and Postfix. Clients configure the server address, port, encryption method (SSL/TLS or STARTTLS), and authentication credentials. Many email providers, including Gmail and Outlook.com, support POP3 as a legacy option, often requiring the user to enable it in settings and use an app password for security. Network administrators must consider that POP3 traffic over port 110 is unencrypted, so using POP3S on port 995 is strongly recommended to protect login credentials and message content from eavesdropping on the network.

From a networking perspective, POP3 relies on a simple client-server model. The server listens for incoming TCP connections, and the client initiates the connection. Firewalls must allow outbound TCP traffic on port 110 or 995 for clients to reach the server. Because POP3 downloads messages and deletes them from the server, it reduces server storage requirements but creates challenges for multi-device access and backup. For exam purposes, remember that POP3 is connection-oriented, uses TCP, and is a pull protocol, meaning the client pulls email from the server rather than the server pushing it to the client.

Real-Life Example

Think of your email system like a physical office building that has a central mailroom. Every day, couriers and postal workers deliver letters and packages to the building's mailroom. The mailroom has a large set of mail slots, one per employee. When someone sends you a letter, it goes into your slot.

Now, imagine that you work in this building and you have a personal assistant named Pat. Pat's job is to collect your mail from the slot every morning and bring it to your desk. Once Pat takes the mail out of the slot and places it on your desk, the slot is empty. If you later go to the mailroom yourself to check for mail, you will find nothing because Pat already took everything. In this analogy, you are the email user, Pat is your email client software (like Outlook), and the mail slot is your mailbox on the server. The process of Pat walking to the mailroom, opening the slot, taking all contents, and bringing them to your desk is exactly like POP3 downloading your emails.

Let's extend the analogy. Suppose you have two assistants: Pat and Terry. Pat works in the morning, and Terry works in the afternoon. If Pat collects your mail in the morning and brings it to your desk, Terry will find an empty slot in the afternoon. Similarly, if you use POP3 to download emails to your desktop computer in the morning, and then you try to check email on your laptop in the afternoon using POP3 again, there will be no messages left on the server. This is the fundamental limitation of POP3 for multi-device users.

If you wanted your mail to remain in the slot so that both Pat and Terry could see it, you would need a different system where messages stay in the slot but can be read and marked without being removed. That is what IMAP does. But with POP, the expectation is that you take your mail home and read it there. The post office (server) is just a temporary holding place.

Why This Term Matters

Post Office Protocol matters in real IT work because it remains a widely used method for email retrieval, especially in legacy environments and specific use cases. Many small businesses, educational institutions, and organizations with limited server storage still rely on POP3 to manage email delivery. Understanding POP is essential for system administrators who must configure email clients, troubleshoot connectivity issues, and choose the right protocol for their users' needs.

In networking and system administration, POP3 affects decisions about firewall rules, server storage capacity, and data backup strategies. Because POP3 downloads and often deletes messages from the server, it reduces the load on the email server's storage and can lower costs. However, it also means that if a user's device crashes or is lost, all locally stored emails may be permanently lost unless they are backed up separately. IT professionals must weigh these tradeoffs and may configure POP3 to leave copies on the server for a set number of days to provide a safety net.

Cybersecurity professionals also need to understand POP3 because it transmits credentials and message data in plain text when unencrypted. This presents a significant security risk on untrusted networks. Configuring POP3S or using VPNs to protect POP3 traffic is a common requirement in secure environments. Additionally, because POP3 does not support server-side search or folder organization, users may face challenges managing large volumes of email, which can impact productivity.

In cloud infrastructure, many email services support POP3 as a fallback for syncing with legacy devices. For example, a company migrating from an on-premises Exchange server to Office 365 may need to support POP3 for older applications that cannot use modern protocols. Understanding the limitations of POP3 helps IT teams design migration plans, set appropriate expectations for users, and avoid data loss scenarios. Ultimately, POP3 is a foundational protocol that every networking professional should know, even if IMAP and web-based clients have become more dominant.

How It Appears in Exam Questions

In certification exams, Post Office Protocol appears in several distinct question formats. One common type is the direct knowledge question, where the candidate must identify the correct protocol for a given function. For example, Which of the following protocols is used to retrieve email from a mail server? The correct answer would be POP3, with IMAP and SMTP as distractors. These questions test foundational recall of protocol roles.

Another frequent pattern is the configuration scenario. The exam might describe a technician setting up an email client for a user who only reads email on a single desktop computer and wants to minimize server storage usage. The question asks which protocol the technician should configure. The correct choice is POP3 because it downloads and deletes the messages from the server. These questions require the candidate to apply protocol characteristics to a practical situation.

Port number questions are also common. Candidates may be asked, Which port number is used by POP3 over SSL? with options like 25, 110, 143, and 995. The correct answer is 995. Similarly, a question might ask to identify the default port for unencrypted POP3, which is 110. These questions often appear in the context of firewall configuration or network service identification.

Troubleshooting scenarios are another key format. For instance, a user reports that after checking email on their phone, the same messages are no longer visible on their laptop. The question asks what the most likely cause is. The correct answer would be that the email client is configured to use POP3, which deletes messages from the server after download. This tests understanding of POP3's behavior and how it can cause data synchronization issues across devices.

Comparison questions directly contrast POP3 with IMAP. A typical question might list characteristics of each protocol and ask the candidate to match them. For example, Which protocol keeps email messages on the server? (IMAP) versus Which protocol downloads messages and deletes them from the server? (POP3). These questions test the ability to distinguish between similar protocols.

Finally, some more advanced questions may involve security. A question could describe a company policy requiring all email traffic to be encrypted in transit. The technician must choose the correct configuration for POP3, such as enabling SSL/TLS and using port 995. Understanding the difference between POP3 and POP3S is essential here. Overall, POP3 questions are straightforward but require memorization of key facts, practical application in scenarios, and the ability to compare it with IMAP and SMTP.

Practise Post Office Protocol Questions

Test your understanding with exam-style practice questions.

Practise

Example Scenario

Sarah is a freelance graphic designer who works from her home office. She uses a desktop computer to manage all her client communications. Her email provider offers both POP3 and IMAP as options for setting up her email client. Sarah chooses POP3 because she only uses one computer and wants to keep her inbox small on the server.

Each morning, Sarah opens Microsoft Outlook, which is configured with POP3. Outlook connects to her email provider's server using port 995 with SSL encryption. The server verifies her username and password. Then, Outlook sends a LIST command to see how many new messages are waiting. There are twelve new emails. Outlook then issues a RETR command for each message, downloading copies to her computer. After all messages are transferred, Outlook sends a QUIT command, and the server deletes the twelve emails from its storage.

Sarah reads, replies to, and organizes these emails throughout the day. Because the messages are now stored locally on her hard drive, she can view them even if she loses internet access. However, when Sarah later buys a laptop and tries to check her email on the go, she finds that all the previous messages are missing. The new laptop's email client shows only brand new messages received after her last desktop session. Sarah realizes that POP3 is not suitable for her new multi-device workflow, so she switches her email client to IMAP, which keeps a central copy on the server. This scenario shows how POP3 works well for single-device users but creates problems when users need access from multiple devices.

Common Mistakes

Thinking POP3 is used to send email.

POP3 is only for receiving (retrieving) email from a server. Sending email is handled by SMTP (Simple Mail Transfer Protocol).

Remember: POP3 is for picking up mail from the server, like collecting letters from a post office box. SMTP is for mailing letters out.

Believing POP3 keeps messages on the server by default.

The default behavior of POP3 is to download messages and then delete them from the server. Some clients offer an option to leave copies, but that is not the default.

Know that standard POP3 takes mail away from the server. If you need messages to stay on the server, you should use IMAP or configure POP3 to leave copies.

Confusing the default ports for POP3 and POP3S.

Unencrypted POP3 uses TCP port 110, while POP3 over SSL/TLS (POP3S) uses port 995. Many students mix these up or think both use the same port.

Memorize: port 110 is plain POP3, port 995 is secure POP3. Associate 995 with safety (like 9-9-5 for secure).

Assuming POP3 supports multiple folders and server-side searching.

POP3 is a very simple protocol. It only works with a single INBOX folder. It does not support folders, tags, or server-side search. Those features are available in IMAP.

Remember that POP3 is basic. It treats the server like a simple post office box, not a full filing cabinet.

Thinking POP3 can be used to access email from multiple devices simultaneously without issues.

Because POP3 downloads and deletes messages from the server, subsequent devices will not see those messages. This causes synchronization problems across devices.

Use IMAP instead of POP3 when the same email account needs to be accessed from more than one device.

Exam Trap — Don't Get Fooled

A question asks which protocol is used to retrieve email and mentions the user checks mail from multiple devices. The options include both POP3 and IMAP. Seeing retrieve email, learners may choose POP3 without thinking about the multi-device requirement.

Always read the entire question carefully. If the scenario involves multiple devices or synchronized email folders, the answer should be IMAP, not POP3. Remember that POP3 is for single-device, offline-oriented access, while IMAP supports multi-device synchronization.

Commonly Confused With

Post Office ProtocolvsIMAP

IMAP (Internet Message Access Protocol) also retrieves email from a server, but it keeps messages on the server and allows you to manage folders and flags. POP3 downloads messages and typically deletes them from the server, while IMAP maintains a centralized copy accessible from any device.

With IMAP, you read an email on your phone, and when you open your laptop later, the same email is still there, marked as read. With POP3, reading it on your phone would delete it from the server, so your laptop would never see it.

Post Office ProtocolvsSMTP

SMTP (Simple Mail Transfer Protocol) is used for sending email from a client to a server or between servers. POP3 is used only for receiving email. SMTP pushes mail out, while POP3 pulls mail in.

When you send a message, your email client uses SMTP to send it to the server. When you want to read new messages, the client uses POP3 to fetch them. They work as a pair but serve opposite purposes.

Post Office ProtocolvsHTTP

HTTP (Hypertext Transfer Protocol) is used for accessing web pages, not email. Some web-based email services use HTTP to browse email through a browser, but the underlying protocol for dedicated email clients is POP3 or IMAP. HTTP is not an email retrieval protocol.

Checking your email in a web browser like Gmail.com uses HTTPS, not POP3. But if you configure Outlook to download your Gmail messages, it uses POP3 or IMAP.

Step-by-Step Breakdown

1

Client initiates TCP connection

The email client (like Outlook) opens a TCP connection to the mail server on port 110 (or 995 for encrypted POP3S). This establishes a reliable communication channel between the client and server.

2

Server sends greeting

The server responds with a greeting message, typically including its hostname and a confirmation that it is ready. This marks the start of the AUTHORIZATION state.

3

Client sends user credentials

The client sends the username using the USER command, then the password using the PASS command. For POP3S, this exchange is encrypted. The server validates the credentials and either grants access or returns an error.

4

Client enters transaction state

Once authorized, the client is in the TRANSACTION state. It can now send commands to interact with the mailbox. Common commands include LIST to see message sizes, STAT to check mailbox status, and RETR to download a specific message.

5

Client issues RETR and DELE commands

The client uses RETR followed by the message number to download each email. Optionally, it can mark a message for deletion with the DELE command. Messages are not actually deleted until the UPDATE state.

6

Client sends QUIT command

The client sends the QUIT command, which triggers the transition to the UPDATE state. The server now performs the actual deletion of any messages previously marked with DELE. The server then closes the TCP connection.

Practical Mini-Lesson

To work effectively with Post Office Protocol in a real IT environment, you need to understand both its configuration and its limitations. Let us walk through the practical aspects that professionals encounter daily.

First, configuring a POP3 client is straightforward. You need the incoming mail server address, username, password, and the correct port. For unencrypted connections, use port 110. For encrypted connections using SSL or TLS, use port 995. Many modern email clients automatically detect settings, but manual configuration is still common in corporate environments. You must also decide whether to leave a copy of messages on the server. This setting is often found in the advanced server settings. If you leave copies, the server retains the emails for a specified number of days before deleting them. This is useful as a backup but defeats the storage-saving purpose of POP3.

Second, troubleshooting POP3 issues is a common task. If a user cannot receive email, check these things: Is the server address correct? Is the port correct and not blocked by a firewall? Are the username and password accurate? Is the server configured to allow POP3 access? Many providers, like Google and Microsoft, require users to enable POP access in their account settings. Also verify that the client is not using the wrong protocol, such as confusing POP3 with IMAP. If emails are missing on other devices, the cause is often the delete-after-download default. The solution is either to switch to IMAP or to configure the POP3 client to leave messages on the server.

Third, security is a major concern. Unencrypted POP3 transmits your password and email content in plain text across the network. Any attacker on the same network can capture this traffic using packet sniffers. Therefore, always configure POP3 with SSL/TLS encryption, using port 995. Some servers support STARTTLS which upgrades an insecure connection to a secure one on the same port. In corporate environments, VPNs are sometimes used to encrypt all traffic, including POP3.

Fourth, POP3 connects to broader IT concepts like email flow and storage management. Email starts with SMTP for sending and receiving between servers. POP3 is the final step in the journey, retrieving the message from the recipient's server to their device. Understanding this flow helps in troubleshooting delivery delays or lost messages. From a storage perspective, POP3 is a choice when server disk space is limited. However, it creates a risk of data loss if the client device fails without a backup. Modern best practices often recommend IMAP for most users, but POP3 remains relevant for offline access, legacy systems, and specific compliance requirements.

Finally, for exam preparation, focus on memorizing port numbers, the comparison with IMAP, and the fact that POP3 uses TCP. Know that it is a pull protocol and that it operates at the application layer. Practice scenario-based questions that ask you to choose between POP3 and IMAP based on user needs. This practical knowledge will serve you both in exams and in real networking roles.

Memory Tip

Remember POP3 as Pick Off and Put away, because it picks your mail off the server and puts it away on your device, deleting the server copy. The number 3 is for version 3, and the secure port 995 can be remembered as 9-9-5, like 911 with a 5 for safety.

Covered in These Exams

Current Exam Context

Current exam versions that test this topic — use these objectives when studying.

Legacy Exam Context

Older materials may mention these exam versions, but learners should use the current objectives for their target exam.

N10-008N10-009(current version)

Related Glossary Terms

Frequently Asked Questions

What does POP3 stand for?

POP3 stands for Post Office Protocol version 3. It is the most commonly used version of the Post Office Protocol.

What port does POP3 use?

Unencrypted POP3 uses TCP port 110. Secure POP3 over SSL/TLS (POP3S) uses port 995.

Is POP3 used for sending or receiving email?

POP3 is used only for receiving email from a server. Sending email is handled by the SMTP protocol.

What is the main difference between POP3 and IMAP?

POP3 downloads emails to your device and typically deletes them from the server. IMAP keeps emails on the server and syncs across multiple devices.

Can I use POP3 on multiple devices?

Technically yes, but it is not recommended. Because POP3 deletes messages from the server after download, other devices will not see those messages. IMAP is better for multi-device access.

Is POP3 secure?

POP3 by itself is not secure. It transmits data in plain text. For security, you should use POP3S (POP3 over SSL/TLS) on port 995, which encrypts the data.

Does POP3 support folders?

No, POP3 only supports a single INBOX. It does not have server-side folders or tags. IMAP supports folders and server-side organization.

Why would someone choose POP3 over IMAP?

Someone might choose POP3 to save server storage space, to access email offline, or if they only use one device and want a simple setup.

Summary

Post Office Protocol (POP3) is a foundational email retrieval protocol that has been in use since the early days of the internet. It works by allowing an email client to connect to a mail server, download all new messages, and then usually delete them from the server. This makes POP3 ideal for users who read email on a single device and want to minimize server storage usage. However, its limitation is that it does not synchronize across multiple devices, making IMAP a better choice for modern, multi-device workflows.

For IT certification exams like CompTIA A+ and Network+, you need to remember the default ports (110 for POP3, 995 for POP3S), the fact that it is a pull protocol for receiving email, and how it contrasts with SMTP and IMAP. Exam questions often test your ability to choose the right protocol for a given scenario, such as single-device access versus multi-device synchronization. Security considerations are also important, especially the difference between encrypted and unencrypted communication.

As a networking professional, understanding POP3 helps you configure email clients, troubleshoot connectivity issues, and make informed decisions about email infrastructure. While it is an older protocol, it remains relevant in legacy systems and specific use cases. Mastering POP3, its ports, its behavior, and its comparison with IMAP will serve you well both in your exam and in your career.