K
K
Kaktyc0072020-12-20 19:28:15
Software design
Kaktyc007, 2020-12-20 19:28:15

Which software architecture to choose?

It is necessary to design and develop a program, like an information system. Essence on the PC clients will be installed on the SQL server the base will be spinning. Question: if the program will access the SQL server using SQL queries, then what software architecture will it be?
What is better and easier, in terms of implementation, to choose a two-tier or three-tier architecture?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2020-12-20
@vabka


Question: if the program will access the SQL server using SQL queries, then what software architecture will it be?

It will be a client-server architecture.
What is better and easier, in terms of implementation, to choose a two-tier or three-tier architecture?

It is better to take a three-tier one (with a database, a server, and a client) - it is safer and easier to maintain.
More code needs to be written.
The client can be easily made as a web application - I think it's easier than working with a desktop.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question