What is meant by 2-Tier architecture?

In 2-tier Client/Server systems, the application logic is either burried inside the user interface on the client or within the database on the server.Example: File servers and Database servers with stored procedures.

Showing Answers 1 - 4 of 4 Answers

simplegal

  • Dec 4th, 2005
 

In a two-tier architecture, the server holds both the application and the data. The application resides on the server rather than the client. The client can either be a thin client - dumb terminal with no processing power-, or a fat client - hold at least some applications.

kedar

  • Dec 16th, 2005
 

In two tier architecture, the business logic layer is either clubbed with the presentation layer or with the persistence layer making either the client fat or the server fat respectively.

  Was this answer useful?  Yes

Refers to client/server architectures in which the user interface runs on the client and the database is stored on the server. The actual application logic can run on either the client or the server.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions