-
-
-
-
-
What is UDP?
What is the full form of UDP? How it works? What is the use of UDP?
-
GUI testing
When you get a URL,how do you start to test a web based software application?
-
-
What is meant by Horizontal scaling and Vertical scaling?
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.
-
What is a File server?
File servers are useful for sharing files across a network. With a file server, the client passes requests for file records over nerwork to file server.
-
How would you apply a new patch to all the computers on LAN from the Server.
How would you apply a new patch to all the computers on LAN from the Server. Say it is an update patch and the only machine accessible to you is the cpu of the server and you have all the IP of the connected systems and remember none of the clients have a cd rom or other device than the hard drive with only limited account user logged in and if possible all the clients have to be updated simultaneously...
-
-
What are the characteristics of Client/Server?
ServiceShared resourcesAsymmentrical protocolsTransparency of locationMix-and-matchMessage based exchangesEncapsulation of servicesScalabilityIntegrityClient/Server computing is the ultimate "Open platform". It gives the freedom to mix-and-match components of almost any level. Clients and servers are loosely coupled systems that interact through a message-passing mechanism.
-
What is meant by 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 for requests from clients.
-
What is meant by Mix-and-match?
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.
-
What are the types of Servers?
File serversDatabase serversTransaction serversGroupware serversObject serversWeb servers
-
What is Groupware server?
Groupware addresses the management of semi-structured information such as text, image, mail, bulletin boards and the flow of work. These Client/Server systems have people in direct contact with other people.
-
What is meant by Middleware?
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 the clients and servers. It starts with the API set on the client side that is used to invoke a service and it covers the transmission of the request over the network and the resulting response.It...
-
What are the two broad classes of middleware?
General middlewareService-specific middleware
-
What are the most typical functional units of the Client/Server applications?
User interfaceBusiness Logic andShared data.
-
What is meant by 3-Tier architecture?
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 scalable, robust and flexible.Example: TP monitor, Web.
Client Server Interview Questions
Ans