What is the client-server model

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3241

This topic has not yet been written. The content below is from the topic description.
Remoting is based on the client server model, and communication between a client and a server is handled by one of Remoting's several transports. A transport is characterized by a pair of classes, one for the client side and one for the server side, which communicate by a shared protocol. Most of the core concepts discussed below are related to one side or the other. However, the URL, or the internal object used to represent the URL, of a server is relevant to both sides.