Buffering

This commit is contained in:
Justin 2023-09-12 19:57:15 -05:00
parent 943c2e366a
commit 035781977d
1 changed files with 7 additions and 6 deletions

View File

@ -86,10 +86,11 @@
* 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 * If it dropped, Sender is unaware
* Windowing
<<<<<<< .mine
*
=======
>>>>>>> .theirs * TCP vs UDP
* ![TCP vs UDP](../pics/tcp_vs_udp.png)
* Windowing
* Allows the clients to adjust the amount opf data in eash segment.
* Allows you to send more or fewer for eash segment.
* Buffering * Buffering
* Occurs When devices allocate memory to store segments if bandwidth isn't readily avaiable