# 為什麼是QUIC

QUIC 是一個名字，它不是某個單詞的縮寫。它的發音與英文中的 "quick" 相同。

QUIC 在許多方面可以被視為一種新型可靠且安全的傳輸層協定，它適用於像是 HTTP 協定，並且可以解決一些在基於 TCP 和 TLS 傳輸的 HTTP/2 協定中存在的缺點。理所當然的，它成為網路傳輸發展的下一步。

QUIC 的用途不侷限於 HTTP 的傳輸。將 Web 和資料整體上能更快地交付給終端客戶的渴望，是創造 QUIC 這一新型傳輸層協定的最大原因。

我們接下來會解釋，我們為什麼要創造一個新的傳輸層協定，以及為什麼要基於 UDP 來實現。

![QUIC logo](/files/-LvW36QJguX0FR2qaPtX)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://http3-explained.haxx.se/zh-tw/why-quic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
