nerdexam
EC-Council

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.

Hacking Web Applications

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)
  • A
    5% (2)
  • B
    2% (1)
  • C
    91% (40)
  • D
    2% (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.

AA group of servers at a specific layer

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.

BA single server with a specific role

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.

CA group of servers with a unique roleCorrect

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.

DA single server at a specific layer

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

#N-tier architecture#server roles#web application design#tier architecture

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice