Layer 4 (Transport) (obj 1.1) Flashcards
(9 cards)
Transport Layer (end to end or host to host layer)
Dividing line between the upper layers and the lower layers of the OSI model.
Transmission Control Protocol (TCP)
Connectin-oriented protocol that is a reliable way to transport segments accross the network.
User Diagram Protocol (UDP)
Connectionless protocol that is an unreliable way to transport segments accross the network.
Windowing
Allows the clients to adjust the amount of data in each segment.
Buffering
Occurs when devices allocate memory to store segments if bandwidth is not readily avaliable.
What is a main function of Layer 4
identifies each type of network application by assigning it a port number.
What data type is used at Layer 4
Layer 4 encapsulates data into layer 4 PDU’s called segments. These are tagged with the applications port number and then passed to the network layer for delivery.
Does layer 4 have Reliable data delivery?
Yes, The Transport layer can implement reliable data delivery mechanisms, should the application require it.
Reliable delivery means that any lost or damaged packets are resent.
What devices work at layer 4
- Multilayer switches (usually working as load balancers)
- IDS/IPS advanced firewalls