Datagram socket
From Wikipedia, the free encyclopedia
(Redirected from Datagram Sockets)
|
|
It has been suggested that Datagram service be merged into this article or section. (Discuss) Proposed since October 2011. |
|
|
It has been suggested that Network socket be merged into this article or section. (Discuss) Proposed since January 2012. |
|
|
This article relies largely or entirely upon a single source. Please help improve this article by introducing citations to additional sources. Discussion about the problems with the sole source used may be found on the talk page. (October 2011) |
|
|
This reference to "..a datagram socket should be bound.." contains instructions, advice, or how-to content. The purpose of Wikipedia is to present facts, not to train. Please help improve this article either by rewriting the how-to content or by moving it to Wikiversity or Wikibooks. (January 2012) |
A datagram socket is a type of connectionless network socket, which is the sending or receiving point for packet delivery services.[1] Each packet sent or received on a datagram socket is individually addressed and routed. Multiple packets sent from one machine to another may arrive in any order and might not arrive at the receiving computer.
UDP broadcasts sends are always enabled on a datagram socket. In order to receive broadcast packets, a datagram socket should be bound to the wildcard address. Broadcasted packets may also be received when a datagram socket is bound to a more specific address.
[edit] References
- ^ V. S. Bagad, I. A. Dhotre (2008), Computer Networks (5th revised edition, 2010 ed.), Technical Publications Pune, p. 52
[edit] See also
| This computer networking article is a stub. You can help Wikipedia by expanding it. |