# Conflicts:
#	Network_Plus/Network+_OSI.md
This commit is contained in:
Justin 2023-09-12 18:54:00 -05:00
commit 943c2e366a
1 changed files with 6 additions and 3 deletions

View File

@ -79,14 +79,17 @@
* ### Transport Layer * ### Transport Layer
* TCP Transmission Control Protocol * TCP Transmission Control Protocol
* Connection-oriented protocol that is a reliable way to transport segments across the network * 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) * ![TCP](../pics/tcp.png)
* This is a Three-way handshake. * This is a Three-way handshake.
* UDP User Datagram Protocol * UDP User Datagram Protocol
* Connectionless protocol that is an unreliable way to transport segments across the network * Connectionless protocol that is an unreliable way to transport segments across the network
* If it dropped, Sender is unaware
* Windowing * Windowing
<<<<<<< .mine
* *
=======
>>>>>>> .theirs
* Buffering * Buffering