0% found this document useful (0 votes)
10 views1 page

Introduction To Client Server Computing

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)
10 views1 page

Introduction To Client Server Computing

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/ 1

Example: Consider a person wants to check his bank

balance so he goes through the bank's official website


Communication between server and synchronous here the person is the client and the website the server
data is called Inter Servers or Server to Server e i.e, webserver
Now when he wants to open the account he needs to enter
his credentials
in the backend, the Webserver Acts as a client and the
database acts as a server
thereby the inter-Severs Communication or Sever to Server
Design of computer network programming language communication happens
The Client Server follow some set of rules i.e., called DEL(Decoding-Encoding Language)
protocols ,all the protocols are in the TCP/IP stack in
Application layer

Client Server is base on the principle of Request-


Response Message Pattern

Security
Is it virus free(Antivirus)
Scalable Challenges for Client-Server Computing
Can the server handle several clients at a time A server is a Computer that provide information

Is the server trust worthy or not Introduction to Client Server Computing


Reliable A client is a Computer that seeks information

Cleint Computer-Frontend

Server Computer-Backend
The Client-Server Computing is split into 3 main
In the Zomato app,When we order any food We can see the parts Network-LAN,WAN
location of the Delivery boy in the Google Map
Here Zomato made the work easy by using the concept
called API
Since Google and several Tech Companies have already got
their own map Via Satellite Companies like Zomato Just get API is an abstraction layer that enables to access
the access key to the Google Map Feature to Find the information i.e, from various platforms
Location Of the Delivery driver To improve the efficiency of the server we use the
concept called API(Application User Interface),
where the information is accessed from another
Server or via the product key which is taken as a
rent to access the API

You might also like