Data are ________ in client/server computing.
Reveal answer
Fill a bubble to check yourself
Data are ________ in client/server computing.
never sent to the client machine
sent in very large sections to save processing time
sent only upon the client's request
sent in complete copies for the client to filter and sort
sent from the client to the server for processing
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.