Question:medium

A program that runs on a local machine requesting service from the server and terminates when the service is completed is called _________ .

Show Hint

Client programs request services from servers and handle responses to perform tasks on local machines.
Updated On: Jan 14, 2026
  • user program
  • server program
  • client program
  • main program
Show Solution

The Correct Option is C

Solution and Explanation

A client program is a software application on a local computer that requests services or resources from a server via a network. It starts communication, sends requests, and awaits replies. Upon completion, it can stop or await more tasks. This client-server model permits numerous clients to access shared server-managed resources.
Was this answer helpful?
0