Buffering
This commit is contained in:
parent
943c2e366a
commit
035781977d
|
@ -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
|
||||
* Windowing
|
||||
<<<<<<< .mine
|
||||
*
|
||||
=======
|
||||
* If it dropped, Sender is unaware
|
||||
|
||||
>>>>>>> .theirs
|
||||
* TCP vs UDP
|
||||
* 
|
||||
* Windowing
|
||||
* 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
|
Loading…
Reference in New Issue