Multiple choice

Data are ________ in client/server computing.

  1. never sent to the client machine

  2. sent in very large sections to save processing time

  3. sent only upon the client's request

  4. sent in complete copies for the client to filter and sort

  5. sent from the client to the server for processing

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In client/server computing, data is sent only upon the client's request. The client initiates requests for specific data, and the server responds with just the requested information. This request-response model minimizes unnecessary data transfer and processing.