- 追加された行はこの色です。
- 削除された行はこの色です。
- QUIC へ行く。
TITLE:QUIC (Quick UDP Internet Connection)
- QUIC is a new experimental protocol: delivering HTTP over UDP, with 0-RTT connects, packet pacing, error correction, and more!
-- https://plus.google.com/+IlyaGrigorik/posts/DPjTav8KHLb
- http://blog.chromium.org/2013/06/experimenting-with-quic.html
-- 和訳) http://d.hatena.ne.jp/yoya/20130630/quic
- QUICの仕様(ドラフト)が公開されたので、概要を読む
-- http://d.hatena.ne.jp/ASnoKaze/20150619/1434734634
- Evaluating QUIC Performance over Web, Cloud Storage and Video Workloads
-- http://en.wikipedia.org/wiki/QUIC
* 論文 [#g9d66d82]
- https://vaibhavbajpai.com/documents/papers/proceedings/quic-tnsm-2022.pdf
* 実装 [#impl]
- http://src.chromium.org/viewvc/chrome?revision=162259&view=revision
- https://src.chromium.org/chrome/trunk/src/net/quic/
- https://github.com/microsoft/msquic
* 仕様 [#spec]
- Design Document and Specification Rational
-- https://docs.google.com/document/d/1RNHkx_VvKWyWg6Lr8SZ-saqsQx7rFV-ev2jRFUoVD34/edit
- [[HPACK]]
- [[QPACK]]
-- 対抗馬: [[QPCAK]] | [[QCRAM]] (ヘッダ圧縮の提案仕様)
** ドラフト [#o053cef0]
- [[HTTP Datagram PING>HTTPDatagramPING]]
* FAQ [#faq]
-https://docs.google.com/document/d/1lmL9EF6qKrk7gbazY8bIdvq3Pno2Xj_l_YShP40GLQE/edit?pli=1#heading=h.h3jsxme7rovm
-- 和訳) http://d.hatena.ne.jp/yoya/20130628/quic
* グループ [#group]
- https://groups.google.com/a/chromium.org/d/forum/proto-quic
* hybrid slow start [#hss]
- https://chromium.googlesource.com/chromium/src/net/+/master/quic/congestion_control/hybrid_slow_start.h
- http://netsrv.csc.ncsu.edu/export/hybridstart_pfldnet08.pdf
* 記事 [#article]
- Google gooses Chrome with network speed-boost idea: 'QUIC'
-- http://news.cnet.com/8301-1023_3-57591397-93/google-gooses-chrome-with-network-speed-boost-idea-quic/
* ブログ [#blog]
- Googleの新プロトコルQUICを試す
-- http://d.hatena.ne.jp/jovi0608/20130628/1372408950
- Googleが仕掛ける新プロトコルQUICとは何か
-- http://d.hatena.ne.jp/jovi0608/20130227/1361975933
* その他 [#etc]
- QUICのマルチキャスト拡張
-- https://asnokaze.hatenablog.com/entry/2022/05/16/001750
- Getting started with quic_client and quic_server
-- https://groups.google.com/a/chromium.org/forum/#!topic/proto-quic/lAdf4qvU-LY …
They can be compiled with: "ninja -C out/Debug/ quic_library quic_client quic_server"
- Googleが改良版UDPとしてQUICというプロトコルを開発中(らしい)
-- http://jp.techcrunch.com/archives/20130222looks-like-google-is-working-on-a-udp-replacement-called-quic/
- https://twitter.com/jingbay/status/612575822889639936
Googleが開発した低レイテンシでTLSの安全性の一部を担うQUICプロトコルの分析。
QUICはforward secrecyを欠いておりハンドシェイクにてパラメタ上に単純なビット反転と
再送攻撃によりTCPへのデグレ強制が可能に。http://eprint.iacr.org/2015/582
-- http://eprint.iacr.org/2015/582
- GoogleのQUICの論文が知見の塊だった
-- http://asnokaze.hatenablog.com/entry/2017/08/13/022447
- QUICの話 (QUICプロトコルの簡単なまとめ)
-- https://asnokaze.hatenablog.com/entry/2018/10/31/020215
- qlog/qvizでQUICの可視化
-- https://qiita.com/neko-suki/items/4b7cb57a71058df9a30f
- GoogleのQUICプロトコル:TCPからUDPへWebを移行する
-- https://postd.cc/googles-quic-protocol-moving-web-tcp-udp/
- Comparing TCP and QUIC (potaroo.net)
-- https://news.ycombinator.com/item?id=33431669
* 関連 [#rel]
- [[HTTP/3]]
- [[Google]]
- [[UDP]]
- [[SPDY]] | [[TCP]]