Modern Database Management
Modern Database Management
13th Edition
ISBN: 9780134773650
Author: Hoffer
Publisher: PEARSON
bartleby

Concept explainers

Question
Book Icon
Chapter 7, Problem 7.1RQ
Program Plan Intro

Definitions of the following terms:

a. Application partitioning

b. Application programming interface

c. Client/server system

d. Middleware

e. Three-tier architecture

f. locking

g. versioning

h. deadlock

Expert Solution & Answer
Check Mark

Explanation of Solution

Application partitioning

The method of assigning components of application software, after it is written, to client or server partitions in order to gain increased performance and interoperability is termed as application partitioning. Here, interoperability refers to ability to function on different platforms.

Application programming interface (API)

An API is a set of routines, protocols and tools that are used by an application program to interact with other software applications. APIs are used for software development and in context to database APIs are used to connect an application software with the database to access or manipulate data in the database.

Client/server system

It is a networked computing model in which processes are distributed between clients and servers, which provide the needed services. Generally heavy processing applications are stored on the server and light application reside on a client. Client continuously interacts with the server to perform certain tasks. In context of a database system, the database along with the DBMS generally resides on a server and server is responsible for processing the DBMS. End user application system resides on the client which requests services from the client.

Middleware

Middlewares are softwares which act as a bridge between application and operating system or between two different applications. They facilitate users working on one application to interact with other software without understanding and coding the low-level routines required to achieve interoperability.

Three-tier architecture

It is a three-layer client/server configuration where one client layer and two server layers are present. This architecture contains one additional server layer as compared to two-tier client/server architecture.

Locking

It is a mechanism for making the data exclusive to one user during an update operation and making it unavailable to other users, until the update is completed or aborted.

Versioning

It is an approach for concurrency control during which each transaction under execution is limited to a portion of the database during its execution period, and when a transaction tries to modify a record, new record version for it is created instead of overwriting the old record.

Deadlock

It is a situation in which no progress can be made during transaction processing. It occurs when two or more transactions have acquired some common limited resources.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education