
Start the Connection
The client first “knocks” on the server’s door and says, “I’m ready to send and receive content,” while bringing basic security details for the exchange (UDP and initial encryption information).

Complete the Handshake
After the server responds, QUIC quickly checks that both sides can trust each other and agrees on how this exchange should be protected (TLS handshake). If the two sides have “met” before, it can use what was agreed before to start sooner(0-RTT).

Transfer Data
QUIC sends text, images, videos, and other content as separate “packages” (multiplexed data streams). If one package is delayed, the others do not have to wait.

Maintain the Connection
During transfer, QUIC keeps track of packages that do not arrive on time and adjusts when the route changes, such as switching from Wi-Fi to mobile data. Even if the route changes, the exchange does not have to start over.



















