indo3
2004-09-11 12:56:38 UTC
TCP packets can be maximal 64kb in size. They are mostly fragmented in smaller parts
if send over the internet.
My question: Sending a 64kb UDP packet between two endpoints,
do they have to maintain a protocol similar to TCP for keeping
the correct order of the IP fragments?
Second question: IPv6 not supports fragmentation of IP packets,
so I guess it is not longer possible to transmit large UDP packets,
so can UDP not longer be used for sending an e.g. 50kb IP packet and
TCP must be used which would devide the 50kb packet in e.g. 1.5 kb packets
and assemble them in a correct order at the receiver?
if send over the internet.
My question: Sending a 64kb UDP packet between two endpoints,
do they have to maintain a protocol similar to TCP for keeping
the correct order of the IP fragments?
Second question: IPv6 not supports fragmentation of IP packets,
so I guess it is not longer possible to transmit large UDP packets,
so can UDP not longer be used for sending an e.g. 50kb IP packet and
TCP must be used which would devide the 50kb packet in e.g. 1.5 kb packets
and assemble them in a correct order at the receiver?