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 find the login name linked to a given user name?
What are the filtered indexes?
What is the difference between having clause and where clause in sql server?
How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?
Tell me what is difference between clustered and non clustered index?
What is the difference between ddl and dml?
How you can get a list of all the table constraints in a database?
How to delete a login name in ms sql server?
Explain Geography datatype in SQL Server
What does nvl stand for?
What kind of problems occurs if we do not implement proper locking strategy?
Do you know the different ddl commands in sql?
Can a unique index be created on a column, which contains null?
Can two tables share the same primary key?
Define clusters?