Which of the following is a protocol for synchronizing email across multiple devices? MCQ with Answer and Explanation

Which of the following is a protocol for synchronizing email across multiple devices?
A. IMAP
B. SMTP
C. MIME
D. POP3
Answer: Option A
Solution (By JKExamLibrary)
IMAP synchronizes email folders and messages across devices, ensuring that actions on one device reflect on others, unlike POP3 which is typically download-and-delete.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following is a client-side storage mechanism in web browsers?
A. All of the above
B. Cookies
C. localStorage
D. sessionStorage

Correct Answer: Option A


Explanation:
localStorage, sessionStorage, and cookies are all ways to store data on the client side, with different scopes and persistence.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What does a '403 Forbidden' HTTP status code return signify when trying to open a specific website portal?
A. The server has crashed internally.
B. The URL has moved permanently to a fresh location.
C. The user's computer network card is missing a driver update.
D. The server understands the request, but the client does not possess permission or credentials to view that resource.

Correct Answer: Option D


Explanation:
A 403 Forbidden error indicates that the web server rejected the client request because they lack access authorizations for that directory or page.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which specific protocol operates inside network environments to enable secure communication tunnels, replacing legacy unencrypted routing options for terminal management?
A. HTTP plain text standards
B. POP3 server paths
C. SMTP protocol loops
D. SSH (Secure Shell)

Correct Answer: Option D


Explanation:
SSH utilizes public-key cryptography to authenticate remote systems and encrypt communications, providing a secure alternative to unencrypted protocols like Telnet.

This question belongs to: Computer Internet and Web Technologies