SCTP, MP-TCP, QUIC

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

Learn about more transport layer protocols!

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

sctp 1

message oriented, supports reliable data transfer

2
New cards

sctp 2

multiple independent streams to avoid head of line blocking

3
New cards

sctp 3

different chunk types to support different protocol functions

4
New cards

mp-tcp 1

when applications want a connection between two hosts with different interfaces

5
New cards

mp-tcp 2

creates subflows using individual interfaces to allow better performance

6
New cards

what issues does QUIC fix

head of line blocking, transport layer ossification

7
New cards

quic 1

reliable, connection-oriented, uses multiplexing

8
New cards

quic 2 (how does it overcome ossification?)

runs on top of UDP and uses header and packet protection mechanisms to minimise the amount of information exposed to middleboxes

9
New cards

quic packet type 1

initial, starts the connection

10
New cards

quic packet type 2

0-RTT, initiate connection while sending data

11
New cards

quic packet type 3

handshake, used to maintain cryptographic connection

12
New cards

quic packet type 4

retry, used to request address validation

13
New cards

quic packet type 5

1-RTT, carry data and other frames, short header

14
New cards

quic delivery model

each packet can carry one or more frames, each packet is carried inside a UDP datagram