0% found this document useful (0 votes)
10 views

Client

CLIENT SIDE

Uploaded by

Zurghuna Gul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Client

CLIENT SIDE

Uploaded by

Zurghuna Gul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

 Client: The client is a device or application that requests services or

resources from the server. It initiates communication with the server and
processes the results returned by the server.
 Server: The server is a powerful machine or application that provides
services or resources to clients. It processes client requests, performs the
necessary computations or data retrieval, and sends back the appropriate
responses.
 Network: The network facilitates communication between clients and
servers. It enables data exchange using various protocols and ensures
reliable connectivity.
 Middleware: Middleware is software that acts as an intermediary
between clients and servers. It provides additional functionalities like
authentication, logging, message queuing, and transaction management.
 Database: A database is a structured collection of data stored on the
server. It stores and manages data that clients request, ensuring data
consistency, integrity, and security.
 User Interface (UI): The UI is the part of the client application that
interacts with the user. It provides a means for users to input data and
view results returned by the server.

You might also like