How are the application architecture functions split up in a client-server network?

How are the application architecture functions split up in a client-server network? 




a. the presentation logic and data storage are on the client, while the data access logic is on the server
b. the data storage, data access, and presentation logic are on the client
c. the presentation logic is on the client, while the data storage and data access logic are on the server
d. the data storage and data access logic are on the client, while the presentation logic are on the server
e. the presentation logic and data access logic are on the client, and the data storage is on the server



Answer: C


Learn More :