nerdexam
EC-Council

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.

Hacking Web Servers

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)
  • A
    3% (1)
  • B
    8% (3)
  • C
    88% (35)
  • D
    3% (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.

AA group of servers at a specific layer

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.

BA single server with a specific role

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.

CA group of servers with a unique roleCorrect

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.

DA single server at a specific layer

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

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

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice