In 2015, Internet Engineering Task Force (IETF) release HTTP/2, the second major version of the most useful internet protocol, HTTP. It was derived from the earlier experimental SPDY protocol. SPDY is a deprecated open-specification networking protocol that was developed primarily at Google for transporting web content. SPDY manipulates HTTP traffic, with particular goals of reducing web page load latency and improving web security Request multiplexing HTTP/2 can send multiple requests for data in parallel over a single TCP connection. This reduces additional round trip time (RTT), making your website load faster without any optimization, and makes domain sharding unnecessary. Header compression HTTP/2 compress a large number of redundant header frames. It uses the HPACK specification as a simple and secure approach to header compression. Both client and server maintain a list of headers used in previous client-server requests. Binary Protoco...
Comments
Post a Comment