67 citations found. Retrieving documents...
T. Berners-Lee, R. Fielding, and H. Frystyk. Hypertext Transfer Protocol -- HTTP/1.0, May 1996.

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:

First 50 documents  Next 50

Efficient Web Browsing for Mobile Clients using HTTP Compression - Krashinsky (2000)   (3 citations)  (Correct)

....compression is applied to the stream of data communicated across the client to base link, rather than to individual messages alone. 2 Basic Web Browsing The Hypertext Transfer Protocol (HTTP) defines the interface which enables web browsing. This study is based on version 1. 0 of this protocol [3]. The HTTP protocol allows for simple transactions between clients and servers using a request response message pair. HTTP transactions are conducted over Transmission Control Protocol (TCP) connections; a connection is established for each transaction, and closed once the transaction completes. ....

T. Berners-Lee, R. Fielding, and H. Frystyk. Hypertext Transfer Protocol -- HTTP/1.0, May 1996.


Web Representation with Dynamic Thumbnails - Schmid   (Correct)

....The server acts like a HTTP server regarding its clients. Incoming client requests are parsed to extract the request parameters such as URL, WIDTH, HEIGHT, etc. of Web page thumbnails. The HTTP protocol allows users to request thumbnails directly from the Web browser according to RFC 1945 [4]. That offers the opportunity to simply integrate dynamically generated thumbnails into Web pages. Neither are specific client applications nor Web browser plug ins necessary merely a Web browser is required as a client. Alternatively, self implemented client programs such as Java programs, ....

.... merely a Web browser is required as a client. Alternatively, self implemented client programs such as Java programs, browser plug ins, cgi scripts, servelets etc. can be used to access the server. The request format is designed to be HTTP compliant. Each request is encoded as an HTTPGET [4] request. The general request syntax (in EBNF notation) is as follows: request : http: server name [ port ] url= url f options g . 3.3 Web Page Rendering Our implementation uses the current Netscape version installed on the server host as rendering engine. The browser is remotely ....

T. Berners-Lee, R. Fielding, H. Frystyk, RFC/1945: Hypertext Transfer Protocol -- HTTP/1.0, May 1996, online at: URL: http://www.roxen.com/rfc/rfc1945.html


Before Decision Support Systems can be shared via the Web, a.. - Gregg, Goul (1999)   (Correct)

....are key to creating an Open DSS protocol. In order to meet these requirements, a set of preliminary protocol specifications is proposed. The Open DSS Protocol is a general protocol that provides facilitated access to DSS utilizing the existing Internet application layer protocols HTTP and HTML [3, 12], and consists of two layers. The first layer in the Open DSS protocol is the Metainformation Layer. It indicates the Web site contains a DSS and includes all of the information necessary to completely explain the DSS. The second layer is the Transaction Processing Layer. This layer is responsible ....

Berners-Lee, T., Fielding R., and Frystyk, H. Hypertext Transfer Protocol ---HTTP/1.0: working paper. HTTP Working Group, (Sept. 4, 1995); www.w3.org/pub/www/protocols/draft-ietf-http-v10spec03. html


Quality Aware Transcoding: An Application Level Technique To.. - Chandra (2000)   (2 citations)  (Correct)

....performance of a bandwidth management scheme that (temporarily) denies requests under heavily loaded conditions. The users are expected to defer attempting to access these denied resources until the server becomes less loaded. For our experiments, we modify the Apache web server to return the HTTP [15] error code 503: Service Unavailable to deny requests during heavily loaded conditions. Transcoding: Finally, we analyze the performance of a web service that offers differentiated web service by transcoding an image to a number of variations. The choice of the number of variations is a ....

Tim Berners-Lee, R. T. Fielding, H. Frystyk Nielsen, J. Gettys, and J. Mogul. Hypertext Transfer Protocol -- HTTP/1.1, January 1997.


Application-Level Differentiated Multimedia Web Services.. - Chandra, Ellis, Vahdat (2000)   (10 citations)  (Correct)

....consider the performance of a bandwidth management scheme that denies requests under heavily loaded conditions. The users are expected to defer attempting to access these denied resources until the server becomes less loaded. For our experiments, we modify the Apache web server to return the HTTP [48] error code 503: Service Unavailable . The scheme does not deny service to preferred clients if the bandwidth consumption does not exceed the bandwidth allocated for preferred clients. IEEE SPECIAL ISSUE ON QOS IN THE INTERNET 9 . Transcoding: Finally, we study the performance of a web service ....

Tim Berners-Lee, R. T. Fielding, H. Frystyk Nielsen, J. Gettys, and J. Mogul, Hypertext Transfer Protocol -- HTTP/1.1, January 1997.


N for the Price of 1: Bundling Web Objects for More.. - Wills, Mikhailov, Shang (2000)   (Correct)

....few years. The amount of offered content and the number of content consumers have grown exponentially, complexity and richness of content has increased, functionality and performance of Web servers and user agents has improved. Web transactions, carried over the HyperText Transfer Protocol (HTTP) [3, 8] running on top of the Transmission Control Protocol (TCP) 21] account for 70 75 of traffic on the Internet backbone, according to one recent study [5] With the Web being the main application on the Internet, it is vital to ensure the efficient use of network (and server) resources by Web ....

Tim Berners-Lee, Roy T. Fielding, and Henrik Frystyk Nielsen. Hypertext Transfer Protocol---HTTP/1.0. RFC 1945, May 1996. http://www.ietf.org/rfc/rfc1945.txt.


The <bigwig> Project - Brabrand, Møller, Schwartzbach   (Correct)

....are imposed by the given client server model. In fact, our motto has been to make Web programming as easy as writing simple C or Java programs . The bigwig compiler uses common Web technologies as target languages. This includes HTML [26] CGI scripts [18] JavaScript [16] HTTP Authentication [6], and Java applets [1] As new technologies become standard, the compiler will obtain corresponding opportunities for generating better code. It is important that bigwig is based on compilation rather than on interpretation of a scripting language. Unlike most other approaches, we can rely on ....

....modifiers that applies to communications with the client. The ssl modifier instructs the server to use the SSL HTTPS protocol [17] which collaborates with the client to set up an 18 encrypted tunnel for communication. The htaccess modifier protects the displayed page with HTTP Authentication [6] using a supplied password file; bigwig also supports the getcookie and setcookie functions to help manage userids. The selective modifier restricts access to a session to those clients whose numeric IP addresses (or alphanumeric domain names) match a given set of prefixes (or postfixes) ....

T. Berners-Lee, R. Fielding, and H. Frystyk. Hypertext transfer protocol -- HTTP/1.0. RFC1945, May 1996. http://www.w3.org/Protocols/rfc1945/rfc1945.


Design And Implementation Of Indirect Protocols For Mobile.. - Bakre (1996)   (4 citations)  (Correct)

....TCP while the end to end nature of the control connection using regular TCP gives us protection against MSR failures which may cause loss of I TCP (data) connections. 3. Chimera WWW browser Chimera 2 , which is a World Wide Web (WWW) browser, uses the Hypertext Transfer Protocol (HTTP) [17] to access WWW services over the Internet. HTTP itself uses TCP to transfer data. We modified 2 Chimera was developed by John Kilburg. 106 Chimera sources to use I TCP instead of TCP for data transfer at mobile clients, which considerably improved the time needed to download large files. 5.6 ....

T. Berners-Lee, R. Fielding, and H. Frystyk. Hypertext transfer protocol -- HTTP/1.0. Internet Draft, February 1996.


Using WWW Technologies for Intranet Applications - Fink, al. (1997)   (Correct)

....the document by its path name and the server responds by transferring the document s data. Hypertexts are documents which contain links to other documents. The hypertexts served by the WWW are not restricted to text. Other media such as images, graphics, sound, and movies can be referenced [BLFN94]. The documents are assembled to form the layout of WWW pages, containing noncontinuous media which are typically loaded first and presented afterwards. Even interactive elements, such as forms, use the same request response mechanisms as other protocols e.g. FTP, SMTP, GOPHER. The Web has ....

T. Berners-Lee, R. T. Fielding, and H. F. Nielsen. Hypertext Transfer Protocol - HTTP/1.0. Technical report, Network Working Group, 1994.


KANGA: A framework for building application specific communication .. - Babai   (Correct)

....as an application which wishes to use the framework, or to the hardware, such as a network interface. A protocol graph might have several Adaptor objects. One or more at the bottom of the graph which interface to one or more network interfaces and several application client conduits, such as HTTP[BFF95] or Sockets, at the top of the protocol graph. A protocol graph using the four types of conduits is shown in figure 2.10. Application interface [ sideA sideB [ sideA [ sideA [ b0 sideA [ sideB sideA [ b0 [ sideA sideB aProtocol aAdaptor aProtocol aProtocol aAdaptor ....

T. Berners-Lee, R. Fielding, and H. Frystyk. Hypertext transfer protocol -- HTTP/1.0. Technical report, IETF HTTP working group, 14th Oct 1995. http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-v10-spec-04.html.


Payment Switches for Open Networks - Gifford, Stewart (1995)   (5 citations)  (Correct)

....Market, Inc. payment switch provides a high level of buyer comfort because buyers are assured of a complete accounting of their purchases as well as an effective means to resolve questions. Compatibility with existing protocols. Our approach is based on existing network protocols, such as HTTP [5]. Thus existing browsers can be used without modification in many forms of electronic commerce using our payment switch and merchant server systems. 3 The Payment System The overall architecture of our payment system is a distributed collection of clients, content servers, and payment switches ....

Berners-Lee, T., Fielding R., Frystyk Neilsen, H., Hypertext Transfer Protocol--HTTP/1.0, IETF Internet Draft, December, 1994.


Static vs. Dynamic CMIP/SNMP Network Management Using CORBA - Deri, Ban   (Correct)

....to the C application or Java applet and which allows management operations to be performed. The management application uses the external bindings as normal classes, invoking methods, creating deleting instances. Transparently, external bindings communicate with the Proxy server using the HTTP [HTTP] protocol, used extensively in the Internet by the World Wide Web. Proxy Server C Application Java Applet HTTP CMIP SNMP Droplets Figure F: Liaison s Java C Bindings Whenever a method of the external bindings that performs a management operation (e.g. CMIP M SET) is called, an HTTP ....

....of errors in user written conversion functions increases. This trade off, however, was accepted by CL because its main goal was the creation of a light weight model for network management that should be flexible (no compiled in knowledge) and that should be integrated with the World Wide Web [HTTP] which uses strings as the major data type anyway. Also, network management is nowadays still predominantly based on SNMP which uses mainly atomic data types such as strings or integers. The programmer specifying the types in a string based syntax which will be runtime checked by the Proxy in the ....

T. Berners-Lee, R. Fielding and H. Nielsen, HyperText Transfer Protocol-HTTP/1.0, Internet Draft, 10/16/1995.


Web Proxy Workload Characterisation And Modelling - Mahanti (1999)   (3 citations)  (Correct)

....cache; otherwise, a full document transfer occurs. The Referrer header eld allows the client to specify the URL of the resource from which the requested document s URL was obtained. This information can be used by the server to generate back links to Web pages of interest, optimise caching, etc. [44]. The User Agent eld informs the server that the client is using the Netscape 3.1 Web browser. The system administrator at the server site may use this information for statistical purposes. Table 2.1: Methods Supported by HTTP 1.0 Method Function GET Obtain the requested document HEAD Obtain ....

....(i.e. cached copies should be updated when changes are made to the original document) Existing Web caches mostly provide weak cache consistency, which infrequently allows stale documents to be returned to the clients. Two widely used weak consistency mechanisms are: Time To Live (TTL) elds [34, 44], used by the CERN httpd Web server 17 [26] and client polling, used by the HARVEST proxy cache [27] TTL is an a priori estimate of a document s life time, during which the cached document is always considered to be valid. This type of consistency is implemented in the HTTP protocol using ....

[Article contains additional citation context not shown here]

T. Berners-Lee, R. Fielding and H. Frystyk, \Hypertext Transfer Protocol { HTTP/1.0", RFC 1945, May 1996. Available at URL: ftp://ftp.internic.net/rfc/rfc1945.txt 118


Supporting Distributed Workflow Using HTTP - Kammer, Bolcer, al. (1998)   (1 citation)  (Correct)

....process support system designed to be easily integrated with various off the shelf software tools and technologies. It provides a customizable process infrastructure designed to support distribution, multiple views, and incremental adoption of system components. Hypertext Transfer Protocol (HTTP) [3, 8] is a widely supported protocol that underlies the World Wide Web (WWW) Tools supporting it are quickly becoming ubiquitous technologies. We describe here our use of HTTP as a distribution mechanism for the Endeavors system. Included are progressively more powerful and flexible approaches that ....

T. Berners-Lee, R. Fielding, and H. Frystyk. Hypertext transfer protocol -- HTTP/1.0. Internet Informational RFC 1945, MIT/LCS, UC Irvine, May 1996. http://www.ics.uci.edu/ pub/ietf/http/rfc1945.txt


An Implementation of a Secure Web Client Using SPKI/SDSI.. - Maywah (2000)   (Correct)

....The initial draft of the protocol was based on that used by the Digest Authentication Scheme [8] Digest uses structures within HTTP to transfer information between the client and the server. The structures used are the WWW Authenticate header and the Authorization Request header in HTTP 1. 1 [1]. Digest has its own specification for what goes in those headers and it was used as a model for the initial draft. However, the initial version of the protocol has been modified; Terrance wrote his thesis before much of the SPKI SDSI client and server were developed. 44 The original ....

....one needs to carefully consider what information needs to be present in the tag. The specified tag format needs to be such that will allow the server administrator flexibility in implementing their desired security policy. The main considerations are to have the tag specify either just the HTTP [1] method and location, or to include other state information such as allowed client IP Address and allowed time range for access. These options would allow the server administrator to specify a stricter security policy for their website. 5.3.11 User Certificate Management The user has both the ....

T. Berners-Lee, R. Fielding, J. Gettys, J. Mogul, H. Frystyk, L. Masinter, and P. Leach. Hypertext transfer protocol -- http/1.1. Internet Request for Comments, RFC 2616, June 1999.


Distributed Workflow using HTTP: Example using Software.. - Arthur Hitomi Peter (1998)   (1 citation)  (Correct)

....collections of activities that involve groups of individuals at disparate locations. To coordinate these tasks, a process support system should provide for distributed process execution and integration with tools across networks. We describe the use of Hypertext Transfer Protocol (HTTP) [1], an increasingly ubiquitous technology, to provide a coordination mechanism for distributed execution of process and tool integration. Building on the Endeavors process support system[2] we can use extensions to an HTTP server to provide support for communication and coordination between system ....

T. Berners-Lee, R. Fielding, and H. Frystyk. Hypertext transfer protocol -- HTTP/1.0. Internet Informational RFC 1945, MIT/LCS, UC Irvine, May 1996. http://www.ics.uci.edu/pub/ietf/http/rfc1945.txt


Securing Electronic Commerce: Reducing the SSL Overhead - Apostolopoulos, Peris.. (2000)   (11 citations)  (Correct)

....is that it is application protocol independent. Conceptually, any application that runs over TCP can also run over SSL. There are many examples of applications such as TELNET and FTP running transparently over SSL. However, SSL is most widely used as the secure transport layer below HTTP [5]. A large number of e commerce sites dealing with private and sensitive information use SSL as the secure transport layer. This number is expected to grow as more and more businesses and users embrace electronic commerce. As security becomes an integral feature of Internet applications and the use ....

T. Berners-Lee, R. Fielding, and H. Frystyk. Hypertext Transfer Protocol { HTTP/1.0, October 1995.


Web Browsing in a Wireless Environment.. - Chang, Tait.. (1998)   (11 citations)  (Correct)

....in detail later in the paper. In the next section, we summarize the architecture of the WebExpress system upon which the asynchronous request response mode and disconnected operations functions are built. We assume that the reader has general familiarity with HTML and the HTTP protocol (refer to [1, 2, 3] for more details) 1.2 ARTour Web Express Proxy Model An important objective of ARTour Web Express is to be able to run with any Web browser (e.g. Netscape or Internet Explorer) and any Web server without requiring any changes to either. To accomplish this we use a proxy technique that enables ....

T. Berners-Lee, R. Fielding, H. Frystyk, Hypertext Transfer Protocol - HTTP/1.0 Specification, IETF, Internet-Draft, August 13, 1995. Available at -http-spec-01.ps.Z>.


Differentiated Multimedia Web Services Using Quality.. - Chandra, Ellis, Vahdat (2000)   (23 citations)  (Correct)

....performance of a bandwidth management scheme that temporarily denies requests under heavily loaded conditions. The users are expected to defer attempting to access these denied resources until the server becomes less loaded. For our experiments, we modify the Apache Web server to return the HTTP [30] error code 503: Service Unavailable to deny requests during heaving loaded conditions. Transcoding: Finally, we analyze the performance of a web service that offers differentiated web service by transcoding an image to a number of variations. The choice of the number of variations is a ....

Tim Berners-Lee, R. T. Fielding, H. Frystyk Nielsen, J. Gettys, and J. Mogul, Hypertext Transfer Protocol -- HTTP/1.1, January 1997.


Trace Analysis And Its Applications To Performance Enhancements.. - Chunha (1997)   (Correct)

....concepts which have similarities to the problem tackled here. In the following Sections, we describe such related research. 5.9.1 Proxies Luotonen and Altis [78] introduced the WWW server proxy to help people behind a closed network access the Web. Conceptually, a proxy is a special HTTP [11] server capable of receiving requests from clients inside a closed network and retransmitting them to the actual server outside the closed network. Due to the aggregation level attained through proxy, caching becomes the natural solution and, in fact, many proxy servers with caching have been ....

T. Berners-Lee, R. Fielding, and H. Frystyk. Hypertext Transfer Protocol --- HTTP/1.0, October 1995. Internet Draft.


Embedded Objects in Web Pages - Mikhailov, Wills (2000)   (4 citations)  (Correct)

....important metric from the Web characterization point of view. Objects in this case are not only embedded images, but other resources, such as cascading style sheets and frames. This metric is required for modeling of realistic Web sites and workloads. For example, with the HTTP 1. 0 protocol [3], a separate TCP connection is required to retrieve the base HTML object and every object embedded in it. The default persistent connection behavior of the HTTP 1.1 [6] however, allows multiple HTTP request response pairs to be transmitted over a single TCP connection. Knowing a realistic ....

Tim Berners-Lee, Roy T. Fielding, and Henrik Frystyk Nielsen. Hypertext Transfer Protocol---HTTP/1.0. RFC 1945, May 1996. http://www.ietf.org/rfc/rfc1945.txt.


Prefetching the Means for Document Transfer: A New Approach.. - Cohen, Kaplan (2000)   (30 citations)  (Correct)

....time, HTTP request response time, server processing, and finally, transmission time. Web browsing sessions typically consist of many HTTP requests, each for a small size document. Practice with HTTP 1. 0 was to use a separate TCP connection for each HTTP request and response [7]. Hence, incurring connectionestablishment and slow start 1 latencies on each request [17] Persistent connections [23] address that by re using a single long lived TCP connection for multiple HTTP requests. Persistent connections became a default with HTTP 1.1 [16] which gets increasingly ....

T. Berners-Lee, R. Fielding, and H. Frystyk. Hypertext Transfer Protocol --- HTTP/1.0. RFC 1945, MIT/LCS, May 1996. http://ds.internic.net/rfc/rfc1945.txt.


Prefetching the Means for Document Transfer: A New Approach.. - Cohen, Kaplan (2000)   (30 citations)  (Correct)

....Determining factors of the user perceived latency are name to address resolution, TCP connectionestablishment time, HTTP request response time, server processing, and finally, transmission time. Practice with HTTP 1. 0 was to use a separate TCP connection for each HTTP request and response [6]. Hence, incurring connection establishment and slow start [17] 1 latencies on each request [15] Persistent connections [22] address that by re using a single long lived TCP connection for multiple HTTP requests. Persistent connections became a default with HTTP 1.1 [14] which gets ....

T. Berners-Lee, R. Fielding, and H. Frystyk. Hypertext Transfer Protocol --- HTTP/1.0. RFC 1945, MIT/LCS, May 1996. http://ds.internic.net/rfc/rfc1945.txt.


Differentiated Multimedia Web Services Using Quality.. - Chandra, Ellis, Vahdat (2000)   (23 citations)  (Correct)

....performance of a bandwidth management scheme that temporarily denies requests under heavily loaded conditions. The users are expected to defer attempting to access these denied resources until the server becomes less loaded. For our experiments, we modify the Apache Web server to return the HTTP [12] error code 503: Service Unavailable to deny requests during heaving loaded conditions. Transcoding: Finally, we analyze the performance of a web service that offers differentiated web service by transcoding an image to a number of variations. The choice of the number of variations is a ....

Tim Berners-Lee, R. T. Fielding, H. Frystyk Nielsen, J. Gettys, and J. Mogul, Hypertext Transfer Protocol -- HTTP/1.1, January 1997.


Yasmin: a Component Based Architecture for Software Applications - Deri (1996)   (2 citations)  (Correct)

No context found.

T. Berners-Lee, R. Fielding and H. Nielsen, HyperText Transfer Protocol - HTTP/1.0, Internet Draft, October 1995.

First 50 documents  Next 50

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC