<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>devkuma – UDP</title>
    <link>https://www.devkuma.com/en/tags/udp/</link>
    <image>
      <url>https://www.devkuma.com/en/tags/udp/logo/180x180.jpg</url>
      <title>UDP</title>
      <link>https://www.devkuma.com/en/tags/udp/</link>
    </image>
    <description>Recent content in UDP on devkuma</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kc@example.com (kc kim)</managingEditor>
    <webMaster>kc@example.com (kc kim)</webMaster>
    <copyright>The devkuma</copyright>
    
	  <atom:link href="https://www.devkuma.com/en/tags/udp/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>TCP/UDP (Socket Communication)</title>
      <link>https://www.devkuma.com/en/docs/tcp-udp/</link>
      <pubDate>Fri, 08 Jul 2022 18:59:00 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/tcp-udp/</guid>
      <description>
        
        
        &lt;h2 id=&#34;tcp-transmission-control-protocol&#34;&gt;TCP (Transmission Control Protocol)&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Provides a connection-oriented service.&lt;/li&gt;
&lt;li&gt;Guarantees high reliability.&lt;/li&gt;
&lt;li&gt;Establishes connections with 3-way handshaking.&lt;/li&gt;
&lt;li&gt;Terminates connections with 4-way handshaking.&lt;/li&gt;
&lt;li&gt;Provides data flow control and congestion control.
&lt;ul&gt;
&lt;li&gt;Flow control: prevents receiver buffer overflow.&lt;/li&gt;
&lt;li&gt;Congestion control: prevents an excessive increase in the number of packets in the network.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Provides full-duplex, point-to-point service (bidirectional transmission and reception).&lt;/li&gt;
&lt;li&gt;Used for cases where reliability is important, such as file exchange.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;udp-user-datagram-protocol&#34;&gt;UDP (User Datagram Protocol)&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Provides a connectionless service.&lt;/li&gt;
&lt;li&gt;Has low reliability.&lt;/li&gt;
&lt;li&gt;The order of data transmission can change.&lt;/li&gt;
&lt;li&gt;Does not confirm whether data was received; there is no process like 3-way handshaking.&lt;/li&gt;
&lt;li&gt;Has a faster transmission speed than TCP.&lt;/li&gt;
&lt;li&gt;Mainly used for streaming, where real-time delivery is important.&lt;/li&gt;
&lt;li&gt;Supports 1:1, 1:N, and N:M communication.&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>TCP</category>
      
      <category>UDP</category>
      
      <category>Network</category>
      
    </item>
    
  </channel>
</rss>
