HTTP/3

HTTP/3 is used by 2.96% of sites

Official Website

https://httpwg.org/

Category

Miscellaneous
HTTP/3 is the latest version of the Hypertext Transfer Protocol (HTTP) protocol, which is the foundation of data communication on the World Wide Web. It is a major update to HTTP/2 and introduces several significant changes and improvements.

Key features and changes in HTTP/3 include:

Transport Protocol: HTTP/3 uses the QUIC (Quick UDP Internet Connections) transport protocol instead of the traditional Transmission Control Protocol (TCP) used in previous versions. QUIC is built on top of the User Datagram Protocol (UDP) and aims to provide faster and more reliable connections by reducing latency and improving congestion control.

Multiplexing: Similar to HTTP/2, HTTP/3 supports multiplexing, allowing multiple requests and responses to be sent and received simultaneously over a single connection. This helps improve performance by reducing the overhead associated with establishing new connections for each request.

Improved Performance: HTTP/3 aims to deliver better performance and reduced latency compared to previous versions. The use of the QUIC protocol and its built-in features, such as improved congestion control and loss recovery mechanisms, contribute to faster and more reliable connections.

Enhanced Security: HTTP/3 includes built-in encryption using Transport Layer Security (TLS) by default. Encryption helps ensure the confidentiality and integrity of data exchanged between the client and server, protecting against eavesdropping and tampering.

Backward Compatibility: HTTP/3 is designed to be backward compatible with earlier versions of HTTP. This means that websites and applications that currently use HTTP/1 or HTTP/2 can gradually adopt HTTP/3 without requiring significant changes to their infrastructure.