[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Single Page
Top Document: Client/Server Frequently Asked Questions
Previous Document: 2.1 What is Client-server Computing?
Next Document: 2.3 What is a Server process?
-
Search the FAQ Archives
Single Page
Top Document: Client/Server Frequently Asked Questions
Previous Document: 2.1 What is Client-server Computing?
Next Document: 2.3 What is a Server process?
2.2 What is a Client process?
From: Ravi Kalakota <kalakota@uhura.cc.rochester.edu> The client is a process (program) that sends a message to a server process (program), requesting that the server perform a task (service). Client programs usually manage the user-interface portion of the application, validate data entered by the user, dispatch requests to server programs, and sometimes execute business logic. The client-based process is the front- end of the application that the user sees and interacts with. The client process contains solution-specific logic and provides the interface between the user and the rest of the application system. The client process also manages the local resources that the user interacts with such as the monitor, keyboard, workstation CPU and peripherals. One of the key elements of a client workstation is the graphical user interface (GUI). Normally a part of operating system i.e. the window manager detects user actions, manages the windows on the display and displays the data in the windows.
Top Document: Client/Server Frequently Asked Questions
Previous Document: 2.1 What is Client-server Computing?
Next Document: 2.3 What is a Server process?
Single Page
[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
lloyd@abs.net (Client/Server FAQ Maintainer)
Last Update October 23 2009 @ 08:26 AM