[Home]HTTP

HomePage | Recent Changes | Preferences

Showing revision 13
HTTP (for Hypertext Transfer Protocol) is the primary method used to communicate information on the World Wide Web. The specification is currently maintained by the World Wide Web Consortium.

HTTP is a request/response protocol. An HTTP client, such as a web browser, initiates a requested by connecting to (usually) TCP/IP port 80. The client then sends a request string, such as "GET / HTTP/1.1", which would request the default page of that web server. The server would then respond with a file (or error message). The file sent by the server is preceded by an HTTP Header, which is a set of ASCII strings containing information about the server and the document being sent. HTTP is defined in RFC 2068.

HTTP differs from other TCP-based protocols such as FTP, in that connections are generally torn down once a particular request (or related series of requests) has been completed. This design makes HTTP ideal for the World Wide Web, where pages regularly link to pages on other servers. It can occasionally pose problems for Web designers, as the lack of a persistent connection necessitates alternative methods of maintaining users' "state". Many of these methods involve the use of "cookies?".

There is a secure version of HTTP called HTTPS.

External link:

Tim-Berners Lee in 1990 "wrote specifications for HTML (hypertext markup language), HTTP (hypertext transfer protocol) and the precursor of URL (uniform resource locator)."
http://www.sciam.com/1297issue/1297profile.html


HomePage | Recent Changes | Preferences
This page is read-only | View other revisions | View current revision
Edited October 29, 2001 12:40 pm by Coasting (diff)
Search: