COMPUTER SCIENCE AND ENGINEERING
COMPUTER NETWORKING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Receives something from the server
|
|
Provides something for the client
|
|
Prints things
|
|
Gives you internet
|
Detailed explanation-1: -The client makes a request for a service, and a server performs that service. Server functions often require some resource management, in which a server synchronizes and manages access to the resource, and responds to client requests with either data or status information.
Detailed explanation-2: -The server provides the requested information or service to the client. Servers on a client/server network commonly perform some of the processing work for client machines, such as sorting through a database before delivering only the records requested by the client.
Detailed explanation-3: -A server stores, sends, and receives data. In essence, it “serves” something else and exists to provide services. A computer, software program, or even a storage device may act as a server, and it may provide one service or several.
Detailed explanation-4: -A client usually does not share any of its resources, but it requests content or service from a server. Clients, therefore, initiate communication sessions with servers, which await incoming requests. Examples of computer applications that use the client–server model are email, network printing, and the World Wide Web.