What are the databases mode of execution?

Data System Architecture

About

Databases may run in 2 modes:

  • Embedded in an application
  • Client/Server in a server framework. A server is an application that allows users to connect to Derby simultaneously and offers then a client/server architecture.

Environment

Embedded

See the embedded dedicated page

Client/server

A client/server environment is an environment in which multiple applications connect to the database over the network.

It allows multiple network connections.





Discover More
Data System Architecture
What are embedded databases?

embedded databases are database that run in an embedded mode: It means that it: runs along the code of the application in the same thread does not run as a service (ie client server mode) Pros:...



Share this page:
Follow us:
Task Runner