Client%E2%80%93server model is ...

:start

<h2>Client%E2%80%93server model</h2><div class="wp-caption alignright" style="width: 310px"><a href="http://infomotions.com/musings/waves/media/client-server-illustration.gif" target="_blank"><img title="Client%E2%80%93server model" alt="Client%E2%80%93server model" src="http://infomotions.com/musings/waves/media/client-server-illustration.gif" width="300" height="270" /></a> </div><div class="wp-caption alignright" style="width: 310px"><a href="http://www.wildbunny.co.uk/blog/wp-content/uploads/2012/10/clientServer.gif" target="_blank"><img title="Client%E2%80%93server model" alt="Client%E2%80%93server model" src="http://www.wildbunny.co.uk/blog/wp-content/uploads/2012/10/clientServer.gif" width="150" height="135" /></a> </div><div class="wp-caption alignright" style="width: 310px"><a href="http://www.december.com/present/csmodel.gif" target="_blank"><img title="Client%E2%80%93server model" alt="Client%E2%80%93server model" src="http://www.december.com/present/csmodel.gif" width="150" height="135" /></a> </div>
<p>The clientâ€"server model is a distributed application structure in computing that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients. Often clients and servers communicate over a computer network on separate hardware, but both client and server may reside in the same system. A server is a host that is running one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server's content or service function. Clients therefore initiate communication sessions with servers which await incoming requests.</p>
<p>The clientâ€"server model was developed at Xerox PARC during the 1970s. It is now prevalent in computer networks. Email, the World Wide Web, network printing are typical examples of the model.</p>
<p>The clientâ€"server characteristic describes the relationship of cooperating programs in an application. The server component provides a function or service to one or many clients, which initiate requests for such services. The model assigns one of two roles to the computers in a network: Client or server. A server is a computer system that selectively shares its resources; a client is a computer or computer program that initiates contact with a server in order to make use of a resource. Data, CPUs, printers, and data storage devices are some examples of resources.</p>
<p>This sharing of computer resources is called time-sharing, because it allows multiple applications to use the computer's resources at the same time.</p>
<p>Clients and servers exchange messages in a request-response messaging pattern: The client sends a request, and the server returns a response. To communicate, the computers must have a common language, and they must follow rules so that both the client and the server know what to expect. The language and rules of communication are defined in a communications protocol. All client-server protocols operate in the application layer.</p>
<p>Whether a computer is a client, a server, or both, it can serve multiple functions. For example, a single computer can run web server and file server software at the same time to serve different data to clients making different kinds of requests. Client software can also communicate with server software on the same computer. Communication between servers, such as to synchronize data, is sometimes called inter-server or server-to-server communication.</p>
<p>In the client-server model, the server is a centralized system. The more simultaneous clients a server has, the more resources it needs. In a peer-to-peer network, two or more computers pool their resources and communicate in a decentralized system. Peers are coequal nodes in a non-hierarchical network. Collectively, lesser-powered computers can share the load and provide redundancy.</p>
<p>Since most peers are personal computers, their shared resources may not be available consistently. Although an individual node may have variable uptime, the resource remains available as long as one or more other nodes offer it. As the availability of nodes changes, an application-layer protocol reroutes requests.</p>
















<h3>Related Sites for Client%E2%80%93server model</h3>
<ul><li>What is <strong>client/server</strong> architecture? - A Word Definition From the ... <a href="http://www.webopedia.com/TERM/C/client_server_architecture.html" target="_blank">read Client%E2%80%93server model</a></li>
<li><strong>Client-server</strong> - Simple English Wikipedia, the free encyclopedia <a href="http://simple.wikipedia.org/wiki/Client-server" target="_blank">read Client%E2%80%93server model</a></li>
<li><strong>Client Server</strong> Architecture - Upload & Share PowerPoint ... <a href="http://www.slideshare.net/suks_87/client-server-architecture-presentation" target="_blank">read Client%E2%80%93server model</a></li>
</ul>




:end
tags: Client%E2%80%93server, model, Client%E2%80%93server model, server, computer, client, resources

[category ]

0 Response to "Client%E2%80%93server model is ..."

Post a Comment