
| Service | Example |
|---|---|
| Reliable message stream | Sequence of pages of a book |
| Reliable byte stream | Remote login |
| Unreliable connection | Digitized voice |
| Unreliable datagram | Network test packets |
| Acknowledged datagram | Registered mail |
| Request-reply | Database query |
| Note: The first three rows is denoted as connection-oriented. The last three rows is denoted as connectionless. | |