Core: Data Plane Transport
Transport protocols overview - TCP, UDP, QUIC
In one line The transport layer decides reliability, ordering, congestion behaviour, and how visible traffic is to the network - and that shapes buffering, load-balancing, and security design. The three you must reason about * TCP - connection-oriented, reliable, ordered, congestion-controlled. The workhorse for web/APIs, storage, and bulk transfer;