A. Pop3
B. SMTP
C. Imap
D. Mapi
Explanation: SMTP is the standard protocol for sending emails across the internet whereas POP3 and IMAP are standard protocols for retrieving emails. MAPI is an interface that helps programs become email aware.
A. True
B. False
C.
D.
Explanation: POP3 is used to access email from only one client. IMAP is used to simultaneously access email from multiple clients.
A. 80
B. 143
C. 993
D. 2525
Explanation: Port 993 is used by clients to connect using IMAP securely. Port 80 is used by the HTTP protocol, Port 143 is used for non-encrypted IMAP connection and Port 2525 is used by the SMTP protocol.
A. 995
B. 2525
C. 110
D. 143
Explanation: Port 110 is the default port for non-encrypted POP3. Port 995 is used for secure connection using POP3, Port 2525 is used by SMTP for non-encrypted connection and Port 143 is used for non-encrypted connection by IMAP.
A. 25
B. 110
C. 2525
D. 143
Explanation: The default port number for SMTP is 25. Port 110 and Port 143 are the default port numbers for POP3 and IMAP respectively. Port number 2525 is used by SMTP when port number 25 is filtered out and the client wishes for a non-encrypted connection.
A. Data link layer
B. Network layer
C. Application layer
D. Transport layer
Explanation: POP3 protocol is an application layer protocol used by email clients to retrieve emails. Protocols like MAC, IP, and TCP, work on the Data Link layer, Network layer, and Transport layer respectively.
A. Pop3
B. Imap
C. SMTP
D. Snmp
Explanation: IMAP protocol is used when an email is to be accessed from multiple clients. POP3 is used to provide email access to a single program or client whereas SMTP is used for sending emails. SNMP is used for managing devices on the network.
A. 465
B. 995
C. 110
D. 143
Explanation: Port number 465 is used for sending messages using SMTP securely. Port 110 and Port 995 are used by POP3 and Port 143 is the default port number for IMAP.
A. Pop3
B. Imap
C. Mapi
D. Snmp
Explanation: POP3 forbids users from making any modifications to the emails on the email server to ensure that no emails are corrupted. IMAP allows such modifications as it can keep up with the modifications. SMTP and MAPI are used for sending emails and providing an interface for programs to make them email aware respectively.
A. To manage devices on the network
B. Sending an email through the internet
C. Download the entire email account inbox on the computer
D. Synchronizes email on the computer with the email account’s email-server
Explanation: IMAP protocol is used to synchronize email on the computer with the email account’s email-server. SNMP is used for managing network devices, SMTP is used for sending email through the internet, and POP3 is used to download the entire email account inbox on the computer.