Entry
Network: Internet: Protocol: UDP: What is UDP?
Mar 25th, 2005 23:59
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 20 January 2004 - 09:35 pm --------------------
Network: Internet: Protocol: UDP: What is UDP?
---
UDP = 'U'ser 'D'atagram 'P'rotocol
---
This is a TCP/IP protocol that allows an application to send a message
to one of several applications running in the destination machine.
The application is responsible for reliable delivery.
---
UDP is a connectionless protocol that runs at the transport layer
and does not use sequencing or acknowledgements.
---
UDP sends and receives packages, without feedback.
You can compare it with a letter in the post system. You send it, but
you do not get feedback.
So basically an open loop system.
---
---
Internet: see also:
---
Network: Links: Overview: Can you give me an overview of links?
http://www.faqts.com/knowledge_base/view.phtml/aid/34809/fid/625
----------------------------------------------------------------------