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 from the server to the client only when the client explicitly requests it (through queries or API calls). This reduces network traffic and ensures the client receives only the specific data it needs.