<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Datagram Socket</title><link>http://www.bing.com:80/search?q=Datagram+Socket</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Datagram Socket</title><link>http://www.bing.com:80/search?q=Datagram+Socket</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Definition of Network Units: Fragment, Segment, Packet, Frame, Datagram</title><link>https://stackoverflow.com/questions/11636405/definition-of-network-units-fragment-segment-packet-frame-datagram</link><description>Datagram: This is used in 2 layers. If the network protocol is IP, the unit of data is called Datagram. At the transport layer, if the protocol is UDP, we use datagram there as well. Hence, we differentiate them as UDP Datagram, IP Datagram. Frame: Physical layer representation.</description><pubDate>Fri, 03 Apr 2026 20:39:00 GMT</pubDate></item><item><title>udp - TCP/IP packets and datagrams - Stack Overflow</title><link>https://stackoverflow.com/questions/14026858/tcp-ip-packets-and-datagrams</link><description>The term datagram is often considered synonymous to packet but there are some nuances. The term datagram is generally reserved for packets of an unreliable service, which cannot notify the sender if delivery fails, while the term packet applies to any packet, reliable or not. Datagrams are the IP packets that provide a quick and unreliable service like UDP, and all IP packets are datagrams; [4 ...</description><pubDate>Thu, 02 Apr 2026 20:12:00 GMT</pubDate></item><item><title>sockets - What's the difference between streams and datagrams in ...</title><link>https://stackoverflow.com/questions/4688855/whats-the-difference-between-streams-and-datagrams-in-network-programming</link><description>What's the difference between sockets (stream) and sockets (datagrams)? Why use one over the other?</description><pubDate>Mon, 30 Mar 2026 08:41:00 GMT</pubDate></item><item><title>Unix Domain Socket: Using datagram communication between one server ...</title><link>https://stackoverflow.com/questions/3324619/unix-domain-socket-using-datagram-communication-between-one-server-process-and</link><description>There's a trick to using Unix Domain Socket with datagram configuration. Unlike stream sockets (tcp or unix domain socket), datagram sockets need endpoints defined for both the server AND the client.</description><pubDate>Thu, 02 Apr 2026 15:25:00 GMT</pubDate></item><item><title>java - send and receive Socket Datagram - Stack Overflow</title><link>https://stackoverflow.com/questions/65307512/send-and-receive-socket-datagram</link><description>However, when the server receives a datagram, you are ignoring the IP and port where the datagram was actually sent from: DatagramSocket.receive(DatagramPacket) Receives a datagram packet from this socket. When this method returns, the DatagramPacket 's buffer is filled with the data received.</description><pubDate>Sun, 29 Mar 2026 08:42:00 GMT</pubDate></item><item><title>What is SOCK_DGRAM and SOCK_STREAM? - Stack Overflow</title><link>https://stackoverflow.com/questions/5815675/what-is-sock-dgram-and-sock-stream</link><description>Record boundaries in data, however, are preserved. Datagram sockets closely model the facilities found in many contemporary packet-switched networks. SOCK_STREAM: Provides sequenced, two-way byte streams with a transmission mechanism for stream data. This socket type transmits data on a reliable basis, in order, and with out-of-band capabilities.</description><pubDate>Wed, 01 Apr 2026 22:29:00 GMT</pubDate></item><item><title>What is the largest Safe UDP Packet Size on the Internet</title><link>https://stackoverflow.com/questions/1098897/what-is-the-largest-safe-udp-packet-size-on-the-internet</link><description>The UDP header has a datagram length field that is 16 bits, meaning that that the largest theoretical UDP datagram is 65,535, but that can never be reached because UDP is encapsulated inside an IP packet, which has a theoretical overall maximum length of 65,535 (the same) but you must subtract the IP and UDP headers from that size to figure the ...</description><pubDate>Thu, 02 Apr 2026 11:22:00 GMT</pubDate></item><item><title>Difference between PACKETS and FRAMES - Stack Overflow</title><link>https://stackoverflow.com/questions/31446777/difference-between-packets-and-frames</link><description>A datagram is simply a construct of a protocol header, and included bits. A Frame is a datagram at L2. A Packet is a datagram at L3. Packets get carried within a Frame, so the Packet datagram does indeed fit inside a Frame datagram. More details on this answer at Network Engineering Stack Exchange.</description><pubDate>Fri, 03 Apr 2026 17:26:00 GMT</pubDate></item><item><title>TCP stream vs UDP message - Stack Overflow</title><link>https://stackoverflow.com/questions/17446491/tcp-stream-vs-udp-message</link><description>The interface/API presented to you the user (programmer) of these protocols are: UDP Message oriented, you have an API (send/recv and similar) that provide you with the ability to send one datagram, and receive one datagram. 1 send () call results in 1 datagram sent, and 1 recv () call will recieve exactly 1 datagram. TCP Stream oriented, you have an API (send/recv and similar) that gives you ...</description><pubDate>Tue, 31 Mar 2026 18:20:00 GMT</pubDate></item><item><title>how do you calculate length, fragment flag and fragment offset?</title><link>https://stackoverflow.com/questions/59216702/how-do-you-calculate-length-fragment-flag-and-fragment-offset</link><description>The IP datagram with size 3700 bytes, including the header 20 bytes, arrives at a router. The MTU of the router’s outgoing link is 1300 bytes. State the value of length, fragment flag and fragment offset of all fragments created by the router.</description><pubDate>Thu, 02 Apr 2026 00:23:00 GMT</pubDate></item></channel></rss>