Client Server Question:

What is OLTP in client server environment?

Tweet Share WhatsApp

Answer:

In the transaction server, the client component usually includes GUI and the server components usually consists of SQL transactions against a database. These applications are called OLTP (Online Transaction Processing) OLTP Applications typically,

Receive a fixed set of inputs from remote clients.
Perform multiple pre-compiled SQL comments against a local database.
Commit the work and
Return a fixed set of results.

Download Client Server PDF Read All 17 Client Server Questions
Previous QuestionNext Question
What are the five major technologies that can be used to create Client/Server applications in client server environment?What is a Transaction server in client server environment?