Live data from Hacker News

QUIC (Quick UDP Internet Connections) Transport Layer Network Protocol

en.wikipedia.org

1–3 of 3 posts

Re: QUIC (Quick UDP Internet Connections) Transport Layer Network Protocol

#3

The name feels incorrect. The transport layer protocol in use is UDP. QUIC is built on top of UDP. If QUIC is to UDP as HTTP is to TCP then QUIC is an application layer protocol.

In the real world layering isn't that strict. QUIC performs similar functions as TCP so it's also a transport protocol.