3.2.1 Abstract Data Model
This is an RPC-based protocol. The server does not maintain client state information. The protocol operation is stateless.
This is a simple request-response protocol. For every method that the server receives, it executes the method and returns a completion. The client simply returns the completion status to the caller. This is a stateless protocol; each method call is independent of any previous method calls.