Define the Client - Server Communications Environment
Today's client - server communications environment offers programmers great flexibility for application design. Application architects will find out several communications techniques to suit their requirements for client - server interaction. Each of these communications methods can be carried out regardless of the underlying network protocol. There are usually four mechanisms for managing client-to-server interaction:
- Remote procedure calls (RPCs)
- Native communications protocols
- Messaging
- Object orientation