The User Data Protocol (UDP)
n UDP is much simpler protocol than TCP
n It is designed to transport individual datagrams (no sequence numbers)
n No acknowledgment
n It is used when high reliability is not needed
n The most common use is by protocols that handle name lookups
n Checksum is optional