HTTP 1.0 -> HTTP 1.1 -> HTTP 2.0 -> HTTP 3.0 (QUIC). What problem does each generation of HTTP solve? The diagram below illustrates the key features. 🔹HTTP 1.0 was finalized and fully documented in 1996. Every request to the same server requires a separate TCP connection.
HTTP 1.0 -> HTTP 1.1 -> HTTP 2.0 -> HTTP 3.0 (QUIC)
Thanks for sharing, exactly same discussion I had in one of the interview today.
is it considered less secure because it depends on UDP?