QUIC (Quick UDP Internet Connections) Transport Layer Network Protocol
1–3 of 3 posts
Re: QUIC (Quick UDP Internet Connections) Transport Layer Network Protocol
#2The 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.
Re: QUIC (Quick UDP Internet Connections) Transport Layer Network Protocol
#3The 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.