MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Smtp
Q
Choose the statement which is wrong incase of SMTP?
AA. It requires message to be in 7bit ascii format
BB. It is a pull protocol
CC. It transfers files from one mail server to another mail server
DD. SMTP is responsible for the transmission of the mail through the internet
Correct Answer:
B. B. It is a pull protocol
Explanation:
In SMTP, the sending mail server pushes the mail to receiving mail server hence it is push protocol. In a pull protocol such as HTTP, the receiver pulls the resource from the sending server.