You are on page 1of 5

TRANSPORT LAYER

TCP Segmentation & Sequencing


1010000110101011010101101011010110
SEGMENT TCP Chunks of Data

MSS Maximum Segment Size

Default = 1460 Bytes

Segments Segments Segments Biggest Chunk that would be


received by Local Host

1010000110101011010101101011010110 MTU Maximum Transmission Unit

Max Size of Data plus all its


encapsulations that can travel
through the network

IPV4/L2 and TCP


10110 L2 Trailer
L3 Headers Header

1500 Bytes MTU


20 Bytes 20 Bytes Payload
1460 Bytes
SEQUENCE NUMBERS

ISN Initial Sequence Number


32 Bit Randomly Generated #
Segments Segments Segments Values = 0 – 4,294,967,296

1010000110101011010101101011010110

IPV4/L2 and TCP


10110 L2 Trailer
L3 Headers Header

1500 Bytes MTU


20 Bytes 20 Bytes Payload
1460 Bytes
ISN = 10 ISN = 100
LEN 10 Bytes
LEN = 50 LEN = 200
ISN 10 CLIENT SERVER

Seq# 10 Seq# 20 Seq# 30 Seq# 40 Seq# 50 Seq# 70 SEQ=10


SEQ#10 ACK=1
10 20 30 40 50 60 70
SEQ=100
SEQ#100
ACK=60

SEQ=60
SEQ#60 ACK=300

SEQ=300
10 Bytes 10 Bytes 10 Bytes SEQ#300
ACK=110

SEQ=110
SEQ#110 ACK=500

You might also like