Figure shows UDP protocol properties on the left including fast, low overhead, does not require acknowledgments, and delivers data as it arrives. On the right are the TCP properties including reliable, acknowledges data, resends lost data, and delivers data in order sent. Example UDP applications include IP telephony and streaming live video. Example TCP applications include Email and HTTP.