logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   internet   _/_   tcpip   _/_   udp  

Index Browse Edit Visualize Statistics Download Help
 
udp
delivers-to
- TCP/UDP Port [ destination ]
protocol-is-positioned-at
- Transport Layer [ location ]
uses:
- IP, Internet Protocol [ used ]
connection-less protocol
- IP, Internet Protocol
- UDP, User Datagram Protocol
Types:
Comment:
offers only a minimal transport service -- non-guaranteed datagram delivery
Comment:
provides end-to-end communication, delivers to ports on the destination host
Comment:
connectionless protocol, packet is simply sent -- unreliable, no flow control, no retransmitting
Comment:
used by applications that do not require the level of service of TCP (e.g. using multicast or broadcast)
observation
simple, efficient and fast (no connection has to be established)
application
protocols using UDP: DNS, NFS, RPC