UDP (User Datagram Protocol)

The User Datagram Protocol, defined in RFC 768, is a minimal, connectionless transport on top of IP that adds only a checksum and source/destination ports. UDP is used by latency-sensitive and broadcast/multicast applications such as DNS, RTP for voice and video, GTP-U in mobile cores, and QUIC/HTTP/3. Its statelessness makes it both efficient and a frequent vector for amplification DDoS (DNS, NTP, memcached), so source-address validation and rate limiting are essential.

Categories: Radio Access NetworkCore NetworkSignaling

UDP in context

The radio access network is where mobile devices attach to the operator's infrastructure. Attacks in this layer include IMSI catching, rogue base stations and downgrade attacks; defenses rest on mutual authentication, integrity-protected signaling and Open RAN supply-chain hygiene.

The mobile core carries subscriber sessions, mobility and policy. In 4G it is the EPC (MME, HSS, S/PGW); in 5G it is the Service-Based Architecture with AMF, SMF, UPF, AUSF, UDM and the NRF.

To place UDP in the wider telecom-security picture, review 5G SA, AMF, Base Station (BS), Capacity Planning, CAPEX and CSCF — each entry cross-references back to this page so you can walk the topic in either direction.

Related terms

More from the TelcoSec Glossary

Browse the full TelcoSec Glossary, the Ultimate Guide to Mobile Network Security, or the P1 Arsenal of telecom-security tools.