Which of the following email protocols allows users to organize emails into folders on the remote server and synchronizes changes across multiple client devices? MCQ with Answer and Explanation

Which of the following email protocols allows users to organize emails into folders on the remote server and synchronizes changes across multiple client devices?
A. SMTP
B. POP3
C. FTP
D. IMAP
Answer: Option D
Solution (By JKExamLibrary)
IMAP (Internet Message Access Protocol) leaves messages on the mail server and synchronizes states, folders, and reads across all connected devices seamlessly.

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 role of the 'viewport' meta tag in responsive web design?
A. To set the zoom level
B. To adapt the page layout to different screen sizes
C. To disable scaling
D. All of the above

Correct Answer: Option D


Explanation:
The viewport meta tag controls the visible area and scaling for mobile devices, essential for responsive design.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the purpose of the 'noscript' tag in HTML?
A. To hide elements
B. To disable scripts
C. To provide alternative content for browsers that do not support JavaScript
D. To embed server-side code

Correct Answer: Option C


Explanation:
The tag defines content to be displayed if the user's browser does not support or has disabled JavaScript.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following files contains structured, plain text settings used by the Apache web server to configure localized directory permissions and redirect behaviors?
A. index.php
B. .htaccess
C. sitemap.xml
D. robots.txt

Correct Answer: Option B


Explanation:
The .htaccess (hypertext access) file is a directory-level configuration file supported by several web servers to manage access controls and URL rewrites.

This question belongs to: Computer Internet and Web Technologies