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

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