Multiple choice technology architecture

In N-tier models, which of the following tier is best suited for implementing the view and controller components of an MVC application?

  1. Client Tier

  2. Web Tier

  3. MVC Tier

  4. Business Tier

  5. EIS Integration Tier

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In N-tier architecture, the Web Tier is responsible for handling HTTP requests and managing presentation logic. The MVC view and controller components fit naturally here - the view handles presentation rendering, while the controller manages request processing and routing.