This commit is contained in:
JMARyA 2024-06-02 20:43:53 +02:00
parent d2a058b56d
commit 2f3f94c40f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
11 changed files with 119 additions and 21 deletions

View file

@ -5,7 +5,7 @@ rfc: https://datatracker.ietf.org/doc/html/rfc768
---
# UDP
The User Datagram Protocol (UDP) is a connectionless transport layer protocol in the Internet Protocol (IP) suite. Unlike Transmission Control Protocol ([TCP](TCP.md)), UDP does not establish a connection before sending data and does not guarantee the delivery of data. Instead, it provides a simple and lightweight mechanism for transmitting data quickly.
The User Datagram Protocol (UDP) is a connectionless transport layer protocol in the [Internet Protocol](Internet%20Protocol.md) (IP) suite. Unlike Transmission Control Protocol ([TCP](TCP.md)), UDP does not establish a connection before sending data and does not guarantee the delivery of data. Instead, it provides a simple and lightweight mechanism for transmitting data quickly.
## Key Characteristics
### 1. **Connectionless:**