EBK MODERN DATABASE MANAGEMENT
EBK MODERN DATABASE MANAGEMENT
12th Edition
ISBN: 8220101459190
Author: TOPI
Publisher: YUZU
bartleby

Concept explainers

Question
Book Icon
Chapter 8, Problem 8.1RQ
Program Plan Intro

Define each of the following terms:

a. Application partitioning

b. Application programming interface

c. Client/server system

d. Middleware

e. Stored procedure

f. Three-tier architecture

g. Open database connectivity (ODBC)

h. XML schema

i. Web services

j. XSLT

k. SOAP

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 among clients and servers, which provides the needed services. Generally heavy processing application are stored on the server and light application reside at client. Client continuously interact 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 request services from the client.

Middleware

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

Stored procedure

Stored procedures are predefined set of SQL statements which are provided a unique name and stored in the database schema and can help in execution of redundant tasks without the need of writing the same query again and again.

Three-tier architecture

It is 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.

Open database connectivity (ODBC)

It is an API (application programming interface) that helps application programs to access and process SQL database using a common language irrespective of the particular DBMS that is being accessed.

XML schema

XML schema is also commonly known as XSD i.e. XML schema definition. It is W3C recommended language used for defining XML database. It is used to define the elements, attributes and data types of XML database.

Web services

A set of emerging standards with well-defined protocols to facilitate automatic communication among software applications over the Web platforms. These are based on XML and are run in background to for transparent communication among computers.

XSLT

XSLT stands for extensible stylesheet language transformation. It is language used for transforming complex XML documents and along with that used for creating HTML pages from XML documents.

SOAP

SOAP stands for simple object access protocol. It is a communication protocol based on XML which is used for sending messages between application via Internet.

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