Three Tier Model in Web Development Dana Point CA

The application or business logic tier performs detailed processing while controlling an application's functionality. In .net application development, the business logic is kept in a separate layer.

Ninth Degree Inc.
888.453.5216
24981 Dana Point Harbor Dr.
Dana Point, CA
NADA Advertising
949-485-6575
Laguna Beach
Laguna Beach, CA
KZP Design Svcs
(949) 258-3224
PO Box 1122
Newport Beach, CA
GMR Website Maintenance
714-731-9000
2512 Chambers Road, Suite 207
Tustin, CA
Jibe Advertising & Design
949-412-7120
33232 Elisa Drive
Dana Point, CA
Axiom Graphic Design Studios
949-481-8234
1001 Avenida Pico, Ste C-324
San Clemente, CA
Vision Solutions Inc
(949) 253-6500
17911 Von Karman Avenue
Irvine, CA
Golden State Communications
949-574-5500
474 East 17th St. Suite 103
Costa Mesa, CA
Penny Welton Designs
949 496-4896
9 Centre Court
Dana Point, CA
CPIMEDIA.com
800 433-8138
PO Box 802
Dana Point, CA
Data Provided by:
  
Provided By:

Three Tier Model in Web Development

Author: Akhila Choudhary

Three-tier model is a kind of client-server architecture where a server communicates with both client through the internet and a database within an intranet. Three-tier model is any system in which the client tier or user interface, business logic and data access are developed as independent modules on separate platforms. In .net application development environment a three-tier model improves performance and scalability.


Three-tier model separates the application process into three layers. The user interface or the presentation layer is the topmost level of application. It displays information related to services such as purchasing and shopping cart contents. It connects with the other two tiers and outputs results to the client tier or browser.


The application or business logic tier performs detailed processing while controlling an application’s functionality. In .net application development, the business logic is kept in a separate layer. The web languages used are C# and VB. This layer typically defines functions, classes and procedures and properties.


The data access tier usually comprises of database servers where information is stored and retrieved. The data tier separates or isolates data from business logic or application servers.


Advantages of Three-Tier Model:


  • The computational functions can be distributed among different systems
  • The client and server are separately designed thus ensuring simplicity
  • The data is centrally located at the server, so there is no question about its reliability
  • Data loss is minimized because the data gets distributed among geographically distributed clients and servers
  • Many clients can access the server simultaneously

Asp.net consulting firms always advocate a three-tier model for proper web application development. This is because multi-tier architecture ensures scalability. Web pages requiring updates or redesign can be handled by altering the presentation tier without the business logic tier. A .net application development professional can replace or upgrade any one tier individually without affecting other tiers. Companies outsourcing services to web development professionals hope their websites are based on the three-tier model to ensure optimal performance.


About the Author:

I am the webmaster at www.synapseindia.com – A web development company offering outsourcing services to businesses in India and abroad.

Article Source: http://www.articlesbase.com/software-articles/advantages-of-three-tier-model-in-web-development-856093.html