cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1898
Views
0
Helpful
1
Replies

UDP and fragmentation

ambi
Level 1
Level 1

How does UDP handle fragmentation? In TCP you have fragment offset but nothing in UDP?

Ambi

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello,

as far as I know fragmentation is managed at the IP level in the IPv4 header/ IPv6 header.

In the TCP header there are some fields like the urgent pointer but they are not related to IP fragmentation.

See http://www.wtcs.org/snmp4tpc/images/TCP-Header.jpg

So the answer is that it is IP not UDP or TCP that deal with fragmentation.

hope to help

Giuseppe