next
Clients and Servers
client-server computing
The interaction between two programs when they communicate across
a network. A program at one site sends a request to a program at
another site and awaits a response. The requesting program is
called a client; the program satisfying the
request is called the server. (definition
from The Internet Book, 2nd edition by Douglas E.
Comer)

next