Google has been stress-testing its QUIC (Quick UPD Internet Connections) network protocol the past quarter. Right now, about half of requests from Chrome to Google servers are being set through QUIC and the company says it's leading to a greater performance improvement over TCP resulting in an increasing amount of traffic. QUIC supports multiplexed transport over UDP while also giving security comparable to TLS/SSL. It is also cutting down on latency by relying on UDP instead of TCP. As of now the only real concern with latency-sensitive services like Google Search is how the UDP-based QUIC outperforms TCP by establishing connections with servers its already communicated with, without any hassle or extra round trips to the server. QUIC gets the better part of TCP in poor network conditions. “The standard way to do secure web browsing involves communicating over TCP + TLS, which requires 2 to 3 round trips with a server to establish a secure connection before the browser can request...