CST(2)-Client/Server

As the name implies, clients and servers are two separate logical entities that work together over a network to accomplish a task. All c...

As the name implies, clients and servers are two separate logical entities that work together over a network to accomplish a task.

All client server systems have the following characteristics:

Service: Client/Server is primarily a relationship between processes running on separate machines. The server process is a producer of services and the client is a consumer of services. Client/server provides a clean separation of function based on the idea of service.

Shared Resources: A server can service many clients at the same time and regulate their access to shared resources.

Asymmetrical Protocols: There is a many-to-one relationship between clients and server. Clients always initiate the dialog by requesting a service. Servers are passively awaiting requests from the clients.

Transparency of Location: The server is a process that can reside on the same machine as the client or on a different machine across a network. Client/server software usually hides the location of the server from the client by redirecting the server calls when needed. A program can be a client, a server or both.

Mix and match: An ideal client/server software is independent of hardware or operating system software platforms.

Message based exchanges: Clients and servers are loosely coupled systems that interact through a message passing mechanism. The message is the delivery mechanism for the service request and replies.

Encapsulation of services: The server is a ‘specialist’. A message tells the server, what service is requested? It is then up to the server to determine how to get the job done. Servers can be upgraded without affecting the clients as long as the published message interface is not changed.

Scalability: Client/server systems can be scaled horizontally or vertically. Horizontal scaling means adding or removing client workstations with only a slight performance impact. Vertical scaling means migrating to a larger and faster server machine or multiservers.

Integrity: The server code and server data is centrally managed, which results in cheaper maintenance and guarding of shared data integrity. At the same time, the clients remain personal and independent
Name

ADO,131,ASP,3,C++,61,CORE JAVA,1,CSS,115,HTML,297,index,5,JAVASCRIPT,210,OS,47,PHP,65,SAD,53,SERVLETS,23,SOFTWARE ENGINEERING,245,SQL,71,TCP/IP,1,XHTML,9,XML,18,
ltr
item
Best Online Tutorials | Source codes | Programming Languages: CST(2)-Client/Server
CST(2)-Client/Server
Best Online Tutorials | Source codes | Programming Languages
https://www.1000sourcecodes.com/2012/10/cst2-clientserver.html
https://www.1000sourcecodes.com/
https://www.1000sourcecodes.com/
https://www.1000sourcecodes.com/2012/10/cst2-clientserver.html
true
357226456970214079
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content