Summary

Summary

In this chapter we have examined the characteristics of the TCP and UDP protocols, which implement transport in the TCP/IP stack. In addition, we have examined how these protocols underlie higher-level application protocols such as SMTP and HTTP. Without reliable delivery provided by TCP and lightweight delivery provided by UDP, application protocols would be unable to function.

Questions

1. 

What is the purpose of the DATA command?

  1. Indicates that the data being sent is message data.

  2. Indicates that the host speaks ESMTP.

  3. Lists local members of a mailing list.

  4. Indicates that the host speaks SMTP.

 A. The DATA command indicates that the data being sent is message data.

2. 

What is the purpose of the EHLO command?

  1. Indicates that the data being sent is message data.

  2. Indicates that the host speaks ESMTP.

  3. Lists local members of a mailing list.

  4. Indicates that the host speaks SMTP.

 B. The EHLO command indicates that the host speaks ESMTP.

3. 

What is the purpose of the EXPN command?

  1. Indicates that the data being sent is message data.

  2. Indicates that the host speaks ESMTP.

  3. Lists local members of a mailing list.

  4. Indicates that the host speaks SMTP.

 C. The EXPN command lists local members of a mailing list.

4. 

What is the purpose of the HELO command?

  1. Indicates that the data being sent is message data.

  2. Indicates that the host speaks ESMTP.

  3. Lists local members of a mailing list.

  4. Indicates that the host speaks SMTP.

 D. The HELO command indicates that the host speaks SMTP.

5. 

The QUIT command is used for what purpose?

  1. Contains the address of the sender.

  2. Ends a session.

  3. Contains the address of the recipient.

  4. Verifies that a recipient address exists as a user account on the system.

 B. The QUIT command ends a session.

6. 

The RCPT command is used for what purpose?

  1. Contains the address of the sender.

  2. Ends a session.

  3. Contains the address of the recipient.

  4. Verifies that a recipient address exists as a user account on the system.

 C. The RCPT command contains the address of the recipient.

7. 

The VRFY command is used for what purpose?

  1. Contains the address of the sender.

  2. Ends a session.

  3. Contains the address of the recipient.

  4. Verifies that a recipient address exists as a user account on the system.

 D. The VRFY command verifies that a recipient address exists as a user account on the system.

8. 

The MAIL command is used for what purpose?

  1. Contains the address of the sender.

  2. Ends a session.

  3. Contains the address of the recipient.

  4. Verifies that a recipient address exists as a user account on the system.

 A. The MAIL command contains the address of the sender.

9. 

What is the correct description of the HTTP code 200?

  1. OK

  2. Created

  3. Accepted

  4. Non-Authoritative Information

 A. The HTTP code 200 indicates  OK.

10. 

What is the correct description of the HTTP code 201?

  1. OK

  2. Created

  3. Accepted

  4. Non-Authoritative Information

 B. The HTTP code 201indicates  Created.

11. 

What is the correct description of the HTTP code 202?

  1. OK

  2. Created

  3. Accepted

  4. Non-Authoritative Information

 C. The HTTP code 202 indicates  Accepted.

12. 

What is the correct description of the HTTP code 203?

  1. OK

  2. Created

  3. Accepted

  4. Non-Authoritative Information

 D. The HTTP code 203 indicates  Non-Authoritative Information.

13. 

What is the correct description of the HTTP code 204?

  1. No Content

  2. Reset Content

  3. Partial Content

  4. Bad Request

 A. The HTTP code 204 indicates  No Content.

14. 

What is the correct description of the HTTP code 205?

  1. No Content

  2. Reset Content

  3. Partial Content

  4. Bad Request

 B. The HTTP code 205 indicates  Reset Content.

15. 

What is the correct description of the HTTP code 206?

  1. No Content

  2. Reset Content

  3. Partial Content

  4. Bad Request

 C. The HTTP code 206 indicates  Partial Content.

Answers

1. 

A. The DATA command indicates that the data being sent is message data.

2. 

B. The EHLO command indicates that the host speaks ESMTP.

3. 

C. The EXPN command lists local members of a mailing list.

4. 

D. The HELO command indicates that the host speaks SMTP.

5. 

B. The QUIT command ends a session.

6. 

C. The RCPT command contains the address of the recipient.

7. 

D. The VRFY command verifies that a recipient address exists as a user account on the system.

8. 

A. The MAIL command contains the address of the sender.

9. 

A. The HTTP code 200 indicates “OK.”

10. 

B. The HTTP code 201indicates “Created.”

11. 

C. The HTTP code 202 indicates “Accepted.”

12. 

D. The HTTP code 203 indicates “Non-Authoritative Information.”

13. 

A. The HTTP code 204 indicates “No Content.”

14. 

B. The HTTP code 205 indicates “Reset Content.”

15. 

C. The HTTP code 206 indicates “Partial Content.”



Part I: Solaris 9 Operating Environment, Exam I