<aside> π Packet
A self-contained unit of data that carries information necessary for it to reach its destination.
</aside>
<aside> π Packet Switching
Independently for each arriving packet, pick its outgoing link. If the link is free, send it. Else hold the packet for later.
</aside>
<aside> π Flow
A collection of datagrams belonging to the same end- to-end communication, e.g. a TCP connection.
</aside>
Packet switching donβt need state for each flow, and each packet is self-contained. Which also means that:
Data traffic is bursty, therefore, packet switching allows flows to
which is called Statistical Multiplexing
<aside> π Statistical Multiplexing
Taking a single resource and sharing it across multiple users in a probabilistic or statistical way.
</aside>