CBSE Class 12 Computer Science
Question 96 of 186
Computer Networks - II — Question 16
Back to all questions 16
Question The difference between IMAP and POP protocols:
- IMAP allows to download emails once the user accesses the email account while POP doesn't
- POP allows to download emails once the user accesses the email account while IMAP doesn't
- Both protocols allow to download
- Both protocols don't allow to download
POP allows to download emails once the user accesses the email account while IMAP doesn't
Reason — In the POP (Post Office Protocol) protocol, all email messages are downloaded from the mail server to the user's local computer. On the other hand, in the IMAP (Internet Message Access Protocol) protocol, email messages are stored on the server, and only when the user requests to read a specific email message, it is downloaded from the server to the user's device.