215 views

1 Answer

1 votes
1 votes
Never! UDP never fragments the packet. it's the responsibility of application layer to send such a short message which can be wrapped into single UDP datagram.

if it's larger in size than a UDP packet size, packet is discraded and an ICMP packet is generated to inform sender.

Related questions

2 votes
2 votes
2 answers
1
radha gogia asked Jan 24, 2016
713 views
If I have numbers from {1,2,...7} then in how many ways can I form an AVL tree without any rotation required ?How to approach this question ?