<?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: Fena Onditi</title>
    <description>The latest articles on DEV Community by Fena Onditi (@fonditi).</description>
    <link>https://dev.to/fonditi</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%2F1775137%2F5edd04cc-46f4-4aa9-b374-679841077cda.png</url>
      <title>DEV Community: Fena Onditi</title>
      <link>https://dev.to/fonditi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fonditi"/>
    <language>en</language>
    <item>
      <title>What happens when you enter a domain name (e.g., google.com) into a browser?</title>
      <dc:creator>Fena Onditi</dc:creator>
      <pubDate>Sun, 14 Jul 2024 05:46:54 +0000</pubDate>
      <link>https://dev.to/fonditi/what-happens-when-you-enter-a-domain-name-eg-googlecom-into-a-browser-3mn9</link>
      <guid>https://dev.to/fonditi/what-happens-when-you-enter-a-domain-name-eg-googlecom-into-a-browser-3mn9</guid>
      <description>&lt;p&gt;Flow of Request for &lt;a href="https://www.google.com" rel="noopener noreferrer"&gt;https://www.google.com&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;DNS Resolution:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Browser initiates DNS resolution to translate "&lt;a href="http://www.google.com" rel="noopener noreferrer"&gt;www.google.com&lt;/a&gt;" to an IP address. Resolved IP address is returned.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;TCP/IP Connection:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Browser establishes a TCP/IP connection with the web server's IP address on port 443 (HTTPS).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;HTTPS/SSL Encryption:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Data between browser and server is encrypted via HTTPS/SSL. SSL handshake ensures secure communication.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Firewall Inspection:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Encrypted traffic passes through a firewall for security policy checks and threat protection.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Load Balancer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Connection is routed through a load balancer for traffic distribution across multiple web servers.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Web Server:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Load balancer forwards the connection to a web server hosting the Google website. Web server handles HTTP requests and connections.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Application Server:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Web server delivers the request to an application server, which processes the request and generates a response. Application server may execute server-side scripts and interact with a database.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Database:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Application server may request data from a database for information required in the response.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Web Server (Response):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Application server returns the response to the web server.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Load Balancer (Response):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Load balancer receives the response, typically a dynamic one from the application server.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;TCP/IP (Response):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Load balancer routes the response back through the TCP/IP stack.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Firewall (Response):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The firewall inspects the incoming response for security compliance.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Browser (Response):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The firewall returns the response to your browser, which decrypts and renders the content, allowing you to interact with the Google website.
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe5nz0a8hmw6bczjdczxl.jpeg" alt="Image description" width="800" height="393"&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>dns</category>
      <category>browser</category>
      <category>internet</category>
    </item>
  </channel>
</rss>
