CS2005 Networks and Operating Systems - Transport Layer II

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

1/13

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary terms and definitions related to the transport layer protocols, specifically focusing on TCP and its attributes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Connection-oriented transport

A transport service where communication requires a handshake to establish a connection before data transfer.

2
New cards

Transmission Control Protocol (TCP)

A connection-oriented transport protocol that provides reliable data transfer and flow control.

3
New cards

User Datagram Protocol (UDP)

A connectionless transport protocol that allows applications to send messages without establishing a connection.

4
New cards

Three-way handshake

The process of establishing a TCP connection involving a client sending a SYN, the server responding with SYN-ACK, and the client sending ACK.

5
New cards

Reliable data transfer

The ability of TCP to ensure that data is delivered without errors, duplicates, or gaps and in the correct order.

6
New cards

Flow control

A mechanism to ensure that a sender does not overwhelm a receiver with too much data at once.

7
New cards

Congestion control

TCP's method of managing data transmission rates based on network traffic conditions.

8
New cards

Segment structure

The format of a TCP segment, which includes source/destination port, sequence number, acknowledgment number, and various flags.

9
New cards

Maximum Segment Size (MSS)

The largest amount of data that TCP can send in a single segment.

10
New cards

Acknowledgment number

The sequence number of the next byte that the sender expects to receive, used in confirming successful receipt of data.

11
New cards

Receive window

A TCP variable that indicates how much data the receiver can accept at any given time.

12
New cards

Duplicate ACK

An acknowledgment sent by the receiver indicating that a specific segment has been received, and signaling possible packet loss.

13
New cards

Timeout

A condition in TCP where a segment has not been acknowledged within a given time frame, prompting retransmission.

14
New cards

Urgent data

Data marked by the sender as critical, requiring immediate processing by the receiving application.