In the SMTP herder field_____ is added
by the final transport system that delivers
the mail.
a. Reply-to
b. Return-path
c. Subject
d. From

1 Answer

Answer :

b. Return-path

Related questions

Description : In the SMTP header field_____ is a summary of the message being sent which is specified by the sender. a. Reply-to b. Return-path c. Subject d. From

Last Answer : c. Subject

Description : Which of the following transport layer protocols is used to support electronic mail? a. SMTP b. IP c. TCP d. UDP

Last Answer : c. TCP

Description : TELNET, FTP, SMTP, Protocols fall in the following layer of OSI reference model? a. Transport layer b. Internet layer c. Network layer d. Application layer

Last Answer : d. Application layer

Description : Which one of the following uses UDP as the transport protocol? a. HTTP b. Telnet c. DNS d. SMTP

Last Answer : c. DNS

Description : SMTP is a protocol used in which layer? a. Application b. Network c. Physical d. Transport

Last Answer : a. Application

Description : Which of the following TCP/IP protocol is used for transferring electronic mail messages from one machine to another? A. FTP B. SNMP C. SMTP D. RPC E. None of the above

Last Answer : SMTP

Description : Which of the following protocol is used for transferring electronic mail messages from one machine to another? a. TELNET b. FTP c. SNMP d. SMTP

Last Answer : d. SMTP

Description : Consider different activities related to email: m1: Send an email from a mail client to a mail server m2: Download an email from mailbox server to a mail client m3: Checking email in a web browser Which is the application ... FTP m3: HTTP c. m1: SMTP m2: POP m3: HTTP d. m1: POP m2: SMTP m3: IMAP

Last Answer : c. m1: SMTP m2: POP m3: HTTP

Description : In SMTP mail transaction flow, the sender SMTP establishes a TCP connection with the destination SMTP and then waits for the server to send a ………. a. 220 service ready message b. 421 service not available message c. Both of the above d. None of the above

Last Answer : c. Both of the above

Description : Electronic mail uses which Application layer protocol? A. SMTP B. HTTP C. FTP D. SIP

Last Answer : A. SMTP

Description : SMTP stands for A) Simple Mail Transfer Protocol B) Simple Mail Transport Protocol C) Sample Mail Transfer Protocol D) Sample Mail Transport Protocol

Last Answer : A) Simple Mail Transfer Protocol

Description : Find out the components of DHCP: 1) A protocol that delivers host-specific configuration parameters from a server to a host. 2) The client determines its own hardware address; this is normally in a ROM on the hardware. 3) ... or permanent network addresses to hosts. A. 1,2 B. 1,3 C. 2,3 D. 1,2,3

Last Answer : B. 1,3

Description : Which of the following TCP/IP protocolallows an application program on one machine to senda datagram to anapplicationprogram onanother machine? A. UDP B. VMTP C. X.25 D. SMTP E. None of the above

Last Answer : UDP

Description : Which of the following of the TCP/IP protocols is the used for transferring files from one machine to another? A) FTP B) C) SNMP C) SMTP D) D) Rpe

Last Answer : A) FTP

Description : Which of the following TCP/IP protocols is used for transferring files form one machine to another. A) FTP B) SNMP C) SMTP D) RPC

Last Answer : A) FTP

Description : The name of the protocol which provides virtual terminal in TCP/IP model is. A) Telnet B) SMTP C) HTTP

Last Answer : A) Telnet

Description : Which of the following protocols is used by email server to maintain a central repository that can be accessed from any machine ? a. POP3 b. IMAP c. SMTP d. DMSP

Last Answer : b. IMAP

Description : In one of the pairs of protocols given below, both the protocols can use multiple TCP connections between the same client and the server. Which one is that? a. HTTP, FTP b. HTTP, TELNET c. FTP, SMTP d. HTTP, SMTP

Last Answer : a. HTTP, FTP

Description : The well-known port of the SMTP server is ……. a. 110 b. 25 c. 50 d. 20

Last Answer : b. 25

Description : The ……… protocol is based on end-to- end delivery. a. SMTP b. TCP c. IP d. SCTP

Last Answer : a. SMTP

Description : SMTP is based on …………………………………..delivary, contacts on well known port number…………………………… A. host to host, 23 B. host to host, 25 C. end to end , 23 D. end to end, 80

Last Answer : B. host to host, 25

Description : The sender SMTP establishes a TCP connection with the destination SMTP and then waits for the server to send a ____ Service ready message.. A. 420 B. 320 C. 220 D. 120

Last Answer : C. 220

Description : The ______ protocol is based on end-to-end delivery. A. SCTP B. TCP C. SMTP D. SCTP

Last Answer : C. SMTP

Description : When displaying a web page, the application layer uses the _____________ A. HTTP protocol B. FTP protocol C. SMTP protocol D. TCP protocol

Last Answer : A. HTTP protocol

Description : Typically the TCP port used by SMTP is A. 25 B. 35 C. 50 D. 15

Last Answer : A. 25

Description : Which of the following protocol is used to retrieve emails? A. SMTP B. POP3 C. FTP D. SNMP

Last Answer : B. POP3

Description : Which is not a application layer protocol? A. HTTP B. SMTP C. FTP D. UDP

Last Answer : D. UDP

Description : Explain the functions of SMTP.

Last Answer : System for sending messages to other computer users based on e-mail addresses. SMTP provides mail exchange between users on the same or different computers. ∙ User Agent ∙ Mail Transfer Agent ∙ Multipurpose Internet Mail Extensions ∙ Post Office Protocol

Description : How does MIME enhance SMTP?

Last Answer : MIME is a supplementary protocol that allows non-ASCII data to be sent through SMTP. MIME transforms non-ASCII data at the sender site to NVT ASCII data and deliverers it to the client SMTP to ... receives the NVT ASCII data and delivers it to MIME to be transformed back to the original data.

Description : What is the function of SMTP?

Last Answer : The TCP/IP protocol supports electronic mail on the Internet is called Simple Mail Transfer (SMTP). It is a system for sending messages to other computer users based on e-mail addresses. SMTP provides mail exchange between users on the same or different computers.

Description : ICMP messagesare divided into two broad categories: _____________. A) query and error reporting messages B) request and response messages C) request and reply messages D) noneof the above

Last Answer : query and error reporting messages

Description : An ARP reply isnormally_______. A) broadcast B) multicast C) unicast D) noneof the above

Last Answer : unicast

Description : Which is the protocol for performing RPCs between applications in a language and system independent way? (A) Hyper Text Transmission Protocol (HTTP) (B) Simple Network Management Protocol (SNMP) (C) Simple Object Access Protocol (SOAP) (D) Simple Mail Transfer Protocol (SMTP)

Last Answer : (C) Simple Object Access Protocol (SOAP)

Description : What do you call a pickle that delivers mail? -Riddles

Last Answer : A dillivery man!

Description : Point out the wrong statement. a) SOA provides the standards that transport the messages and makes the infrastructure to support it possible b) SOA provides access to reusable Web services ... widely shareable components that can minimize developer and infrastructure costs d) None of the mentioned

Last Answer : SOA provides access to reusable Web services over an SMTP network

Description : Is sending email through an SMTP server on the same machine as my web application more or less efficient than using PHP mail()?

Last Answer : I’m confused by your question. Wouldn’t PHP mail() ultimately be using whatever SMTP server you use to send mail?

Description : What is the full form of SMTP A)Simple mail Transfer Protocol

Last Answer : A)Simple mail Transfer Protocol

Description : .............. is a protocol used by e-mail clients to download emails to your computer. (A) TCP (B) FTP (C) SMTP (D) POP

Last Answer : Answer: D

Description : In electronic mail, which of the following protocols allows the transfer of multimedia messages? (A) IMAP (B) SMTP (C) POP 3 (D) MIME

Last Answer : (D) MIME

Description : Who was Johann Gottfried Herder? -SST 10th

Last Answer : Johann Gottfried Herder was a German philosopher. He claimed that true German culture was to be discovered through folk songs, folk poetry and folk dances.

Description : The term ‘Kraal’ is used for - (1) House of Masai herder (2) Fenced villages of Masai herder (3) Cattle shed of the Kikuyus (4) Tent of the Kirghiz

Last Answer : (2) Fenced villages of Masai herder Explanation: ‘Kraal’ refers to aterm cognate to ‘corral’, used in an African village, sometimes for a cattle-pen or enclosure surrounded by a thorn-fence.

Description : German philosopher Johann Gottfried Herder claimed that true German culture was discovered through a) Folk songs, folk poetry, folk dances b) Common people — das volk c) Vernacular language d) All the above

Last Answer : a) Folk songs, folk poetry, folk dances

Description : The term ‘Kraal’ is used for (1) House of Masai herder (2) Fenced villages of Masai herder (3) Cattle shed of the Kikuyus (4) Tent of the Kirghiz

Last Answer :  Fenced villages of Masai herder

Description : Why can I Read my Yahoo Mail but not Reply or Forward?

Last Answer : Try deleting your account on your PC and then re-creating it. You might also try creating your account in an entirely different email program.

Description : What are the meanings of the barcodes on business reply mail?

Last Answer : Just a guess, but maybe to help them sort the large volume of reply mail they get accurately and automatically? The thick one on the right doesnt look like a barcode, as they are all the same width. It might ... , i have red laser, it is so much fun. I have yet to do something useful with it though

Description : In ________ routing, we assume that there is one node (or more) ineach autonomous system that acts on behalf of the entire autonomous system. A) distant vector B) path vector C) link state D) none of the above

Last Answer : path vector

Description : Which of the following is NOT true about User Datagram Protocol in transport layer? a. Works well in unidirectional communication, suitable for broadcast information. b. It does three way ... File System d. The lack of retransmission delays makes it suitable for real-time applications

Last Answer : b. It does three way handshake before sending datagrams

Description : A layer-4 firewall (a device that can look at all protocol headers up to the transport layer) CANNOT a. block entire HTTP traffic during 9:00PM and 5 :0OAM b. block all ICMP traffic c. stop ... address d. block TCP traffic from a specific user on a multi-user system during 9:00PM and 5:00AM

Last Answer : d. block TCP traffic from a specific user on a multi-user system during 9:00PM and 5:00AM

Description : Transport layer is implemented in _________ a. End system b. NIC c. Ethernet d. Signal transmission

Last Answer : a. End system

Description : Application layer is implemented in _______ a. End system b. NIC c. Ethernet d. Packet transport

Last Answer : a. End system