312-50V10 · Question #539
Which statement best describes a server type under an N-tier architecture?
The correct answer is C. A group of servers with a unique role. In N-tier architecture, a server type is defined as a group of servers that share a unique functional role within the architecture.
Question
Which statement best describes a server type under an N-tier architecture?
Options
- AA group of servers at a specific layer
- BA single server with a specific role
- CA group of servers with a unique role
- DA single server at a specific layer
How the community answered
(44 responses)- A5% (2)
- B2% (1)
- C91% (40)
- D2% (1)
Why each option
In N-tier architecture, a server type is defined as a group of servers that share a unique functional role within the architecture.
Defining a server type as a group of servers at a specific layer omits the critical qualifier that those servers must share a unique role - location in a layer alone does not constitute a server type.
A single server with a specific role describes an individual instance, not a server type - N-tier is designed to support multiple servers per role for scalability and fault tolerance.
N-tier architecture organizes servers into logical tiers - such as presentation, application, and data - where each tier can contain multiple servers all performing the same unique role. This multi-server grouping by role enables horizontal scaling and redundancy, and is what defines a server type - the shared function, not the count or layer alone.
A single server at a specific layer is both too narrow in count and too vague in role definition to describe a server type in the context of N-tier architecture.
Concept tested: N-tier architecture server type definition and role grouping
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/architecture-styles/n-tier
Topics
Community Discussion
No community discussion yet for this question.