What is the format of each response?

Consider the Simple Mail Transfer Protocol (SMTP)4.An excerpt from the RFC for this protocol provides the following sample session.
```

R: 220 USC-ISI.ARPA Simple Mail Transfer Service Ready
S: HELO LBL-UNIX.ARPA
R: 250 USC-ISI.ARPA

S: MAIL FROM:
R: 250 OK

S: RCPT TO:
R: OK

S: DATA
R: 354 Start mail input; end with .
S: Blah blah blah...
S: ...etc. etc. etc.
S: .
R: 250 OK

S: QUIT
R: 221 USC-ISI.ARPA Service closing transmission channel

```


The format of each response is . The status code is sometimes omitted.

Computer Science & Information Technology

You might also like to view...

Which is not a function of the physical layer:

a. transmission of bits. b. defining the rules by which one and zeroes are transmitted. c. providing error-free transmission of data. d. providing the physical connection between sender and receiver. e. specifying the type of connection and type of signals, waves or pulses that pass though it.

Computer Science & Information Technology

If you add two 20-page documents to the Book panel, the second document in the panel will be paginated from page 20 to page 40.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology