Transport Layer Flashcards
Main objective of transport layer
providing transparent transfer of data between hosts.
Two essential properties of transport layer
Flow control
Session multiplexing
what is Session multiplexing
host supporting multiple sessions & managing individual traffic over a single link.
what is flow control
process of adjusting data sent from sender to ensure receiver can handle it.
web traffic uses which port
80
two types of protocol in transport layer
1) Transport control protocol
2) User Datagram Protocol
three properties of TCP
1) Connection oriented uses three way handshake to establish connection
2) reliable
3) Performs flow control
TCP three way handshake procedure
1) sender sends synchronized message
2) receiver sends synchronized acknowledgment
3) sender send back an acknowledgement
if non latency is critical what protocol should be used to transfer data. what applications require no latency
UDP
audio and voice messages require minimal latency to have best quality
Three properties of UDP
1) unreliable
2) doesn’t establish a connection
3) does not perform flow control