Computer Networks » Smtp
When the mail server sends mail to other mail servers it becomes ____________

A. SMTP server
B. SMTP client
C. Peer
D. Master

Explanation: SMTP clients are the entities that send mails to other mail servers. The SMTP servers cannot send independent mails to other SMTP servers as an SMTP server. There are no masters or peers in SMTP as it is based on the client-server architecture.

If you have to send multimedia data over SMTP it has to be encoded into _______

A. Binary
B. Signal
C. Ascii
D. Hash

Explanation: Since only 7-bit ASCII codes are transmitted through SMTP, it is mandatory to convert binary multimedia data to 7-bit ASCII before it is sent using SMTP.

Expansion of SMTP is ________

A. Simple mail transfer protocol
B. Simple message transfer protocol
C. Simple mail transmission protocol
D. Simple message transmission protocol

Explanation: SMTP or Simple Mail Transfer Protocol is an application layer protocol used to transport e-mails over the Internet. Only 7-bit ASCII codes can be sent using SMTP.

In SMTP, the command to write receiver’s mail address is written with the command _______

A. Send to
B. Rcpt to
C. Mail to
D. Rcvr to

Explanation: RCPT TO command is followed by the recipient’s mail address to specify where or to whom the mail is going to through the internet. If there is more than one receiver, the command is repeated for each address continually.

The underlying Transport layer protocol used by SMTP is ________

A. Tcp
B. Udp
C. Either TCP or udp
D. Imap

Explanation: TCP is a reliable protocol, and Reliability is a mandatory requirement in e-mail transmission using SMTP.

Choose the statement which is wrong incase of SMTP?

A. It requires message to be in 7bit ascii format
B. It is a pull protocol
C. It transfers files from one mail server to another mail server
D. SMTP is responsible for the transmission of the mail through the internet

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.

Typically the TCP port used by SMTP is _________

A. 25
B. 35
C. 50
D. 15

Explanation: The ports 15, 35 and 50 are all UDP ports and SMTP only uses TCP port 25 for reliability.

A session may include ________

A. Zero or more smtp transactions
B. Exactly one smtp transactions
C. Always more than one smtp transactions
D. Number of smtp transactions cant be determined

Explanation: An SMTP session consists of SMTP transactions only even if no transactions have been performed. But no transactions in the session might mean that the session is inactive or is just initiated.

Which of the following is an example of user agents for e-mail?

A. Microsoft outlook
B. Facebook
C. Google
D. Tumblr

Explanation: Among the options, only Microsoft Outlook is an e-mail agent. Google is a search engine and Facebook, and Tumblr are social networking platforms. Gmail and Alpine are some other examples of e-mail agent.

When the sender and the receiver of an email are on different systems, we need only _________

A. Submits the message to a message transfer agent (mta). then the mta sends the message to another mta i.e. a mail relay. then the receiver receives the message from the mail relay whenever it is available.
B. Two uas
C. Two uas and one mta
D. Two uas and two mtas

Explanation: The sender’s User Agent (UA) submits the message to a Message Transfer Agent (MTA). Then the MTA sends the message to another MTA i.e. a mail relay. Then the receiver receives the message from the mail relay whenever it is available.