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/rfc9293
|
|||
---
|
||||
|
||||
# TCP
|
||||
The Transmission Control Protocol (TCP) is one of the core protocols of the Internet Protocol (IP) suite. It operates at the transport layer and provides reliable, connection-oriented communication between devices on a network. TCP ensures the ordered and error-checked delivery of data, making it suitable for applications where accuracy and reliability are paramount.
|
||||
The Transmission Control Protocol (TCP) is one of the core protocols of the [Internet Protocol](Internet%20Protocol.md) (IP) suite. It operates at the transport layer and provides reliable, connection-oriented communication between devices on a network. TCP ensures the ordered and error-checked delivery of data, making it suitable for applications where accuracy and reliability are paramount.
|
||||
|
||||
## Key Characteristics
|
||||
### 1. **Connection-Oriented:**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue