add ip
This commit is contained in:
parent
d2a058b56d
commit
2f3f94c40f
11 changed files with 119 additions and 21 deletions
|
@ -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:**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue