Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

in a client - server network, which of the following statements is true…

Question

in a client - server network, which of the following statements is true?
the client stores and manages all shared resources.
both client and server share equal responsibility for processing requests.
the server initiates all communication with the client.
the client requests services, and the server provides responses.

Explanation:

Brief Explanations

In a client - server network, the client's role is to request services (like requesting access to a file, a web page, etc.), and the server's role is to provide responses to these requests. Let's analyze the other options:

  • The option "The client stores and manages all shared resources" is wrong because in a client - server model, it's the server that stores and manages shared resources.
  • The option "Both client and server share equal responsibility for processing requests" is incorrect. The server is mainly responsible for processing requests, and the client just sends requests.
  • The option "The server initiates all communication with the client" is wrong. It's the client that initiates communication by sending requests to the server.

Answer:

The client requests services, and the server provides responses.