There is a wide variety of message-passing communication models, ranging from synchronous "rendez-vous" communications to fully asynchronous/out-of-order communications. For large-scale distributed systems, the model determined by transport layer network, and few classes orders message delivery (FIFO, causally ordered) have been identified in early days computing. local-scale applications, e.g....