MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER NETWORKING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The client ____
A
Receives something from the server
B
Provides something from the server
C
Prints things
D
Gives you internet
Explanation: 

Detailed explanation-1: -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.

Detailed explanation-2: -Client devices send requests to the servers for webpages or applications, and the servers serve up responses.

Detailed explanation-3: -Network sockets A socket represents one end of the connection between client and server. A listening socket is used by a server process to wait for connections from remote clients. In Java, use ServerSocket to make a listening socket, and use its accept method to listen to it.

Detailed explanation-4: -A client-server network is the medium through which clients access resources and services from a central computer, via either a local area network (LAN) or a wide-area network (WAN), such as the Internet.

There is 1 question to complete.