0% found this document useful (0 votes)
118 views

Computer Networks Questions & Answers - SMTP - 1: Prev Next

Uploaded by

raghad mejeed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
118 views

Computer Networks Questions & Answers - SMTP - 1: Prev Next

Uploaded by

raghad mejeed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

11/19/21, 12:05 PM SMTP - Computer Networks Questions & Answers - Sanfoundry

Computer Networks Questions & Answers –


SMTP – 1
« Prev Next »

This set of Computer Networks Multiple Choice Questions & Answers (MCQs) focuses on “SMTP –
1”.

1. When the mail server sends mail to other mail servers it becomes ____________
a) SMTP server
b) SMTP client
c) Peer
d) Master
View Answer

Answer: b
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.

advertisement

2. If you have to send multimedia data over SMTP it has to be encoded into _______
a) Binary
b) Signal
https://www.sanfoundry.com/computer-networks-mcqs-smtp/ 1/8
11/19/21, 12:05 PM SMTP - Computer Networks Questions & Answers - Sanfoundry

c) ASCII
d) Hash
View Answer

Answer: c
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.

3. Expansion of SMTP is ________


a) Simple Mail Transfer Protocol
b) Simple Message Transfer Protocol
c) Simple Mail Transmission Protocol
d) Simple Message Transmission Protocol
View Answer

Answer: a
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.

advertisement

4. 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
View Answer

Answer: b
Explanation: RCPT TO command is followed by the recipient’s mail address to specify where or
https://www.sanfoundry.com/computer-networks-mcqs-smtp/ 2/8
11/19/21, 12:05 PM SMTP - Computer Networks Questions & Answers - Sanfoundry

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.

5. The underlying Transport layer protocol used by SMTP is ________


a) TCP
b) UDP
c) Either TCP or UDP
d) IMAP
View Answer

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

advertisement

6. 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
View Answer

Answer: b
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.

7. Internet mail places each object in _________


a) Separate messages for each object
https://www.sanfoundry.com/computer-networks-mcqs-smtp/ 3/8
11/19/21, 12:05 PM SMTP - Computer Networks Questions & Answers - Sanfoundry

b) One message
c) Varies with number of objects
d) Multiple messages for each object
View Answer

Answer: b
Explanation: It places all objects into one message as it wouldn’t be efficient enough if there
are different messages for each object. The objects include the text and all the multimedia to
be sent.

advertisement

8. Typically the TCP port used by SMTP is _________


a) 25
b) 35
c) 50
d) 15
View Answer

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

9. 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
View Answer

https://www.sanfoundry.com/computer-networks-mcqs-smtp/ 4/8
11/19/21, 12:05 PM SMTP - Computer Networks Questions & Answers - Sanfoundry

Answer: a
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.

advertisement

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


a) Microsoft Outlook
b) Facebook
c) Google
d) Tumblr
View Answer

Answer: a
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.

11. When the sender and the receiver of an email are on different systems, we need only
_________
a) One MTA
b) Two UAs
c) Two UAs and one MTA
d) Two UAs and two MTAs
View Answer

Answer: d
Explanation: The sender’s User Agent (UA) submits the message to a Message Transfer Agent

https://www.sanfoundry.com/computer-networks-mcqs-smtp/ 5/8
11/19/21, 12:05 PM SMTP - Computer Networks Questions & Answers - Sanfoundry

(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.

12. User agent does not support this ___________


a) Composing messages
b) Reading messages
c) Replying messages
d) Routing messages
View Answer

Answer: d
Explanation: The user agent is basically a software program that allows the user to send, and
receive e-mail messages. Routing of the message is done by the Message Transfer Agent.

Sanfoundry Global Education & Learning Series – Computer Networks.

To practice all areas of Computer Networks, here is complete set of 1000+ Multiple Choice
Questions and Answers.

Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social
networks below and stay updated with latest contests, videos, internships and jobs!

Telegram | Youtube | LinkedIn | Instagram | Facebook | Twitter | Pinterest

« Prev - Computer Networks Questions & Answers – FTP


» Next - Computer Networks Questions & Answers – SMTP – 2

Computer Networks MCQ

advertisement

https://www.sanfoundry.com/computer-networks-mcqs-smtp/ 6/8
11/19/21, 12:05 PM SMTP - Computer Networks Questions & Answers - Sanfoundry

Recommended Articles:
1. Computer Networks Questions & Answers – SMTP – 2
2. Computer Networks Questions & Answers – Application Layer – 1
3. Computer Networks Questions & Answers – Telnet – 2
4. Computer Networks Questions & Answers – Application Layer – 2
5. Computer Networks Questions & Answers – Socket Programming
6. Computer Networks Questions & Answers – DNS
7. Computer Networks Questions & Answers – DHCP
8. Computer Networks Questions & Answers – TCP-2
9. Computer Networks Questions & Answers – Telnet – 1
10. Computer Networks Questions & Answers – RPC

advertisement

Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is
Founder and CTO at Sanfoundry. He is Linux Kernel Developer & SAN
Architect and is passionate about competency developments in these areas.
He lives in Bangalore and delivers focused training sessions to IT
professionals in Linux Kernel, Linux Debugging, Linux Device Drivers, Linux
Networking, Linux Storage, Advanced C Programming, SAN Storage
Technologies, SCSI Internals & Storage Protocols such as iSCSI & Fiber
Channel. Stay connected with him @
LinkedIn | Youtube | Instagram | Facebook | Twitter

Subscribe Sanfoundry Newsletter and Posts

Name*

Email*

https://www.sanfoundry.com/computer-networks-mcqs-smtp/ 7/8
11/19/21, 12:05 PM SMTP - Computer Networks Questions & Answers - Sanfoundry

Subscribe

About | Certifications | Internships | Jobs | Privacy Policy | Terms | Copyright | Contact

     

© 2011-2021 Sanfoundry. All Rights Reserved.

https://www.sanfoundry.com/computer-networks-mcqs-smtp/ 8/8

You might also like