Archives
 
 
 
  Special
 
 
 
  About Us
 
 
 

Newsletter
Free E-mail Newsletter from BYTE.com

 
    
           
Visit the home page Browse the four-year online archive Download platform-neutral CPU/FPU benchmarks Find information for advertisers, authors, vendors, subscribers Request free information on products written about or advertised in BYTE Submit a press release, or scan recent announcements Talk with BYTE's staff and readers about products and technologies

ArticlesHTTP 1.1 Improves Net Efficiency


October 1997 / Reviews / Web Servers Get Skinny / HTTP 1.1 Improves Net Efficiency

All Web servers, even small ones, need to have HTTP embedded in their core OS in order to function. HTTP 1.0, which works in conjunction with the TCP protocol in the IP famil y, is used for packetizing Web information such as HTML documents and file downloads.

One advantage of HTTP 1.0 is that it is very bursty; it's great for handling multiple tasks and switching from one thing to the other. But there's always room for improvement. HTTP 1.1, a reworking of its predecessor, is designed to ease n etwork congestion by reducing the number of connections required between client and server.

The keepalive function of HTTP 1.1 is an example of this improved efficiency between HTTP and TCP. TCP reaches full data transfer efficiency only when the connection between the client and the server is kept open. HTTP 1.0 closes that connection after each request. Keepalive keeps a route or "tunnel" open all the way through the network, allows persistent connections, and remains open for multiple requests. The benefit to the Web server is capacity; many documents can be accessed with one connection.


Up to the Reviews section contentsGo to previous article: HTTP 1.1 Improves Net EfficiencyGo to next article: Three for SpeedSearchSend a comment on this articleSubscribe to BYTE or BYTE on CD-ROM    BYTE
Flexible C++
Matthew Wilson
My approach to software engineering is far more pragmatic than it is theoretical--and no language better exemplifies this than C++.

more...

BYTE Digest

BYTE Digest editors every month analyze and evaluate the best articles from Information Week, EE Times, Dr. Dobb's Journal, Network Computing, Sys Admin, and dozens of other CMP publications—bringing you critical news and information about wireless communication, computer security, software development, embedded systems, and more!

Find out more

BYTE.com Store

BYTE CD-ROM
NOW, on one CD-ROM, you can instantly access more than 8 years of BYTE.
 
The Best of BYTE Volume 1: Programming Languages
The Best of BYTE
Volume 1: Programming Languages
In this issue of Best of BYTE, we bring together some of the leading programming language designers and implementors...

Copyright © 2005 CMP Media LLC, Privacy Policy, Your California Privacy rights, Terms of Service
Site comments: webmaster@byte.com
SDMG Web Sites: BYTE.com, C/C++ Users Journal, Dr. Dobb's Journal, MSDN Magazine, New Architect, SD Expo, SD Magazine, Sys Admin, The Perl Journal, UnixReview.com, Windows Developer Network