
让您的Nginx支持Http 3.0 协议
Http 3.0 其实从最开设到正式的使用,已经过去了不少时间了,这块也是关系到我们现在数据安全一块很重要的发展,后续我们应该不在会有明文加密的协议的存在了吧,只是在加密的基础上,不断的升级现在的加密方法与技术升级,从而更高的保障我们的数据传输的高效与安全。并且我们也会在这路上不断的成长升级,保障我的自己信息的安全与我们用户的信息内容的安全。
As of my last update in September 2021, HTTP/3.0 had not been released. However, I can provide information based on the developments up to that time.
HTTP/3, also known as “Hypertext Transfer Protocol version 3,” is the upcoming iteration of the HTTP protocol, which is the foundation of data communication on the World Wide Web. HTTP/3 aims to improve upon its predecessor, HTTP/2, by incorporating the QUIC (Quick UDP Internet Connections) protocol developed by Google.
QUIC is a transport layer protocol that runs on top of UDP (User Datagram Protocol) instead of TCP (Transmission Control Protocol). This change is significant because TCP has been the standard transport protocol for HTTP since its inception. UDP offers reduced latency and better performance for certain types of connections, particularly in situations with high packet loss or unstable networks.
The primary goals of HTTP/3 are:
It’s worth noting that since the development of protocols and standards often takes time, there might have been further updates or developments regarding HTTP/3 after my last update in September 2021. Therefore, I recommend checking more recent sources for the latest information on HTTP/3.
Http 3.0 其实从最开设到正式的使用,已经过去了不少时间了,这块也是关系到我们现在数据安全一块很重要的发展,后续我们应该不在会有明文加密的协议的存在了吧,只是在加密的基础上,不断的升级现在的加密方法与技术升级,从而更高的保障我们的数据传输的高效与安全。并且我们也会在这路上不断的成长升级,保障我的自己信息的安全与我们用户的信息内容的安全。
Tcp 和UDP是我们通讯网络中最基本的通讯协议了,这块是互联通讯的基础,他们的安全,关系到整个互联网基础,比如我们常用的DNS,HTTP,HTTPS都是基于TCP,UDP协议基础规划的。