Layer 4 Transport Layer

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

What layer is dealt with segments and datagrams?

Transport Layer (Layer 4)

2
New cards

Which two protocols are in Layer 4?

TCP and UDP

3
New cards

What are some reliability features within layer 4?

windowing and buffering

4
New cards

What is TCP?

a connection-oriented protocol that reliably transports data (segments) across a network.

5
New cards

What’s connection full protocol?

if a segment is lost or dropped then the protocol waits for a reply (an acknowledgement) and if there is no reply then it will resend that segment

6
New cards

what is a three way handshake?

When a server and a client set up a connection and communicate with eachother using SYN, SYN ACK, and ACK packets

7
New cards

What is a retransmission?

A process where a data segment is resent if an acknowledgment is not received, ensuring reliable communication.

8
New cards

What is UDP?

User Datagram Protocol is a conecctionless protocol meaning it doesnt have to wait for a connection

9
New cards

when you have a datagram or a segment which layer are you in?

layer 4

10
New cards

What protocol uses segemnts?

TCP

11
New cards

What protocol uses UDP?

User Datagram Protocol (UDP)

12
New cards

What makes UDP unreliable?

if a datagram is lost the sender will never know it happened

13
New cards

What is UDP good for?

audio and video streaming due to its lots of data and not needing a 3 way handshake and it can increase the performance of your network

14
New cards

what is windowing?

windowing is a type of flow control that allows the sender to either send more or less data before acknowledgement

15
New cards

What is buffering?

storing data temporarily in a memory if the bandwidth isn’t available

16
New cards

what are some layer 4 devices?

TCP, UDP, WAN accelerators, load balancers, firewalls

17
New cards

This layer checks to see if the data has arrived, puts things in the right order, and if anything is missing its resent

Layer 4