Which of these is an advantage of one-tier architecture?

(1 point)
Responses

It is less likely to be unavailable if there is a problem of some sort.

It is less likely to be unavailable if there is a problem of some sort.

Splitting the application improves its efficiency.

Splitting the application improves its efficiency.

It is cheaper and simpler to maintain.

It is cheaper and simpler to maintain.

It is a more complex system.

It is a more complex system.

1 answer

The correct response that highlights an advantage of one-tier architecture is:

It is cheaper and simpler to maintain.

One-tier architecture combines all components into a single layer, which can simplify development and maintenance compared to multi-tier architectures.