Map Development Area (MDA)
Location:
_/_
internet
_/_
tcpip
_/_
udp
| udp |
|
|
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
|
|
|