Buffering
This commit is contained in:
parent
943c2e366a
commit
035781977d
|
@ -85,11 +85,12 @@
|
||||||
|
|
||||||
* 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
|
||||||
|
* 
|
||||||
|
* 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
|
Loading…
Reference in New Issue