Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
144 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
46 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

QUIC (Quick UDP Internet Connections) -- A Quick Study (2010.03059v2)

Published 6 Oct 2020 in cs.NI

Abstract: Main responsibility of a transport protocol is to support communication between two end-to-end entities. These entities can be hosts or devices, such as routers, firewalls etc. Transport protocol provides mechanism to have a virtually circuited route between these two end-to-end devices. Transport protocol are of two types: Connection oriented and connection-less. As these name suggest, connection oriented requires additional work of setting up connections and provide reliability in terms of packet reordering, congestion control, reliable delivery of packets. On the other hand connectionless transport protocol adapts, sends and forgets mechanism. Its entire purpose is to deliver the datagram without having to worry about its delivery. There are two major protocols, TCP and UDP, used for connection oriented and connection-less services respectively. Being a connection oriented protocol, TCP provides a reliable end-to-end connection and have congestion control mechanisms to avoid buffer overflow at the receiver side.

Citations (5)

Summary

We haven't generated a summary for this paper yet.