store-full
|
Command from User to C&C to store a complete dataset
|
store-part
|
Command from C&C to IRC to store a piece of data
|
store-IRC
|
Command from IRC to storage agent to store a piece
|
|
of data
|
retrieve-full
|
Command from User to C&C to retrieve a complete
|
|
dataset
|
retrieve-part
|
Command from C&C to Cloud Storage provider to
|
|
retrieve a piece of data
|
return-part
|
Cloud Storage provider is returning a piece of data
|
return-full
|
C&C node is returning a complete dataset to User
|
process-cnc
|
Command from User to C&C to perform processing
|
|
operation on a dataset
|
process-cp
|
Command from C&C to Cloud Processing provider to
|
|
perform processing operation on a dataset
|
result-cnc
|
Cloud Processing provider returning result of processing
|
|
operation on a dataset to C&C node
|
result-user
|
C&C node returning result of processing operation on a
|
|
dataset to User
|