Data transport: packet
A stream of bytes is split into segments named packets. The transport service guaranties the good delivery and re-assembly of the packets
Each packet contains control information:
- sequence number
- CRC (Cyclic Redundancy Code) to control integrity
- information about the target computer and application
- …
These packets are routed end to end through the network by the network service