Skip to main content

Multitier architecture - Wikipedia, the free encyclopedia

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Related Lists

Bookmark History

Saved by 3 people (1 private), first by anonymouse user on 2007-12-18


Public Sticky notes

The concepts of layer and tier are often used interchangeably

Highlighted by snulyk

Web Development usage

In the Web development field, three-tier is often used to refer to Websites, commonly Electronic commerce websites, which are built using three tiers:

  1. A front end Web server serving static content
  2. A middle dynamic content processing and generation level Application server, for example Java EE platform.
  3. A back end Database, comprising both data sets and the Database management system or RDBMS software that manages and provides access to the data.

Three Tier Architecture (Linux journal) [1]

Highlighted by mikeem