312-50V11 · 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 represents a group of servers that share the same functional role within a given tier, enabling redundancy and scalability.
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
(40 responses)- A3% (1)
- B8% (3)
- C88% (35)
- D3% (1)
Why each option
In N-tier architecture, a server type represents a group of servers that share the same functional role within a given tier, enabling redundancy and scalability.
A group of servers at a specific layer does not account for the defining characteristic of role uniqueness that distinguishes one server type from another.
A single server with a specific role does not reflect the scalable, redundant nature of N-tier design where multiple servers can share a role.
N-tier architecture organizes servers into logical tiers such as presentation, application, and data layers, where each tier can contain multiple servers performing the same role. Grouping servers by unique role allows load balancing and fault tolerance within each tier. The term 'server type' specifically refers to this role-based grouping, not a single server or a layer boundary.
A single server at a specific layer describes an individual node, not the architectural concept of a server type across a tier.
Concept tested: N-tier architecture server type definition
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/architecture-styles/n-tier
Topics
Community Discussion
No community discussion yet for this question.