Which specific email protocol is best suited for a user who needs to check their single centralized email inbox across a personal smartphone, an office desktop computer, and a home laptop while maintaining a uniform folder layout? MCQ with Answer and Explanation

Which specific email protocol is best suited for a user who needs to check their single centralized email inbox across a personal smartphone, an office desktop computer, and a home laptop while maintaining a uniform folder layout?
A. FTP
B. POP3
C. IMAP
D. SMTP
Answer: Option C
Solution (By JKExamLibrary)
IMAP manages and stores emails directly on the mail server, allowing multiple devices to connect and view synchronized message states and folder structures in real time.

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
What is the function of MIME in email?
A. To specify the format of email attachments and non-text content
B. To route email to the correct server
C. To encrypt email messages
D. To compress email attachments

Correct Answer: Option A


Explanation:
MIME (Multipurpose Internet Mail Extensions) extends the format of email to support text in character sets other than ASCII, as well as attachments, images, audio, etc.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following is a technique to improve web security by setting limits on what resources can be loaded?
A. Same-origin policy
B. CORS
C. All of the above
D. Content Security Policy (CSP)

Correct Answer: Option D


Explanation:
CSP is a security feature that allows a site to define a whitelist of allowed sources for content, mitigating XSS and other attacks.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which specific browser feature or utility allows web developers to test mobile responsive web configurations by mimicking different smartphone screen aspect ratios natively within the desktop display window?
A. Local server cache monitoring index
B. Incognito browser window frame
C. Standard bookmark navigation manager
D. Device Mode / Responsive Design View

Correct Answer: Option D


Explanation:
Responsive Design View inside browser DevTools lets developers simulate various device viewports, touch interactions, and network throttling states directly on their desktop monitors.

This question belongs to: Computer Internet and Web Technologies