n tier teriminin İngilizce İngilizce sözlükte anlamı
A client/server application that supports multiple levels of mid-tier application servers between clients and a database server The additional tiers allow highly flexible deployment and process- or task-specific scalability
N-tier application architecture provides a model for developers to create a flexible and reusable application By breaking up an application into tiers, developers only have to modify or add a specific layer, rather than have to rewrite the enitire application over, if they decide to change technologies or scale up In the term "N-tier," "N" implies any number -- like 2-tier, or 4-tier; basically, any number of distinct tiers used in your architecture Application architectures are part of Layer 7 of the OSI model
Also known as three-tier, a three-way interaction in a client/server environment, in which the client stores the user interface, application servers store most business application logic, and a database server stores the data