Web++ architecture, design and performance

  • Authors:
  • Radek Vingralek;Mehmet Sayal;Yuri Breitbart;Peter Scheuermann

  • Affiliations:
  • STAR Lab, InterTrust Technologies, 4750 Patrick Henry Drive, Santa Clara, CA 95054, USA Email: rvingral@intertrust.com;Northwestern University, ECE Department, 2145 Sheridan Avenue, Evanston, IL 60208, USA Email: {mehmet,peters}@ece.nwu.edu;Information Science Research Center, Bell Laboratories, Lucent Technologies, 600 Mountain Avenue, Murray Hill, NJ 07974, USA Email: yuri@research.bell-labs.com;Northwestern University, ECE Department, 2145 Sheridan Avenue, Evanston, IL 60208, USA Email: {mehmet,peters}@ece.nwu.edu

  • Venue:
  • World Wide Web
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

We describe the design of a system for fast and reliable HTTP service which we call Web++. Web++ achieves high reliability by dynamically replicating web data among multiple web servers. Web++ selects the available server that is expected to provide the fastest response time. Furthermore, Web++ guarantees data delivery given that at least one server containing the requested data is available. After detecting a server failure, Web++ client requests are satisfied transparently to the user by another server. Furthermore, the Web++ architecture is flexible enough for implementing additional performance optimizations. We describe implementation of one such optimization, batch resource transmission, whereby all resources embedded in an HTML page that are not cached by the client are sent to the client in a single response. Web++ is built on top of the standard HTTP protocol and does not require any changes either in existing web browsers or the installation of any software on the client side. In particular, Web++ clients are dynamically downloaded to web browsers as signed Java applets. We implemented a Web++ prototype; performance experiments indicate that the Web++ system with 3 servers improves the response time perceived by clients on average by 36.6%, and in many cases by as much as 59%, when compared with the current web performance. In addition, we show that batch resource transmission can improve the response time on average by 39% for clients with fast network connections and 21% for the clients with 56 Kb modem connections.