FUNDAMENTALS OF COMPUTER

COMPUTER THREATS SECURITY

TYPES OF COMPUTER SECURITY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In the Client-Server Model, the database:
A
is downloaded to the client upon request
B
is shared by both the client and server
C
resides on the client side
D
resides on the server side
Explanation: 

Detailed explanation-1: -A client-server database is one where the database resides on a server, and client applications are written to access the database. Recall that a server listens for requests for its services and the client makes requests. These requests will include selecting, inserting, updating, and deleting data.

Detailed explanation-2: -While data access logic and data storage reside on the server side, presentation and application logic reside on the client side. In practice, the application logic is often split between the client and server, although it predominantly resides on the client.

Detailed explanation-3: -In client/server networks, users store their files on a central computer from which files are accessed directly. In the client/server network, the server is the central computer that stores the information, and the client is the computer (and user) that accesses the information from that central computer.

Detailed explanation-4: -At-A-Glance: The Client Server Model Clients, taking the form of laptops, desktops, tablets, or smartphones, then request a file or application from the remote server. The server hears the request, verifies credentials, and if everything checks out, serves the client the requested file.

There is 1 question to complete.