<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: dheeraj chowdary</title>
    <description>The latest articles on DEV Community by dheeraj chowdary (@chowdary_dheeraj).</description>
    <link>https://dev.to/chowdary_dheeraj</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3251389%2Ffc23d2b2-67af-48de-b349-3e8e79ea7215.png</url>
      <title>DEV Community: dheeraj chowdary</title>
      <link>https://dev.to/chowdary_dheeraj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chowdary_dheeraj"/>
    <language>en</language>
    <item>
      <title>How the Cold War Influenced the Birth of the World's Most Used Internet Protocol</title>
      <dc:creator>dheeraj chowdary</dc:creator>
      <pubDate>Sat, 14 Jun 2025 07:07:33 +0000</pubDate>
      <link>https://dev.to/chowdary_dheeraj/how-the-cold-war-influenced-the-birth-of-the-worlds-most-used-internet-protocol-51la</link>
      <guid>https://dev.to/chowdary_dheeraj/how-the-cold-war-influenced-the-birth-of-the-worlds-most-used-internet-protocol-51la</guid>
      <description>&lt;p&gt;It was the late 1960s — the Cold War was tense, and the U.S. Department of Defense needed a communication system that could survive even if parts of it were destroyed. This gave birth to ARPANET, the precursor to the internet.&lt;/p&gt;

&lt;p&gt;Before ARPANET, computers were isolated islands. They didn’t communicate directly. Sharing data often meant:&lt;br&gt;
Physically transporting tapes or punch cards&lt;br&gt;
Dialing in over phone lines using slow modems .&lt;/p&gt;

&lt;p&gt;ARPANET gave birth to packet switching.Instead of establishing a fixed circuit between two computers (like a phone call), ARPANET broke data into packets.Each packet could travel independently through the network and be reassembled at the destination.This was more resilient, efficient, and scalable.&lt;/p&gt;

&lt;h3&gt;
  
  
  But what language did these early machines speak?
&lt;/h3&gt;

&lt;p&gt;Enter NCP — Network Control Protocol. It was like the first dialect spoken across ARPANET's connected universities and research labs. It allowed host A to talk to host B, but only if they were both on ARPANET.&lt;/p&gt;

&lt;p&gt;NCP had limits:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It couldn’t reach beyond ARPANET — there was no internet yet.&lt;/li&gt;
&lt;li&gt;It lacked mechanisms for reliable data delivery, leaving programs to handle errors themselves.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each host was configured manually; if the network grew, so did the chaos.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What if we could link not just ARPANET machines, but machines on different types of networks — satellite, radio, and beyond?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In this midst of this , Vinton G. Cerf (Vint Cerf) who was a computer scientist at Stanford University and  Robert E. Kahn (Bob Kahn) who worked at DARPA (Defense Advanced Research Projects Agency) proposed the idea of a universal protocol that could allow computers on any kind of network to communicate reliably.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In the early 1970s, Kahn was working on how to connect different types of computer networks (radio, satellite, ARPANET).&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;They are known as the “Fathers of the Internet.” They co-designed the TCP/IP protocol, which became the foundation for the modern Internet.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe92j83a4nfy16exo1u15.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe92j83a4nfy16exo1u15.png" alt="Image description" width="621" height="90"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;They published &lt;strong&gt;A Protocol for Packet Network Intercommunication&lt;/strong&gt; in May 1974 . &lt;/p&gt;

&lt;p&gt;It would:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Handle packet loss, reordering, and retransmission&lt;/li&gt;
&lt;li&gt;Allow end-to-end communication between distant networks&lt;/li&gt;
&lt;li&gt;Be modular, so it could work across any underlying hardware (radio, wire, satellite)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Later, they split it into two layers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IP (Internet Protocol): The universal address system and routing engine&lt;/li&gt;
&lt;li&gt;TCP: Reliable communication, flow control, and error recovery&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It was as if they built a global postal system:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;IP put addresses on envelopes&lt;/li&gt;
&lt;li&gt;TCP made sure the letter arrived, uncrumpled, and in the right order&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;u&gt;&lt;strong&gt;On January 1, 1983, ARPANET flipped the switch: NCP was turned off, and the world officially spoke TCP/IP.&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;

&lt;p&gt;In 2004, Vint Cerf and Bob Kahn received the Turing Award for their foundational work on TCP/IP.&lt;/p&gt;

&lt;h4&gt;
  
  
  References
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://en.wikipedia.org/wiki/Transmission_Control_Protocol#Historical_origin" rel="noopener noreferrer"&gt;https://en.wikipedia.org/wiki/Transmission_Control_Protocol#Historical_origin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://en.wikipedia.org/wiki/Network_Control_Protocol_(ARPANET)" rel="noopener noreferrer"&gt;https://en.wikipedia.org/wiki/Network_Control_Protocol_(ARPANET)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://en.wikipedia.org/wiki/ARPANET" rel="noopener noreferrer"&gt;https://en.wikipedia.org/wiki/ARPANET&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>tcp</category>
      <category>programming</category>
      <category>network</category>
      <category>cybersecurity</category>
    </item>
  </channel>
</rss>
