HTTP/3 and QUIC: Faster Web Protocol π
Google's QUIC protocol replaces TCP with UDP, enabling faster and more efficient HTTP/3 connections for improved web performance.

Weecli
4.3K views β’ Nov 15, 2018

About this video
Google has been working on an experimental network protocol named QUIC: "Quick UDP Internet Connections." QUIC abandons TCP, instead using its sibling protocol UDP (User Datagram Protocol). UDP is the "opposite" of TCP; it's unreliable (data that is sent from one end may never be received by the other end, and the other end has no way of knowing that something has gone missing), and it is unordered (data sent later can overtake data sent earlier, arriving jumbled up). UDP is, however, very simple, and new protocols are often built on top of UDP.
QUIC reinstates the reliability and ordering that TCP has but without introducing the same number of round trips and latency. For example, if a client is reconnecting to a server, the client can send important encryption data with the very first packet, enabling the server to resurrect the old connection, using the same encryption as previously negotiated, without requiring any additional round trips.
Source - https://arstechnica.com
QUIC reinstates the reliability and ordering that TCP has but without introducing the same number of round trips and latency. For example, if a client is reconnecting to a server, the client can send important encryption data with the very first packet, enabling the server to resurrect the old connection, using the same encryption as previously negotiated, without requiring any additional round trips.
Source - https://arstechnica.com
Video Information
Views
4.3K
Likes
34
Duration
7:00
Published
Nov 15, 2018
User Reviews
4.2
(4) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.