nerdexam
Exams312-50V10Questions#147
EC-Council

312-50V10 · Question #147

312-50V10 Question #147: Real Exam Question with Answer & Explanation

The correct answer is B: A web server facing the Internet, an application server on the internal network, a database server on. Three-tier web application architecture places only the web server in a DMZ exposed to the Internet, keeping application and database servers protected on the internal network to limit attack surface.

Hacking Web Servers

Question

You need to deploy a new web-based software package for your organization. The package requires three separate servers and needs to be available on the Internet. What is the recommended architecture in terms of server placement?

Options

  • AAll three servers need to be placed internally
  • BA web server facing the Internet, an application server on the internal network, a database server on
  • CA web server and the database server facing the Internet, an application server on the internal network
  • DAll three servers need to face the Internet so that they can communicate between themselves

Explanation

Three-tier web application architecture places only the web server in a DMZ exposed to the Internet, keeping application and database servers protected on the internal network to limit attack surface.

Common mistakes.

  • A. Placing all three servers internally makes the web server unreachable from the Internet, defeating the purpose of hosting a public-facing application.
  • C. Exposing the database server directly to the Internet creates a severe security risk, as it contains sensitive data and should never be reachable from untrusted networks.
  • D. Inter-tier communication in a three-tier architecture occurs over internal network segments, not the public Internet, so there is no technical requirement for all servers to be Internet-facing.

Concept tested. Three-tier web application DMZ architecture

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

Topics

#n-tier architecture#DMZ placement#web server design#network security zones

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice