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