Discuss two tire and three tire client server architecture.
Answers
Answered by
0
Two tier architecture: Two tier architecture is similar to a basic client-server model. The application at the client end directly communicates with the database at the server side. API's like ODBC,JDBC are used for this interaction.
Similar questions