<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why is UDP needed? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373392#M528299</link>
    <description>&lt;P&gt;Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Take a look at these links:&lt;/P&gt;
&lt;P&gt;[broken links removed on &amp;lt;4/7/2017&amp;gt; by Mod]&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sri Ram&lt;/P&gt;</description>
    <pubDate>Fri, 07 Apr 2017 10:45:15 GMT</pubDate>
    <dc:creator>R. Sri Ram Kishore_1</dc:creator>
    <dc:date>2017-04-07T10:45:15Z</dc:date>
    <item>
      <title>Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373387#M528294</link>
      <description>TCP is more safe than UDP. Why is UDP needed? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 07 Sep 2004 04:33:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373387#M528294</guid>
      <dc:creator>ericfjchen</dc:creator>
      <dc:date>2004-09-07T04:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373388#M528295</link>
      <description>How !&lt;BR /&gt;What a big question !&lt;BR /&gt;TCP and UDP are so different, that sometimes, the first is better, and sometimes, is is the second.&lt;BR /&gt;&lt;BR /&gt;For example, redirecting syslog to a central server is possible (only) via udp : it is quickly (just a message) and don't have to be secure : if the message don't arrive to the server, it is not so important ...&lt;BR /&gt;&lt;BR /&gt;Olivier.</description>
      <pubDate>Tue, 07 Sep 2004 04:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373388#M528295</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2004-09-07T04:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373389#M528296</link>
      <description>Some advantages:&lt;BR /&gt;&lt;BR /&gt;1.An UDP datagram is used in Network File System (NFS), DNS, SNMP, TFTP etc.&lt;BR /&gt;&lt;BR /&gt;2. It has no handshaking or flow control&lt;BR /&gt;&lt;BR /&gt;3. It not even has windowing  capability&lt;BR /&gt;&lt;BR /&gt;4. It is a fire and forget type protocol.&lt;BR /&gt;&lt;BR /&gt;5. Real time application like video conferenicing needs udp (B'coz it's faster)&lt;BR /&gt;&lt;BR /&gt;6.An application can use a UDP port number and another application can use the same port number for a TCP session from the same IP address.&lt;BR /&gt;&lt;BR /&gt;it has it's own advantages other than lack of sequencing, error control and more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RFC 768 describes UDP in detail. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Sep 2004 04:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373389#M528296</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2004-09-07T04:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373390#M528297</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;UDP is used, for exemple, by the web listeners in Oracle E-Business Suite...</description>
      <pubDate>Tue, 07 Sep 2004 04:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373390#M528297</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-09-07T04:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373391#M528298</link>
      <description>Transmission control protocol is reliable and safer over User Datagram protocol as,&lt;BR /&gt; &lt;BR /&gt; 1. Checking aknowledgement&lt;BR /&gt; 2. Sending steam data's and using policy of "Positive aknowledgement and Retransmission method"&lt;BR /&gt; 3. Flawless packet transmission&lt;BR /&gt; 4. Flow controlled data transcation &lt;BR /&gt;&lt;BR /&gt; UDP is needed for,&lt;BR /&gt; &lt;BR /&gt; 1. Minimal amount of header informations for every packet&lt;BR /&gt; 2. Efficient packet transmission&lt;BR /&gt; 3. Minimal system call usage for operations&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;  see man tcp / udp for this more.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Sep 2024 09:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373391#M528298</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2024-09-16T09:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373392#M528299</link>
      <description>&lt;P&gt;Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Take a look at these links:&lt;/P&gt;
&lt;P&gt;[broken links removed on &amp;lt;4/7/2017&amp;gt; by Mod]&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sri Ram&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 10:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373392#M528299</guid>
      <dc:creator>R. Sri Ram Kishore_1</dc:creator>
      <dc:date>2017-04-07T10:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373393#M528300</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Do the above responses answer your questions or is there some other specific information about UDP that you're still looking for?  &lt;BR /&gt;&lt;BR /&gt;As stated above, the main reasons why some application implementers (like the original NFS design team) used UDP was because of it's speed and low overhead.  As TCP implementations improved over the years, most applications have switched to using TCP but some still offer a UDP variant.&lt;BR /&gt;&lt;BR /&gt;If there is some specific piece of information you're looking for regarding UDP vs. TCP please let me know.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 07 Sep 2004 09:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373393#M528300</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-07T09:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373394#M528301</link>
      <description>Why do we need UDP?  Because there are applications that do not need, or even want, the in-order, guaranteed notification of failure, byte-stream semantics of TCP.&lt;BR /&gt;&lt;BR /&gt;As for multimedia stuff - they want UDP not because UDP is faster - sometimes UDP isn't really faster - but because they can tolerate the occasional unrecovered packet loss, but cannot tolerate a 500 millisecond or more "hiccup" in the data flow that a TCP retransmission would take.</description>
      <pubDate>Tue, 07 Sep 2004 19:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373394#M528301</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-09-07T19:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373395#M528302</link>
      <description>Thanks for your reply. I would like to update the question. The whole problem is ....why is UDP needed? Why can't a user program directly access IP?&lt;BR /&gt;This problem is from Entrance Exam of MIS. I don't know the relation between first and second. Do you have any idea?</description>
      <pubDate>Tue, 07 Sep 2004 21:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373395#M528302</guid>
      <dc:creator>ericfjchen</dc:creator>
      <dc:date>2004-09-07T21:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373396#M528303</link>
      <description>Eric,&lt;BR /&gt;  You should check "Seven Layer OSI".UDP/TCP is working on transport layer which are layer 4 and IP is working on network layer which are layer 3.&lt;BR /&gt;  Basically you need to unserstabd the concept of this seven layer.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Tue, 07 Sep 2004 21:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373396#M528303</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2004-09-07T21:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373397#M528304</link>
      <description>The key point is "Why can't a user program directly access IP?"...even if I fully understand OSI, I can't answer the question. Pls kindly share your opinion.</description>
      <pubDate>Tue, 07 Sep 2004 21:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373397#M528304</guid>
      <dc:creator>ericfjchen</dc:creator>
      <dc:date>2004-09-07T21:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373398#M528305</link>
      <description>To answer why we need UDP and don't just use IP directly, you need to go back and refresh yourself on how IP "demultiplexes" the incoming datagrams between TCP, UDP and the like and the implications that would have for many applications on  a given host/IP address wanting to communicate at the same time.</description>
      <pubDate>Wed, 08 Sep 2004 04:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373398#M528305</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-09-08T04:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373399#M528306</link>
      <description>If you communicate directly to IP, you would have one stream of data between two servers, because you only can define both IP addresses (from and to address) for the communciation, nothing more, nothing less.&lt;BR /&gt;By using a protocol on top of that, like UDP, you can use a seperate identifier, the serviceport. In TCP, you even use 2 serviceports, one on the server, and one on the client. This results in a lot of possible connections between two servers.&lt;BR /&gt;&lt;BR /&gt;Also, for instance inetd uses these ports to determine which program needs to be started for which port.&lt;BR /&gt;&lt;BR /&gt;By talking directly to IP, which is possible, you would have to do this all by yourself.</description>
      <pubDate>Wed, 08 Sep 2004 04:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373399#M528306</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-09-08T04:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373400#M528307</link>
      <description>Elmar is partially correct - basically, the "demux" abilities are limited in IP - IP uses the "protocol" field of the IP header to determine the ULP (Upper Layer Protocol) to which a datagram should be given.  The protocol field in the IP header is IIRC only 8 bits, so there can be only so many concurrent "protocols"&lt;BR /&gt;&lt;BR /&gt;Both TCP and UDP expand on this with their source and destination port numbers - the values used for "demux" by TCP and UDP.</description>
      <pubDate>Wed, 08 Sep 2004 10:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373400#M528307</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-09-08T10:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373401#M528308</link>
      <description>Eric,&lt;BR /&gt;UDP is needed for the transmission of data in which delivery of the data is more important than accuracy. UDP reduces overhead because it does not add flow control, error control, or sequence delivery unlike connectionoriented services. UDP can be used in real-time applications, where TCP cannot !&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 11:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/3373401#M528308</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2004-09-08T11:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why is UDP needed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/6870491#M528309</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#FF0000"&gt;When using &lt;FONT color="#000000"&gt;&lt;STRONG&gt;UDP,&lt;/STRONG&gt;&lt;/FONT&gt; packets are just sent to the recipient. The sender won’t wait to make sure the recipient received the packet — it will just continue sending the next packets. If you’re the recipient and you miss some UDP packets, too bad — you can’t ask for those packets again. There’s no guarantee you’re getting all the packets and there’s no way to ask for a packet again if you miss it, but losing all this overhead means the computers can communicate more quickly. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#FF0000"&gt;UDP is used when speed is desirable and error correction isn’t necessary. For example, UDP is frequently used for live broadcasts and online games. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#FF0000"&gt;For example, let’s say you’re watching a live video stream. Live streams are often broadcast using UDP instead of TCP. The server just sends a constant stream of UDP packets to computers watching. If you lose your connection for a few seconds, the video will freeze for a moment and then jump to the current bit of the broadcast, skipping the bits you missed. If you experience minor packet-loss, the video or audio may be distorted for a moment as the video continues to play without the missing data.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jun 2016 07:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-is-udp-needed/m-p/6870491#M528309</guid>
      <dc:creator>iqra</dc:creator>
      <dc:date>2016-06-19T07:17:13Z</dc:date>
    </item>
  </channel>
</rss>

