TCP/IP: UDP transport-2
UDP uses the same port mechanism to multiplex packets between applications
The UDP header is 8 bytes long and contains:
- the source and destination ports
- the length of the data
- a facultative CRC to control data integrity
The UDP packet is carried in IP packets with protocol number 17