An N-tiered architecture:

An N-tiered architecture: 




a. is generally more "scalable" than a three-tiered architecture
b. is generally less "scalable" than a three-tiered architecture
c. uses only two sets of computers in which the clients are responsible for the application and presentation logic, and the servers are responsible for the data
d. uses exactly three sets of computers in which the client is responsible for presentation, one set of servers is responsible for data access logic and data storage, and application logic is spread across two or more different sets of servers
e. puts less load on a network than a two-tiered architecture because there tends to be less communication among the servers



Answer: A


Learn More :