# Perché QUIC

QUIC è un nome, non un acronimo. Si pronuncia esattamente come la parola Inglese "quick" (veloce).

QUIC può essere visto come un nuovo protocollo sicuro in grado di stablire un trasporto adatto a trasportare semantiche simil-HTTP e che possa risolvere alcune delle limitazioni di HTTP/2 su TCP e TLS. Rappresenta un passo avanti nell'evoluzione del trasporto web.

QUIC non si limita al solo trasporto HTTP. Il desiderio di rendere il web e la distribuzione dei contenuti sempre più veloce agli occhi degli utenti è probabilmente la ragione principale ad aver stimolato la creazione di questo nuovo protocollo di trasporto.

Perché creare un nuovo protocollo di trasporto e perché mai basarlo su UDP ?

![Logo di QUIC](/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/it/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.
