Question:

What is actually three tire application?

by  |  earlier

0 LIKES UnLike

What is actually three tire application?

 Tags:

   Report

1 ANSWERS


  1. Note sure why this question is under Cars and Transportation category.

    But if you are referring to IT.

    Then here is your answer.

    3 tier = Client (1tier) + Application server (2tier) + database server (3rd tier)

    Client can be Internet explorer for web based applications, or any application in general.

    Application server - A seperate instance that provides service to requests coming for client. This layer sole purpose is to process client requests and send requests to database server for data information. Application layer typically processes, reports, data entry screens, search screens, OLTP requests etc...

    Database server - A seperate instance that hosts database and its services e.g. oracle, sql server, sysbase etc..

    This instance processes the requests it gets from Application layer. Sole purpose is to manage the database.

    3 tier architecture is most popular due to performance,since a dedicated services exists for each layer the processing is most efficient.

    Regards

    Ashutosh

    Vote this answer as best if you liked it.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions