Updating
This commit is contained in:
parent
d2894ed93e
commit
d6024a1855
|
@ -79,13 +79,13 @@
|
||||||
* ### 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.
|
||||||
* 
|
* 
|
||||||
* 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
|
||||||
|
|
||||||
* Buffering
|
* Buffering
|
||||||
|
|
Loading…
Reference in New Issue