Which of the following application functions is performed by a server in the client-server architecture ?
Select one:
a. application logic and data storage
b. application logic and presentation logic
c. data access logic and presentation logic
d. data access logic and data storage
e. data storage logic and presentation logic

Respuesta :

Answer: d)Data access logic and data storage

Explanation:Client-server architecture is model that contains one or more client servers which are connected to one hub server or central server.It has services like storing files, access logic, accessing of application, sharing the files and data etc. It functions by providing the services and resources to the clients over a network. Therefore , the correct option is option(d).