Updating
This commit is contained in:
parent
d2894ed93e
commit
d6024a1855
|
@ -79,13 +79,13 @@
|
|||
* ### Transport Layer
|
||||
* TCP Transmission Control Protocol
|
||||
* 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.
|
||||
|
||||
|
||||
* UDP User Datagram Protocol
|
||||
* Connectionless protocol that is an unreliable way to transport segments across the network
|
||||
|
||||
* If it dropped, Sender is unaware
|
||||
* Windowing
|
||||
|
||||
* Buffering
|
||||
|
|
Loading…
Reference in New Issue