- Network Programming with Rust
- Abhishek Chanda
- 66字
- 2021-06-24 19:09:11
Common service models
For two hosts to communicate via a network, they will need to send messages to each other. There are two models of exchanging messages, and each has specific usecases where they work best. In this section, we will explore these. Note that the service models are properties of the protocols and that they set expectations around what a consumer should expect from them.