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
How to rebuild master databse?
How can you find out how many rows returned in a cursor?
What is a fill factor?
What is explicit cursors?
What is not null constraint?
What to check if a User database is locked?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
Can we shrink data file in sql server?
How to generate create function script on an existing function?
what happens on checkpoint? : Sql server database administration
how many layers of tcp/ip protocol combined of? : Sql server database administration
What are “phantom rows”?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
What is a field in a table?
Do you know sql server 2008 backup compression?