asked 129k views
3 votes
In client/server processing, processing is done on the ________.

1) Client
2) Server
3) Both Client and Server
4) None of the above

asked
User Jhojan
by
8.3k points

1 Answer

0 votes

Final answer:

In client/server processing, processing can take place on the server, the client, or both, varying with the architecture and specific application roles.

Step-by-step explanation:

In client/server processing, processing is done on the server, the client, or both depending on the architecture and application. In traditional models, major computations and data storage are handled by the server, while the client handles user interface and input.

However, in modern applications, both the client and server can perform significant processing tasks.

For example, a web application may use JavaScript running in the web browser (client-side) to provide dynamic features, while also relying on server-side processing for tasks like database interactions and authentication.

In client/server processing, processing can take place on the server, the client, or both, varying with the architecture and specific application roles.

answered
User Ljorquera
by
7.8k points

No related questions found