Softwaremuster

Vorlesung 7

What protocols are in the client-dispatcher-server pattern?

  • CDprotocol
    • specifies how a client must look for a particular server
    • deals with communication errors
  • DSprotocol
    • specifies how a server registers with the dispatcher
    • determines the activities needed to establish a communication channel between client and server
  • CSprotocol
    • specifies how client and server communicate with each other
 

Diskussion