Engineers announce QUIC protocol completes RFC 9000 release

Engineers announce QUIC protocol completes RFC 9000 release

According to foreign media, the Internet Engineering Task Force (IETF) has released RFC 9000, which is supported by RFC 9001/9002/8999, which means that QUIC has moved from the draft stage to the official version 1.0. At the same time, HTTP/3 based on QUIC is also expected to be released soon. As the successor of the Transmission Control Protocol (TDP), the fast UDP Internet connection QUIC has the characteristics of security, reliability, and low latency.

[[402892]]

TCP is a connection-oriented, reliable, byte-stream-based transport layer communication protocol defined by IETF's RFC 793, designed to adapt to a layered protocol hierarchy that supports multi-network applications. Pairs of processes in host computers connected to different but interconnected computer communication networks rely on TCP for reliable communication services. TCP assumes that it can get simple, possibly unreliable datagram services from lower-level protocols. In principle, TCP should be able to operate on a variety of communication systems from hard-wired connections to packet switching or circuit switching networks.

The TCP/IP protocol suite is the foundation of the Internet. The transport layer protocols include TCP and UDP. Compared with the TCP protocol, UDP is lighter, but has much less error checking. This means that UDP is often more efficient (it does not communicate with the server frequently to check whether the data packets are delivered or in order), but its reliability is not as good as TCP. Usually, applications such as games, streaming media, and VoIP use UDP, while most applications such as web pages, emails, and remote logins use TCP. QUIC is a low-latency Internet transport layer protocol based on UDP developed by Google, which solves the various requirements faced by today's transport layer and application layer, including handling more connections, security, and low latency.

<<:  "Three mountains" weighing on China's radio and television industry: China's radio and television industry seeks a way out of the broadband market

>>:  The development trend of enterprise-level wireless coverage (WiFi6)

Recommend

Which bare metal cloud service provider is the best? Huawei Cloud is happy

[51CTO.com original article] A few years ago, whe...

Network | Not the best, will 5G abandon TCP/IP?

TCP/IP is considered suboptimal for more advanced...

Launchvps: $19.95/year KVM-768MB/20GB/768GB/Philadelphia Data Center

Launchvps recently launched two special annual pa...

TCP Things 1: TCP Protocol, Algorithm and Principle

TCP is a very complex protocol because it has to ...

How to determine whether the protocol is Websocket in Http Header

[[398343]] This article is reprinted from the WeC...

5G promotes the rapid development of smart healthcare

Recently, the Ministry of Industry and Informatio...

Will SD-WAN replace SASE? Intelligent network services still depend on its

If we think about it, we will find that many of o...

Wide Area Networks: What You Need to Know in the Internet of Things Era

The total global IoT spending is estimated to rea...

See if you can handle this kind of interview. How does TCP transmit reliably?

Preface Hello everyone, I am Amazing. It is the g...