TCP/IP: UDP transport-1
TCP/IP has another transport layer: UDP
UDP implements only the minimal requirement for transactions (a single exchange of data between applications):
- application multiplexing
- transfer of single messages
UDP don’t guaranties data integrity or delivery, this should be done at the application level
UDP is very lightweight and uses very few resources