What is the difference between 2-Tier architecture and
3-Tier architecture
Answer Posted / bhagwat shinde
2 Tier architecture it's commonly use when your client majority is less if your client's are increasing then we need to configure all the code in client system wherever the client is increase then resides the database one centralized machine (make a server ) and use it.
3 tier architecture all the three different layer's distribute in three different places it's not necessary to put three different places also you can make the developer system as a web server,Database,and all the GUI related functionality. early day's all the ATM machine transaction done using this feature.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain throw statement in sql server 2008?
How do I find information about the install locations for the various instances running on a computer?
what's the difference between a primary key and a unique key? : Sql server database administration
What is table valued function and scalar valued functions?
What are the functions in sql server?
Explain the creation and execution of a user-defined function in the sql server?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
How to change a login name in ms sql server?
What are the extra roles available in msdb? : sql server security
What are the steps to insert a table?
explain extended properties
How can we rewrite sub-queries into simple select statements or with joins?
How each E-R model constructs can be mapped to the relational model?
Do you know what is a with(nolock)?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration