TCP & UDP Operations

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts related to TCP and UDP operations, including protocols, header formats, and state transitions.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

TCP

Transmission Control Protocol, connection-oriented and reliable.

2
New cards

UDP

User Datagram Protocol, connectionless and not reliable.

3
New cards

SCTP

Stream Control Transmission Protocol, designed for reliable transmission over connectionless networks.

4
New cards

Byte Offset

Position in the IP header that indicates various fields, including Length and Address.

5
New cards

Sequence Number

An identifier for the segment being transmitted in TCP.

6
New cards

Acknowledgement Number

The value of the next sequence number expected to be received in TCP.

7
New cards

Data Offset

Number of 32-bit words in the TCP header that indicates where the data begins.

8
New cards

Window

Number of bytes that this device is able to accept starting from the acknowledged sequence number.

9
New cards

Checksum

A 16-bit value used to verify the integrity of the TCP or UDP header.

10
New cards

Control Fields

Flags in the TCP header used to manage the state and control of the connection.

11
New cards

ESTABLISHED

TCP state indicating a successful connection has been made for data transfer.

12
New cards

CLOSED

TCP state indicating no connection is currently active.

13
New cards

FIN

Flag to indicate the end of data transmission in TCP.

14
New cards

Connection Termination

Process of ending a TCP connection, which involves FIN and ACK flags.

15
New cards

Well Known Port Numbers

Ports assigned for standard services like HTTP (80) and FTP (21) by IANA.

16
New cards

TCP State Machine

A diagram showing the various states of a TCP connection and how it transitions between them.

17
New cards

UDP Length

Total length of the UDP segment including header and data.

18
New cards

UDP Checksum

A method to check for errors in the UDP segment.

19
New cards

True/False: TCP is a connection-oriented protocol that ensures reliable data transmission.

True

20
New cards

True/False: UDP provides ordered and reliable delivery of data segments.

False

21
New cards

True/False: The Byte Offset field is used to specify a position within the IP header.

True

22
New cards

True/False: The Acknowledgement Number in TCP represents the sequence number of the next byte the receiver expects to get.

True

23
New cards

True/False: The Data Offset field in the TCP header indicates the header length in bytes.

False

24
New cards

True/False: The TCP Window field advertises the number of bytes the receiving device is currently willing to accept.

True

25
New cards

True/False: A Checksum is a 16-bit value primarily used for encryption in TCP and UDP.

False

26
New cards

True/False: The ESTABLISHED state in TCP means the connection is active and data transfer can occur.

True

27
New cards

True/False: The FIN flag in TCP signifies that the connection has fully terminated and resources have been deallocated.

False

28
New cards

True/False: Well Known Port Numbers are used for temporary connections and are assigned randomly.

False