<?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>Forem: PRAKRUTI PETHANI</title>
    <description>The latest articles on Forem by PRAKRUTI PETHANI (@prakruti_pethani_0238cd2a).</description>
    <link>https://forem.com/prakruti_pethani_0238cd2a</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%2F3525770%2Fce745f6c-76ce-43ff-a443-d605ad3b8ef0.png</url>
      <title>Forem: PRAKRUTI PETHANI</title>
      <link>https://forem.com/prakruti_pethani_0238cd2a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/prakruti_pethani_0238cd2a"/>
    <language>en</language>
    <item>
      <title>"HTTP": The Backbone Of The Web</title>
      <dc:creator>PRAKRUTI PETHANI</dc:creator>
      <pubDate>Sat, 04 Oct 2025 11:40:09 +0000</pubDate>
      <link>https://forem.com/prakruti_pethani_0238cd2a/http-the-backbone-of-the-web-2da0</link>
      <guid>https://forem.com/prakruti_pethani_0238cd2a/http-the-backbone-of-the-web-2da0</guid>
      <description>&lt;p&gt;prepare by :&lt;br&gt;
24ce096:pethani prakruti&lt;br&gt;
24ce094:patel shaswat&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%2F75p0z5e3o52zws5m26xe.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%2F75p0z5e3o52zws5m26xe.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hypertext Transfer Protocol (HTTP) is the foundational application-layer protocol of the World Wide Web.&lt;/p&gt;

&lt;p&gt;It enables communication between clients (like web browsers) and servers through a simple request-response model.&lt;/p&gt;

&lt;p&gt;http protocol use port no.80  it means all the traffic related  to http are  forward and received at port no.80&lt;/p&gt;

&lt;p&gt;purpose  of http to transfer hyper media document/multi media document  like  html&lt;/p&gt;




&lt;p&gt;components:&lt;/p&gt;

&lt;p&gt;connection :the client makes a connection to the server.&lt;br&gt;
request: the client requests information from the server.&lt;br&gt;
response: the server either provides the information to the client or refuses to provide the information.&lt;br&gt;
close :either or both parties terminates the transaction.&lt;/p&gt;




&lt;p&gt;What is the Use of HTTP?&lt;/p&gt;

&lt;p&gt;HTTP allows users to load web pages by requesting resources from servers using URLs.&lt;/p&gt;

&lt;p&gt;It supports various methods like GET (retrieve data) and POST (submit data), enabling interactive web applications.&lt;/p&gt;

&lt;p&gt;Facilitates the transfer of web content, including text, images, scripts, and multimedia.&lt;/p&gt;

&lt;p&gt;Powers APIs and machine-to-machine communication beyond just browsers.&lt;/p&gt;

&lt;p&gt;Enables dynamic web pages by fetching parts of documents on demand.&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%2Fvgv7lxrbl1p36y4zx2gy.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%2Fvgv7lxrbl1p36y4zx2gy.png" alt=" " width="343" height="306"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Advantages of HTTP&lt;/p&gt;

&lt;p&gt;Simplicity: Easy to implement and understand with a clear request-response pattern.&lt;/p&gt;

&lt;p&gt;Extensibility: Supports multiple methods and headers, allowing rich interactions.&lt;/p&gt;

&lt;p&gt;Statelessness: Each request is independent, simplifying server design and scalability.&lt;/p&gt;

&lt;p&gt;Wide Adoption: Supported by all web browsers and servers worldwide.&lt;/p&gt;

&lt;p&gt;Evolvability: HTTP/2 and HTTP/3 improve speed, security, and efficiency over earlier versions.&lt;/p&gt;




&lt;p&gt;Disadvantages of HTTP&lt;/p&gt;

&lt;p&gt;Stateless Nature: Requires additional mechanisms (like cookies) to maintain user sessions.&lt;/p&gt;

&lt;p&gt;Security Risks: Original HTTP is unencrypted, vulnerable to eavesdropping and man-in-the-middle attacks (mitigated by HTTPS).&lt;/p&gt;

&lt;p&gt;Latency: Multiple requests can cause delays; HTTP/1.1 had limitations in connection reuse.&lt;/p&gt;

&lt;p&gt;Overhead: Headers and repeated requests add extra data transfer.&lt;/p&gt;

&lt;p&gt;Complexity in Modern Web: Advanced features require more sophisticated handling and protocols.&lt;/p&gt;

&lt;p&gt;prepare by:&lt;br&gt;
24ce096:pethani prakruti&lt;br&gt;
24ce094:patel shaswat&lt;/p&gt;




&lt;p&gt;reference link:&lt;a href="https://youtu.be/Nj8pGsBvcmo?si=f4P33r6PqsI5jFxV" rel="noopener noreferrer"&gt;https://youtu.be/Nj8pGsBvcmo?si=f4P33r6PqsI5jFxV&lt;/a&gt;&lt;br&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%2Fg1qwieltlmopuzn9k9yx.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%2Fg1qwieltlmopuzn9k9yx.png" alt=" " width="343" height="306"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>fcn</category>
      <category>blog</category>
      <category>http</category>
    </item>
  </channel>
</rss>
