Abstract
- The legacy HTTP protocol standard
High Overhead
Each resource exchange requires a new TCP connection, which takes two network trips to establish. Moreover, TCP is a stateful network protocol, meaning it consumes CPU and RAM resources to maintain each connection. Additionally, we will experience multiple instances of TCP slow start when exchanging multiple resources over the network.