NIMCET 2026 — Computer PYQ
NIMCET | Computer | 2026Which ONE of the following protocols is used specifically by an email client to read emails from an email server?
Choose the correct answer:
- A.
DNS – Domain Name System
- B.
ICMP – Internet Control Message Protocol
- C.
IMAP – Internet Message Access Protocol
(Correct Answer) - D.
SMTP – Simple Mail Transfer Protocol
IMAP – Internet Message Access Protocol
Explanation
The correct option is 3. IMAP – Internet Message Access Protocol.
Explanation:
To understand why IMAP is the correct answer, let's look at the specific purpose of each protocol mentioned in the options:
IMAP (Internet Message Access Protocol): This protocol is used by a client application (like Outlook, Gmail app, etc.) to retrieve and read messages from a mail server. It allows users to view and manage emails directly on the server, synchronization across multiple devices happens seamlessly. Another protocol used for reading emails is POP3 (Post Office Protocol 3).
SMTP (Simple Mail Transfer Protocol): Unlike IMAP, SMTP is strictly used for sending/transferring emails from a client to a server, or between different mail servers. It cannot be used to pull or read emails from a server.
DNS (Domain Name System): This protocol maps human-readable domain names (like
example.com) to machine-readable IP addresses (like 192.0.2.1). It is not an email delivery or retrieval protocol.ICMP (Internet Control Message Protocol): This is a network layer protocol used by network devices to send error messages and operational information (for example, used in the
pingcommand). It has no relation to handling email services.
Summary Table for Quick Revision:
Protocol | Type | Primary Function |
SMTP | Push Protocol | Sending emails from client to server / between servers |
IMAP / POP3 | Pull Protocol | Retrieving and reading emails from a mail server |
