140k views
1 vote
Application partitioning gives developers the opportunity to write application code that can later be placed on either a client workstation or a server, depending upon which location will give the best performance.

A. True
B. False

1 Answer

5 votes

Answer:

True

Step-by-step explanation:

Application partitioning is defined as the process by which pieces of application codes are assigned to servers or clients. it provides a description of the processes involved when developing applications that requires distribution of the application logic among more than one computer in a network. It provides developers the opportunity to write application codes capable of being placed on a later time on a server or client workstation. The decision is dependent on the location capable of bringing the best performance.

User JWK
by
5.7k points