Suppose I would like to depict data flow between two servers in Visio.
I have boxes to represent servers and arrows to represent communication / data flow.
In this situation:
- Server A always initiates connections to Server B.
- Server A reads from server B, but does not write.
How would this be depicted? Which way would the arrows point?
Is there are convention used for arrows connecting these two servers? Is it based on...
- Which server initiates connections to the other
- Whether the operation is read, write, or both