QUIC (Quick UDP Internet Connections) – A Quick Study

10/06/2020
by   Puneet Kumar, et al.
0

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.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/11/2018

Reliable and Real-Time End-to-End Delivery Protocol in Wireless Sensor Networks

Many routing protocols have been proposed to handle reliability and real...
research
07/17/2023

Secure Middlebox-Assisted QUIC

While the evolution of the Internet was driven by the end-to-end model, ...
research
06/29/2020

The Interblockchain Communication Protocol: An Overview

The interblockchain communication protocol (IBC) is an end-to-end, conne...
research
06/30/2020

Identifying Packet Loss and Reordering Packets in Keyed UDP Transmissions

The User Datagram Protocol (UDP) and other similar protocols send the ap...
research
09/21/2020

NetReduce: RDMA-Compatible In-Network Reduction for Distributed DNN Training Acceleration

We present NetReduce, a novel RDMA-compatible in-network reduction archi...
research
02/16/2019

A QUIC Implementation for ns-3

Quick UDP Internet Connections (QUIC) is a recently proposed transport p...
research
11/20/2017

SCTP in Go

This paper describes a successful attempt to combine two relatively new ...

Please sign up or login with your details

Forgot password? Click here to reset