A few days ago
prasanna

why we use http before every websites?what is the use of http?

what is http?why do we use http?what is it used for?

Top 3 Answers
A few days ago
Anonymous

Favorite Answer

It stands for Hypertext Transfer Protocol. Its just the protcol that is used to retrive web pages. You don’t have to put it to access a web site, the browser will fill it in for you so you could just put www.yahoo.com and find it or most of the time just say yahoo.com and the browser will get the rest. See below for protcol
0

A few days ago
Manz
Hypertext Transfer Protocol (HTTP) is a communications protocol used to transfer or convey information on the World Wide Web. Its original purpose was to provide a way to publish and retrieve HTML hypertext pages. Development of HTTP was coordinated by the World Wide Web Consortium and the Internet Engineering Task Force, culminating in the publication of a series of RFCs, most notably RFC 2616 (1999), which defines HTTP/1.1, the version of HTTP in common use today.

HTTP is a request/response protocol between clients and servers. The originating client, such as a web browser, spider, or other end-user tool, is referred to as the user agent. The destination server, which stores or creates resources such as HTML files and images, is called the origin server. In between the user agent and origin server may be several intermediaries, such as proxies, gateways, and tunnels. It is useful to remember that HTTP does not need TCP/IP. Indeed HTTP can be “implemented on top of any other protocol on the Internet, or on other networks. HTTP only presumes a reliable transport; any protocol that provides such guarantees can be used.”

An HTTP client initiates a request by establishing a Transmission Control Protocol (TCP) connection to a particular port on a remote host (port 80 by default; see List of TCP and UDP port numbers). An HTTP server listening on that port waits for the client to send a request message.

Upon receiving the request, the server sends back a status line, such as “HTTP/1.1 200 OK”, and a message of its own, the body of which is perhaps the requested file, an error message, or some other information.

Resources to be accessed by HTTP are identified using Uniform Resource Identifiers (URIs) (or, more specifically, URLs) using the http: or https URI schemes.

0

A few days ago
sabrinareto
it stands for something like Hyper Text Total Protocol or something like that and it’s the language that computer use to read websites.
0