Implementation of Quick UDP Internet Connections

Authors

  • Minakshi Roy Dept. of CSE, Sikkim Manipal Institute of Technology, SMU India, India
  • Shamsh Ahsan Dept. of CSE, Sikkim Manipal Institute of Technology, SMU India, India
  • Gaurav Kumar Dept. of CSE, Sikkim Manipal Institute of Technology, SMU India, India
  • Ajay Vimal Dept. of CSE, Sikkim Manipal Institute of Technology, SMU India, India

With the advent of the Internet growth worldwide, we need to have a protocol which is faster and provides a better support for the following problems:

  • Faster Connection Establishment Time
  • Good Congestion Control
  • Connection Migration
  • Good Error Correction

One of the key aspects taken under consideration was current scenario of connection establishment time whenever a website is requested and poor video buffering over existing Internet Connections.

The prime objective is to create a proxy server which routes the incoming connection requests to QUIC supported libraries if the client supports QUIC. If the client does not support QUIC then it routes the incoming request to existing web server which can then handle the request using TCP.  After creation of the proxy server a website has to be created using which we can test various aspects of the QUIC protocol.

Keyword: Quick, Protocol, UDP, Network

Most read articles by the same author(s)