TCP/IP Basics

UDP

English

Overview

A protocol that prioritizes speed without establishing a connection.

Details

A connectionless transport-layer protocol. Because it skips TCP's connection setup and retransmission, it has lower overhead and can simply fire off packets. It's used where low latency matters more than occasional loss -- video streaming, voice calls, DNS -- and any reliability needed is left to the application layer to implement.

More Networking terms