4.2 UDP (3/3)
nA UDP packet can be as large as  the max. IP packet minus the headers. Generally the application will limit the packet size.
nUDP leaves most of the work to the upper (application) layer. This can slow things down, as ACKs, re-ordering, etc., has to be done by the application.