What is the differnce between 2-tier architecture and 3-
tier architecture in java?

Answers were Sorted based on User's Feedback



What is the differnce between 2-tier architecture and 3- tier architecture in java?..

Answer / kartheeswari

2-tier respresents client and server, in which server does
the storage of data as well as the transaction. So the
burden is more to the server ans the response may slow.

3-tier represents client, middle tier and server, where
server does the storage, middle tier does the transaction.
So burden for the server is less and the response may
faster than 2-tier

Is This Answer Correct ?    33 Yes 2 No

What is the differnce between 2-tier architecture and 3- tier architecture in java?..

Answer / sunil kumar- vizag

2-tier applications access database services or transaction
services directly from the client. here the application
logic resides on the client, making clients large and complex.
3-tier client-server applications employs an intermediary or
middle tier, application server which operates between
client applications and the back end databases.
There are two fundamental motivations for using a three-tier
architecture over a two-tier
model:
* Improved scalability, availability, and performance
* Improved flexibility and extensibility of business systems

Is This Answer Correct ?    30 Yes 1 No

What is the differnce between 2-tier architecture and 3- tier architecture in java?..

Answer / nazni

2 tier where client and server involved, 3 tier which is
MVC framework

Is This Answer Correct ?    11 Yes 35 No

Post New Answer

More Struts Interview Questions

what is project architecture?give brief explanation about project architecture?

3 Answers   CTS, Etisalat, IBM, Infinite Computer Solutions, Mphasis,


What is role of action class?

0 Answers  


what is mean by custom tag?

5 Answers   Wipro,


What are action errors and error?

0 Answers  


What is the purpose of action tag in struts.xml?

0 Answers  






What is action servlet in struts?

0 Answers  


How to work with error tags?

0 Answers  


Why is action servlet a singleton in struts?

0 Answers  


Hi All thanks in advance, iam new to j2ee currently in my project we r using struts with hibernate can i have one sample application like CRUD application with code or any tutorials liks r ebooks plz....?

1 Answers   IBM,


Is Struts Framework part of J2EE?

0 Answers  


What is Struts Flow?

17 Answers   CTS, rsystems,


What is http redirect?

0 Answers  


Categories