12,216 views
50 50 votes

Consider the three commands : PROMPT, HEAD and RCPT.
Which of the following options indicate a correct association of these commands with protocols where these are used?

  1. HTTP, SMTP, FTP
  2. FTP, HTTP, SMTP
  3. HTTP, FTP, SMTP
  4. SMTP, HTTP, FTP

5 Answers

Best answer
73 73 votes

RCPT: Recipient to, As the name suggests it is used in SMTP(Simple Mail Transfer Protocol)

HEAD: this is used in HTTP to get the meta-information, to decide the category of the packet.

PROMPT: turns off prompting for individual files when using the mget or mput commands. Use this command if you do not want to be prompted for each file transfer when transferring multiple files.

Correct Answer: B

edited by
18 18 votes
Option-B
PROMPT is usually used by FTP .

Head is usually used by the HTTP to get information about metadata of page.

Where is RECPT::It is used by SMTP to know address of the receiver.
4 4 votes

PROMPTFTP : In FTP (File Transfer Protocol), PROMPT is used in command-line clients to toggle prompting during multiple file transfers.

HEADHTTP : In HTTP (HyperText Transfer Protocol), HEAD is a method used to retrieve the headers of a resource, similar to GET but without the response body.

RCPTSMTP : In SMTP (Simple Mail Transfer Protocol), RCPT TO: is a command used to specify the recipient of an email.

Correct Option is $(B)$.
0 0 votes

Recognize the common commands:

  • HEAD — an HTTP method (like GET) that requests only the headers (meta-information) of a resource.

  • RCPT (as in RCPT TO:) — an SMTP command used to specify an email recipient.

  • PROMPT — a client command commonly found in FTP command-line clients (toggles prompting when doing multiple file transfers).

Answer:
Position:
Show:

Related questions

66 66 votes
5 answers 5 answers
16.2k
16.2k views
Ishrat Jahan asked Nov 3, 2014
16,161 views
Assume that "host1.mydomain.dom" has an IP address of $145.128.16.8$. Which of the following options would be most appropriate as a subsequence of steps in performing the...
59 59 votes
9 answers 9 answers
28.1k
28.1k views
Ishrat Jahan asked Nov 3, 2014
28,139 views
Traceroute reports a possible route that is taken by packets moving from some host $A$ to some other host $B$. Which of the following options represents the technique use...
72 72 votes
7 answers 7 answers
26.0k
26.0k views
Ishrat Jahan asked Nov 3, 2014
26,041 views
Consider a simple graph with unit edge costs. Each node in the graph represents a router. Each node maintains a routing table indicating the next hop router to be used to...
31 31 votes
5 answers 5 answers
9.1k
9.1k views
Ishrat Jahan asked Nov 3, 2014
9,066 views
Consider a simple graph with unit edge costs. Each node in the graph represents a router. Each node maintains a routing table indicating the next hop router to be used to...