http
22 ResultsDictionary
HTTP
(HyperText Transfer Protocol) The communications protocol used to connect to Web servers on the Internet or on a local network (intranet). Its primary function is to establish a connection with...
Dictionary
Definition: HTTP
(HyperText Transfer Protocol) The communications protocol used to connect to Web servers on the Internet or on a local network (intranet). Its primary function is to establish a connection with the server and send HTML pages back to the user's browser. It is also used to download files from the server either to the browser or to any other requesting application that uses HTTP.
Addresses of Web sites begin with an http:// prefix; however, Web browsers typically default to the HTTP protocol. For example, typing www.yahoo.com is the same as typing http://www.yahoo.com. In fact, only yahoo.com has to be typed in. The browser adds the rest.
HTTP vs. HTTPS
With HTTP, the Web page is transmitted without any encryption. However, HTTPS (HTTP Secure) is used to encrypt sensitive data such as credit card and social security numbers (see HTTPS).
A Stateless Connection
HTTP is a "stateless" request/response system. The connection is maintained between client and server only for the immediate request, and the connection is closed. After the HTTP client establishes a TCP connection with the server and sends it a request command, the server sends back its response and closes the connection.
The first version of HTTP caused considerable overhead. Each time a graphics file on the page was requested, a new protocol connection had to be established between the browser and the server. In HTTP Version 1.1, multiple files could be downloaded with the same connection. It also improved caching and made it easier to create virtual hosts (multiple Web sites on the same server). See HTTP header and cookie.
Web Server Fundamentals
Web browsers communicate with Web servers via the TCP/IP protocol. The browser sends HTTP requests to the server, which responds by sending back headers (messages) and files (HTML pages, image files, Java applets, etc.). See HTTP header.
THIS DEFINITION IS FOR PERSONAL USE ONLY
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2010 The Computer Language Company Inc. All rights reserved.
Sponsored White Papers, Webcasts & Resources
-
Introducing the New VMware Management Solution Portfolio
Check out this webcast to learn more about the New VMware Management Solution Portfolio.
-
New 'HTTPS Everywhere' Web browser extension released
The Electronic Frontier Foundation's great Firefox HTTPS Everywhere browser security extension has been improved and there's now a beta version available for Google Chrome Web browser users.
-
The Five Minute How To Install VirtualBox 4.1 Guide
Do you want Oracle VirtualBox 4.1? Do you have five minutes? If you said, 'Yes' to both questions, then this tutorial is for you.
-
How I became a REST 'convert'
Representational State Transfer, commonly known as REST, is a style of distributed software architecture that offers an alternative to the commonly accepted XML-based web services as a means for...
-
Google speeds up the Web with SPDY
Google's replacement for HTTP, SPDY, is meant to speed up Web access. Guess what? It really does.
-
New browser security tool may mean safer surfing
Help is on the way for Web surfers who run the risk of having their Facebook, Twitter, and other Web accounts hijacked over unsecured Wi-Fi networks and other security issues that result from...
-
-
Google Chrome goes http-less
Have you ever wondered why people put http:// in front of website addresses? Well, without getting into the details, it actually an important part of how the web works. In the latest Google...
-
Google kills 'http' URLs; about time to follow suit?
Google plans to kill off 'http://' in later builds of Chrome. Is it about time other browsers followed suit and made web addresses simpler?
-
Google (finally) enables default "https" access for GMail
A day after confirming a major security breach by Chinese hackers looking for GMail account information, Google has turned on default "https:" access for its popular Web mail service.
-
Can Google make the Web SPDYer? Maybe, with your help
Google has been working on a project called SPDY, deigned to make the Web faster but it's reached a point where it could use some feedback from the Web community.
-
Researcher demonstrates SSL attack
Moxie Marlinspike has demonstrated a man-in-the-middle attack that could allow an attacker to intercept login details for supposedly secure websites.
-
Exploit code published for Apache Tomcat flaw
The United States Computer Emergency Response Team (US-CERT) has raised an alarm for a serious vulnerability in Apache Tomcat, warning that a proof-of-concept exploit is publicly available. The...
-
GMail adds "https:"-only connections but still not by default
Google has added a new "Browser Connection" feature to GMail to allow users to force e-mail sessions to always use the more secure "https:" protocol but, strangely, this is not turned on by...
-
Standards competition and globalization
I've been thinking a lot more about globalization and the important role standards have played in "version 3.0" of that process due to my reading of Friedman's book "The World is Flat." In a...
-
Even SSL Gmail can get sidejacked
When Robert Graham demonstrated how Web 2.0 wasn't safe at last year's Blackhat, it was thought that at least the SSL mode (HTTPS) of Google Gmail would be spared from sidejacking. That...
-
Does the capital 'G' in Google stand for Gosling?
Earlier this summer, in a debate about e-mail security, my fellow blogger George Ou pointed out to me one of the better secrets to some additional security when using Google's GMail service (which...
-
Tech Shakedown #7: Do Nike.com's Flash based payment pages pass the security test?
A couple of weeks ago, I paid a visit to Nike.com in search of some specific sunglass frames to replace Nike ones of mine that broke. The broken pair included some prescription lenses and I was...
-
More Safari for Windows security holes patched
Apple has refreshed its new Safari for Windows browser to patch a pair of vulnerabilities that could cause spoofing and HTTP redirection attacks.
-
Google Web Toolkit 1.4: "Have to see it to believe it"
Google just released the Google Web Toolkit (GWT) 1.4 Release Candidate, a major upgrade to the company's open-source framework for writing AJAX web applications in the Java programming language....
-
Check Point FireWall-1 has multiple critical vulnerabilities
News.com reports that Check Point has provided a patch for its Next Generation (NG) series, but only about 70 percent of current users have installed the version that will be patched. VPN-1 is no...
-
How IE URL-handling patch affects Web builders
Facing loud criticisms about the vulnerabilities in Internet Explorer and Windows Explorer, Microsoft has released a major patch that affects the way browsers interpret URLs. This article will...
The best of ZDNet, delivered
ZDNet Newsletters
Get the best of ZDNet delivered straight to your inbox




