<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>browser &amp;mdash;   christova  </title>
    <link>https://christova.writeas.com/tag:browser</link>
    <description>&lt;b&gt;&lt;h3&gt;Tech Articles&lt;/h3&gt;&lt;/b&gt;&lt;br/&gt;&lt;b&gt;Collated from various sources. Full copyright remains with original authors.&lt;/b&gt;</description>
    <pubDate>Wed, 06 May 2026 01:59:07 +0000</pubDate>
    <item>
      <title>Process of a URL</title>
      <link>https://christova.writeas.com/process-of-a-url?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;#URL #browser&#xA;&#xA;When you type a URL into your browser:&#xA;&#xA;• The browser breaks the URL into components like scheme (e.g., &#34;https&#34;), domain (e.g., &#34;example.com&#34;), and path (e.g., &#34;/page&#34;).&#xA;• If the IP address isn’t cached, it queries a DNS server to resolve it.&#xA;• A connection is established with the web server using the IP and port (80 for HTTP, 443 for HTTPS).&#xA;• The browser sends an HTTP request to fetch the resource.&#xA;• The server responds with the requested data (HTML, CSS, JS) and a status code.&#xA;• The browser renders the page by processing the HTML, applying CSS, and executing JavaScript.&#xA;• Secure sites establish an SSL/TLS connection for encryption.&#xA;• Resources are cached to speed up future visits.&#xA;• Fast, secure, and seamless—all thanks to modern browsers!]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/jzpj4Utt.jpg" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:URL" class="hashtag"><span>#</span><span class="p-category">URL</span></a> <a href="https://christova.writeas.com/tag:browser" class="hashtag"><span>#</span><span class="p-category">browser</span></a></p>

<p>When you type a URL into your browser:</p>

<p><strong>•</strong> The browser breaks the URL into components like scheme (e.g., “https”), domain (e.g., “<strong><a href="http://example.com/">example.com</a></strong>”), and path (e.g., “/page”).
<strong>•</strong> If the IP address isn’t cached, it queries a DNS server to resolve it.
<strong>•</strong> A connection is established with the web server using the IP and port (80 for HTTP, 443 for HTTPS).
<strong>•</strong> The browser sends an HTTP request to fetch the resource.
<strong>•</strong> The server responds with the requested data (HTML, CSS, JS) and a status code.
<strong>•</strong> The browser renders the page by processing the HTML, applying CSS, and executing JavaScript.
<strong>•</strong> Secure sites establish an SSL/TLS connection for encryption.
<strong>•</strong> Resources are cached to speed up future visits.
<strong>•</strong> Fast, secure, and seamless—all thanks to modern browsers!</p>
]]></content:encoded>
      <guid>https://christova.writeas.com/process-of-a-url</guid>
      <pubDate>Wed, 25 Mar 2026 17:55:16 +0000</pubDate>
    </item>
  </channel>
</rss>