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
A “thin client” architecture approach:
a. always is a two-tier network architecture
b. always is an n-tiered architecture
c. places all or almost all of the application logic on the client
d. places all or almost all of the application logic on the server
e. refers to the size of the cable connecting the clients to the network