Abstract


  • The legacy HTTP protocol standard

High Overhead

Each exchange of resource requires a new TCP Connection which takes a few network trips to establish. Moreover, TCP is a Stateful Network Protocol which means it takes CPU and RAM resources to maintain each TCP Connection. We will also suffer from multiple TCP Slow Start when we need to make network exchange of multiple resources.