The Quick UDP Internet Connections (QUIC) protocol provides enhanced security for data transmission between clients and Dynamic Route for DCDN nodes and accelerates content delivery. This topic introduces QUIC and the billing rules, and describes how to enable QUIC.
What is QUIC?
QUIC is an experimental transport layer network protocol that provides the same security capabilities as TLS/SSL and reduces connection and transmission latency. QUIC is developed based on UDP and has an excellent performance when network connections are weak. When packet loss and network latency issues are severe, QUIC can still ensure service availability. QUIC can implement different congestion control algorithms at the application layer regardless of the operating system or kernel that is used. Compared with TCP, QUIC supports flexible changes based on service requirements. QUIC is a suitable alternative when TCP optimization encounters bottlenecks.
QUIC supported by Alibaba Cloud DCDN is implemented at Layer 7.
QUIC types
- IETF QUIC is a standard Internet protocol.
- IETF QUIC is compatible with gQUIC versions Q39, Q43, and Q46. We recommend that you use IETF QUIC.
How it works
Client requirements
- If you use Google Chrome, the Alibaba Cloud DCDN already supports the standard protocol of HTTP/3. Google Chrome can directly send QUIC requests to Alibaba Cloud DCDN.
- If you use a self-developed app, the app must be integrated with a network protocol library such as lsquic-client, Cronet, ngtcp2, or quiche that supports QUIC.
Billing rules for QUIC
- Alibaba Cloud DCDN identifies QUIC requests based on whether they are transmitted over UDP.
- QUIC requests whose header specifies HTTPS: Alibaba Cloud DCDN identifies whether the request is a QUIC request. If it is a QUIC request, you are charged for the QUIC request. If it is not a QUIC request, you are charged for an HTTPS request.
How to identify QUIC requests
In the following example, Google Chrome is used to show how to identify QUIC requests.
The following figure shows that the Protocol column displays h3, which indicates that the request is a QUIC request.