<?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: shantanugopale</title>
    <description>The latest articles on DEV Community by shantanugopale (@shantanugopale).</description>
    <link>https://dev.to/shantanugopale</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%2F1273153%2Fca6ca8e6-7d71-4a48-8d78-0c733c80ac68.png</url>
      <title>DEV Community: shantanugopale</title>
      <link>https://dev.to/shantanugopale</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shantanugopale"/>
    <language>en</language>
    <item>
      <title>What is Web Servers.?</title>
      <dc:creator>shantanugopale</dc:creator>
      <pubDate>Sun, 04 Feb 2024 18:51:01 +0000</pubDate>
      <link>https://dev.to/shantanugopale/what-is-web-servers-2g41</link>
      <guid>https://dev.to/shantanugopale/what-is-web-servers-2g41</guid>
      <description>&lt;p&gt;&lt;strong&gt;Web Servers&lt;/strong&gt; refers as either a &lt;u&gt;Hardware&lt;/u&gt; or &lt;u&gt;Software&lt;/u&gt; or both of them Working together.&lt;/p&gt;

&lt;p&gt;1.On the Hardware side, the Web Server is a Computer that Stores Web Server Software and Website's Component files (for example, HTML documents, images, CSS stylesheets, JavaScript files). The Web Server connects to the Internet and supports physical data interchange with other devices connected to the web.&lt;/p&gt;

&lt;p&gt;2.On the Software side, Web Server includes several parts that controls how web users access hosted files. At a minimum, this is an HTTP Server. An HTTP server is a Software that understands URLs(Web Addresses) and HTTP(the protocol your browser uses to view webpages). An HTTP Server can be accessed through the domain names of the websites is stores, and it delivers the content of these hosted websites to the end user's device.&lt;/p&gt;

&lt;p&gt;Examples are Nginx, Apache2 and many more.&lt;/p&gt;

&lt;p&gt;Apache2 is one of the Widely used Sever, it's a Standard Server. Apache gives the directory /var/www/html/.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>opensource</category>
      <category>programming</category>
    </item>
    <item>
      <title>What is Web Browser.?</title>
      <dc:creator>shantanugopale</dc:creator>
      <pubDate>Sun, 04 Feb 2024 17:32:54 +0000</pubDate>
      <link>https://dev.to/shantanugopale/what-is-web-browser-3m5j</link>
      <guid>https://dev.to/shantanugopale/what-is-web-browser-3m5j</guid>
      <description>&lt;p&gt;&lt;strong&gt;Web Browser&lt;/strong&gt; is an Application Software is used to explore &lt;em&gt;&lt;u&gt;World Wide Web&lt;/u&gt;&lt;/em&gt;. It provides an interface between the client and the server. It requests the server for Web Documents and Services. It works as a Compiler to render the HTML which is used to design Web Pages. Google Chrome, Mozilla Firefox, Microsoft Edge and Safari are the Examples of Web Browser.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>opensource</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
