UDP
User Datagram Protocol (UDP) is a Transport Layer protocol that is primarily used with applications that require low latency, but are loss-tolerant. UDP delivers faster communication speeds because it doesn't include the time consuming overhead of error correction, flow control, and connection oriented communication.
Unlike TCP, UDP sends datagrams as soon as they are encapsulated without any mechanisms for ensuring the successful receipt pf those datagrams. This is why UDP delivers what is known as connectionless and unreliable communication.
This is beneficial for applications such as voice, video, streaming services, and teleconference applications, since they are tolerant of a certain amount of errors, out of order packets, or even packet loss and latency.
Like TCP, UDP is one of the main protocols in the TCP/IP suite and complements the Internet Protocol (IP).
Links:
https://networklessons.com/cisco/ccna-routing-switching-icnd1-100-105/introduction-to-tcp-and-udp
Links to this page:
- home
- ACL - operators
- ACL
- Control Plane Protection
- IANA
- IPv4 - header protocol field
- IS-IS
- L2TPv3
- MTU - MSS and Jumbo Frames
- MTU adjusting the MSS for TCP
- NAT - ports used for translation
- Network Address Translation (NAT)
- Networking - what is a socket
- PAT (overloading) maximum number of translations per inside global address
- PBR - matching prefix lists
- Protocol Data Unit (PDU)
- Real-time Transport Protocol
- Show open TCP-UDP ports on Cisco router
- TCP
- TFTP
- Traceroute
- Transport Layer port number
- VXLAN - using an MP-BGP EVN control plane
- VXLAN
- traffic generator options