ServiceShared resourcesAsymmentrical protocolsTransparency of locationMix-and-matchMessage based exchangesEncapsulation of servicesScalabilityIntegrityClient/Server computing is the ultimate "Open
Latest Answer : Characterstics are speak and listen ...
There is a many-to-one relationship between clients and server. Clients always initiate the dialog by requesting a service. Servers are passively awaiting for requests from clients.
Latest Answer : When, for every request there is a response that protocol is symmetrical protocol and when this is not true, that protocol would be Asymmetrical protocol ...
The ideal Client/Server software is independent of hardware and Operating System software platform. It should be able to mix-and-match client and server platforms.
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.
Latest Answer : subnetting is nothing but sugrregating a ip adddres into small networks ...
Middleware is a distributed software needed to support interaction between clients and servers. In short, it is the software that is in the middle of the Client/Server systems and it acts as a bridge between
Latest Answer : The term middleware is used to describe separate products that serve as the glue between two applications. Software that connects two otherwise separate applications. For example, there are a number of middleware products that link a database system to ...
In 2-tier Client/Server systems, the application logic is either burried inside the user interface on the client or within the database on the server.Example: File servers and Database servers with stored
Latest Answer : Refers to client/server architectures in which the user interface runs on the client and the database is stored on the server. The actual application logic can run on either the client or the server. ...
In 3-tier Client/Server systems, the application logic (or process) lives in the middle tier and it is separated from the data and the user interface. In theory, the 3-tier Client/Server systems are more
Latest Answer : A special type of client/server architecture consisting of three well-defined and separate processes, each running on a different platform: 1. The user interface, which runs on the user's computer (the client). 2. The functional modules that actually ...
It imposses hierarchy and a division of labour among processors. Only one designated processor, the master, controls (in a tightly coupled arrangement) slave processors dedicated to specific functions.
Latest Answer : asymmetric multi proceesing means each and every processer contain its own specific task.master processer assign tasks to slave processer. ...
It treats all processors as equal. Any processor can do the work of any other processor. Applications are divided into threads that can run concurrently on any available processor. Any processor in the
Transparency really means hiding the network and its servers from the users and even the application programmers.
Latest Answer : Transparency is usually considered to be a good characteristic of a system because it shields the user from the system's complexity. ...