APPLICATION LAYER
CLIENT SERVER PARADIGM
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Client data
|
|
Software and client data
|
|
Back up files
|
|
Software
|
Detailed explanation-1: -They can store any type of data–for example, executables, documents, photos or videos. They generally store the data as blobs of binary data or files. This means that they don’t perform additional indexing or processing of the files stored on them.
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: -What is a server? A server stores, sends, and receives data. In essence, it “serves” something else and exists to provide services. A computer, software program, or even a storage device may act as a server, and it may provide one service or several.