What % of traffic is network overhead on top of HTTP/S requests

前端 未结 3 1939
离开以前
离开以前 2020-12-28 13:21

If we:
1) Count bytes/bits at the network adapter level (raw # of bits through the NIC) and,
2) Count bytes in all HTTP/S request/responses.

Assuming only HT

3条回答
  •  梦谈多话
    2020-12-28 13:56

    What extra network overhead? the TLS overhead on top of the HTTP amounts to the key exchange. It's mostly processing overhead that you notice.

    http://en.wikipedia.org/wiki/HTTP_Secure#Difference_from_HTTP

    Down the line (after the server) wan accelerator or proxies will treat your traffic differen't as it isn't cacheable or compressible.

提交回复
热议问题