On the sending side, the UDP sender will take each application-layer chunk of data written into a UDP socket and send it in a distinct UDP datagram. On the receiving side, UDP will deliver a segment's payload into the appropriate socket, preserving the application-defined message boundary.
a) True
b) False