Which of the following protocols is considered stateless and utilizes TCP when communicating between a server and client?

A. IMAP
B. SMTP
C. HTTP
D. SSH


Answer: C. HTTP

Computer Science & Information Technology

You might also like to view...

In what cases are adapter classes useful?

a. When an adapter GUI control is clicked. b. When every method in the event-listener interface is to use the same functionality. c. When it is not desirable to declare every method in the event-listener interface. d. None of the above.

Computer Science & Information Technology

Which feature enables you to display the table grid on the slide before you commit to your table size selection?

A) Save As B) Live Preview C) Print Preview D) View Online

Computer Science & Information Technology

Critical Thinking QuestionsCase 8-1Of all of the concepts Sheila has learned so far, she is having the hardest time understanding the use of procedures, including when and how to use them. She asks her instructor for some additional clarification.Sheila is having trouble even deciding whether or not to place a set of programming steps in a Sub procedure or a Function procedure, so her instructor tells her to ask herself a series of questions to make that decision. Which one of the following is NOT a question that the instructor suggests that she ask herself?

a. Will the program be easier to read if the code is placed in a separate procedure?c. Does this task require more than eight or nine programming statements?b. Does the proposed code perform a single task?d. Can the Sub procedure or Function procedure perform its processing by receiving data as arguments, and by returning data either using the Return statement or by using ByRef arguments? What will be an ideal response?

Computer Science & Information Technology

To create a filter using the Filter and Sort dialog box, use the Field list arrow to select the field to filter, use the Comparison list arrow to choose the filter operator, and then type a value in the ____ text box.

A. Compare to B. Field C. Comparison D. Sort by

Computer Science & Information Technology