Skip to content

DBMS Architecture

  • 1-Tier Architecture

    • Database is directly available to the user.
  • 2-Tier Architecture

    • Application on client side can directly communicate with the database at server-side.
    • For this interactions, api's like ODBC, JDBC are used.
  • 3-Tier Architecture

    • Application on client side communicates with the application on server side and then application on server side will further communicates with the database system.