nerdexam
GIAC

GSEC · Question #209

Which of the following protocols allows an e-mail client to access and manipulate a remote e-mail file without downloading it to the local computer?

The correct answer is A. IMAP. IMAP allows clients to view and manage email stored on the server without downloading messages locally, unlike POP3 which retrieves and removes them.

Networking and Core Concepts

Question

Which of the following protocols allows an e-mail client to access and manipulate a remote e-mail file without downloading it to the local computer?

Options

  • AIMAP
  • BSNMP
  • CPOP3
  • DSMTP

How the community answered

(57 responses)
  • A
    81% (46)
  • B
    5% (3)
  • C
    12% (7)
  • D
    2% (1)

Why each option

IMAP allows clients to view and manage email stored on the server without downloading messages locally, unlike POP3 which retrieves and removes them.

AIMAPCorrect

IMAP (Internet Message Access Protocol) keeps messages on the mail server and lets clients read, flag, move, and delete them remotely. This server-side management means multiple devices can stay synchronized and messages are never required to be downloaded. It operates on port 143 (or 993 for IMAP over SSL).

BSNMP

SNMP (Simple Network Management Protocol) is used for monitoring and managing network devices, not for accessing email.

CPOP3

POP3 (Post Office Protocol 3) downloads email from the server to the local machine and typically deletes it from the server afterward, which is the opposite of the behavior described.

DSMTP

SMTP (Simple Mail Transfer Protocol) is used for sending email between servers, not for client access to a mailbox.

Concept tested: IMAP server-side email access protocol

Source: https://learn.microsoft.com/en-us/exchange/clients/pop3-and-imap4/pop3-and-imap4

Topics

#IMAP#email protocols#remote mailbox#messaging

Community Discussion

No community discussion yet for this question.

Full GSEC Practice