nerdexam
CompTIA

FC0-U61 · Question #896

A user opens an application that is installed locally on a PC. The application connects directly to a database that is located on a server in a data closet in the same building. Which of the following

The correct answer is B. Two tier. This scenario describes a two-tier application architecture where the client (locally installed application) directly communicates with the database server without an intermediary application server.

Applications and Software

Question

A user opens an application that is installed locally on a PC. The application connects directly to a database that is located on a server in a data closet in the same building. Which of the following application architecture models does this describe?

Options

  • AOne tier
  • BTwo tier
  • CThree tier
  • DFour tier

How the community answered

(15 responses)
  • A
    7% (1)
  • B
    87% (13)
  • D
    7% (1)

Why each option

This scenario describes a two-tier application architecture where the client (locally installed application) directly communicates with the database server without an intermediary application server.

AOne tier

A one-tier architecture means the application, business logic, and data all reside on the same machine, which is not the case here with a separate database server.

BTwo tierCorrect

In a two-tier architecture, the client (presentation and business logic) communicates directly with the data tier (database server). Here, the local application acts as the client, and it connects directly to the database server.

CThree tier

A three-tier architecture introduces an intermediate application server between the client and the database server, which is not present in this direct connection.

DFour tier

A four-tier architecture typically extends three-tier with an additional tier, perhaps for enterprise integration or caching, which is more complex than the described setup.

Concept tested: Application architecture models (n-tier)

Source: https://learn.microsoft.com/en-us/azure/architecture/guide/architecture-styles/n-tier

Topics

#application architecture#two-tier architecture#client-server

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice