faqts : Computers : Network

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 5 people (80%) answered Yes
Recently 4 of 5 people (80%) answered Yes

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

----------------------------------------------------------------------