This commit is contained in:
Justin Frasier 2023-09-12 23:37:25 +00:00
parent d2894ed93e
commit d6024a1855
1 changed files with 3 additions and 3 deletions

View File

@ -79,13 +79,13 @@
* ### Transport Layer
* TCP Transmission Control Protocol
* Connection-oriented protocol that is a reliable way to transport segments across the network
* Will ask for an acknowledgement
* Will ask for an acknowledgement.
* ![TCP](../pics/tcp.png)
* This is a Three-way handshake.
* UDP User Datagram Protocol
* Connectionless protocol that is an unreliable way to transport segments across the network
* If it dropped, Sender is unaware
* Windowing
* Buffering