Three Tier Model in Web Development Los Gatos 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.

Zazoo
(408) 741-8444
Saratoga, CA
AddedSolutions LLC
408-979-9504
1 Willow Glen
San Jose, CA
Internet Simplicity
(408) 246-9500
4030 Moorpark Avenue # 127
San Jose, CA
The NeXT Corporation
(888) 262-2775
One Infinite Loop Mail Stop 36 TX
Cupertino, CA
ecom enterprises, inc.
408-720-9194 x205
1230 Oakmead Parkway, Suite 318
Sunnyvale, CA
HiveMind Marketing
866-781-8195
1724 Alberta Ave
San Jose, CA
Complete Business Systems
800-479-9186
111 Bean Creek Rd. #50
Scotts Valley, CA
Designworks
(408) 437-1400
1735 Technology Drive
San Jose, CA
Bay Area Web Design
408-850-0530
4800 Patrick Henry Drive
Santa Clara, CA
LunaGraphica Inc
408 530-8529
150 W. Iowa Avenue
Sunnyvale, 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