0% found this document useful (0 votes)
35 views2 pages

client-server_architecture

Client-Server Architecture is a distributed system where clients request services from servers, which provide those services. This model is fundamental to modern applications like web apps and databases, with clients initiating communication and servers responding to requests. Communication occurs over networks such as the Internet or LAN.

Uploaded by

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

client-server_architecture

Client-Server Architecture is a distributed system where clients request services from servers, which provide those services. This model is fundamental to modern applications like web apps and databases, with clients initiating communication and servers responding to requests. Communication occurs over networks such as the Internet or LAN.

Uploaded by

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

Client-Server Architecture

Client-Server Architecture is a distributed system structure where tasks or workloads are divided
between clients and servers. Clients request services or resources, and servers provide those services
or resources. This model is widely used in networking and forms the backbone of most modern
applications, including web applications, email systems, and databases.

1. Client:

a. A client is a device or software that requests services or resources from the server.

b. Examples: Web browsers, mobile apps, or desktop applications.

c. Clients initiate communication by sending requests to the server.

2. Server:

a. A server is a device or software that provides services or resources to clients.

b. Examples: Web servers, database servers, or file servers.

c. Servers listen for incoming requests, process them, and send back responses

3. Network:

a. The medium through which clients and servers communicate.

b. Examples: Internet, LAN (Local Area Network), or WAN (Wide Area Network)
Client-Server Architecture Works

1. The client sends a request to the server over the network.

2. The server receives the request, processes it, and performs the necessary actions (e.g.,
retrieving data, executing a task).

3. The server sends a response back to the client.

4. The client receives the response and presents it to the user.

Examples of Client-Server Systems

1. Web Applications:

o Client: Web browser (e.g., Chrome, Firefox).

o Server: Web server (e.g., Apache, Nginx).

You might also like