WO1999036865A1 - Procedure to buffer information in a communications system - Google Patents

Procedure to buffer information in a communications system Download PDF

Info

Publication number
WO1999036865A1
WO1999036865A1 PCT/SE1999/000058 SE9900058W WO9936865A1 WO 1999036865 A1 WO1999036865 A1 WO 1999036865A1 SE 9900058 W SE9900058 W SE 9900058W WO 9936865 A1 WO9936865 A1 WO 9936865A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
proxy
server
servers
user
Prior art date
Application number
PCT/SE1999/000058
Other languages
French (fr)
Inventor
Nils-Åke Klittby
Johan Bengtsson
Dirk Kopplin
Original Assignee
Telia Ab (Publ)
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Telia Ab (Publ) filed Critical Telia Ab (Publ)
Priority to EP99902953A priority Critical patent/EP1051684A1/en
Publication of WO1999036865A1 publication Critical patent/WO1999036865A1/en
Priority to NO20003592A priority patent/NO319667B1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/1021Server selection for load balancing based on client or server locations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/10015Access to distributed or replicated servers, e.g. using brokers

Definitions

  • TECHNICAL FIELD Procedure to buffer information in a communications system, with a system design which corresponds to, or is similar to, WWW (World Wide Web) , at which a proxy server buffers information or files.
  • WWW World Wide Web
  • a WW-service consists of a collection of hypertext documents which are linked to each other, and a program which can transmit these to the clients. The service can be compared to a catalogue or a newspaper, but with built-in links to other information sources. But unlike a printed catalogue, a WWW-service also can be interactive - it can offer possibilities to search information, transmit messages and to order material directly over the network.
  • HTTP - Hypertext Transfer Protocol The protocol which is used when the WWW-document is executed over the network is called HTTP - Hypertext Transfer Protocol .
  • the server program which handles the document distribution is called httpd - the HTTP-demon, in UNIX language.
  • the program httpd is continuously listening for HTTP-calls from the network, ready to deliver documents to clients.
  • When it receives a request for a document it checks that the request is legitimate, that the file exists, and then the document is transmitted to the client's IP-number.
  • HTML-documents server side includes, only NCSA. Act as proxy server and buffer files.
  • a WWW-server which operates as a so called proxy server normally receives HTTP-calls from clients in a local network, and forwards them to the external end destination.
  • the proxy server When the documents then are delivered from the network, the proxy server receives the document, buffers it in its cache, and finally transmits it to the client program. This will be done for all HTTP-calls for the client programs which have set up the server as their proxy server.
  • a proxy server is usually run in a so called fire wall computer which constitutes a barrier between a local network and Internet .
  • the buffering of documents in the cache memory of the server will have the good effect that a lot of documents can be collected directly from the cache of the server, without the need of loading the network.
  • this method of storing is not very well thought- out and efficient, because the system only to a limited extent is adapted to simple terminals and lower bandwidths, as, for instance, at transmission of information via modem or ISDN.
  • the communication between a user and the open data network Internet is improved, especially when the transmission is performed on smaller bandwidths as for instance at use of modem or ISDN.
  • FIGURES Figure 1 illustrates the principle of a known solution for WW.
  • Figure 2 illustrates a part of a network architecture according to the invention.
  • HTML HyperText Markup Language The "language” which is used and which Netscape interpretes, when a web page is made, for layout and links. Almost all addresses to web pages end in “.html”. If one wants to see what the HTML-code looks like, one opens a web page and selects "View Source” or “Document Source” under the "View” -menu in Netscape, and the code will turn up. All within “ ⁇ ” and “>” are HTML-codes.
  • HTTP HyperText Transfer Protocol A transfer protocol which is used when two computers transmit hypertext documents (document.html) between themselves .
  • IP Internet Protocol One of the protocols on which Internet is based.
  • IP-address A numerical address to a computer on an IP- network (for instance Internet) .
  • IP-addresses has the form of nnn . nnn . nnn . nnn, i.e. four groups of one to three integers, separated by points.
  • Gif;Gif Graphical Interchange Format A picture format, or rather a method of compressing pictures.
  • Java A programming language which is used to increase the interactivity of a web page. In practice it will work in such a way that when the user "enters" a page with Java, the small program is loaded over to his/her computer, and is executed by the browser, i.e. is run by Netscape.
  • MIME Multipurpose Internet Mail Extension A standard for i.a. transmission of appendices to e-mail.
  • MIME also makes it possible to transmit Swedish/ national characters (a,a, ⁇ ) in an e-mail without having them distorted.
  • the invention is based on use of proxy servers in a number of levels, where information is buffered in a structured way, making the access time reduced, at the same time as double storing of information is avoided.
  • FIG. 2 illustrates a network architecture for efficient buffering in World Wide Web according to the invention.
  • Figure 2 illustrates a network architecture for efficient buffering in World Wide Web according to the invention.
  • the Figure is shown diagramatically division of the buffering in different proxy levels and the denomination of the different buffering places (proxies) where buffering is done and which are described in the following.
  • the invention is described for an embodiment where up to three proxy-steps exist between client and original web server. If a user which intends to use Internet makes use of a limited number of terminals (computers) , Access Proxy and Home Proxy will in most cases be the same server.
  • the procedure to buffer information is based on that the user authenticates himself/herself to be offered advanced and for the person adapted services .
  • authentication of the user and set up to respective home proxy is done. This is done by the functionality which exists in an Access Proxy. This is done either integrated with the authentication of the IP-network (for instance in modem pool) or via separate JAVA-mechanism in Access Proxy.
  • the proxy servers utilising a common data base for information about users and in-loggings.
  • the proxy- functions of the second level guarantees a quality of service (QoS) which is adapted to the user's system by reducing file sizes to the user's available bandwidth and hardware .
  • QoS quality of service
  • Home Proxy is placed in a physical server which the system has identified as optimal to a certain user.
  • a user who normally connects from the same geographical place will, by the system, be allocated the nearest server for Home Proxy. If a user changes his/her access-pattern (for instance at travelling or permanent removal), the system will, after a certain time, change the allocation of Home Proxy for this user. At most accesses Home Proxy therefore will be the same server as Access Proxy.
  • the cache of this server often will contain requested web-material, i.e. "hit rate" for the cache function in Home Proxy will be high.
  • Home Proxy selects for each HTTP-access whether the material shall be collected directly from the original web server, or if it shall be collected via the specialised
  • Home Proxy has functionality to compress information if it knows that the terminal manages decompression. In a similar way Home Proxy attends to unpacking of compressed information of formats which the terminal does not know.
  • Certain web-material need to be adapted to different bandwidths, different types of terminals, or according to the wishes of the user.
  • Example of this is graphic material (for instance the MIME-types image/gif and image / 'jpeg) , the bandwidth need of which is heavily reduced by reducing the resolution concerning colour and pixels.
  • presentation elements as, for instance, video, are adapted to otherwise insufficient bandwidths and terminals.
  • MIME Proxy being specialised to manage specific MIME-types, it will be equipped with special software or hardware to adapt just this type of information without larger delays arising. Scalability for these MIME-types is an important part to offer adapted Quality of Service (QoS) .
  • QoS Quality of Service
  • Certain sites in World Wide Web are more popular than others.
  • certain proxy servers being responsible for buffering information from a certain name domain (for instance ibm . com) which is not handled by MIME Proxy, for instance software or text, better storing efficiency is achieved than if all proxy servers buffer this information.
  • a Home Proxy knows which Site Proxies that handles different name domains. By the system knowing which proxy server/servers that caches information from a certain name domain, it will be possible to make programmed updating of the material by means of so called PUSH-technology .
  • the third level is the public Internet. This level is used if the wanted information does not exist in the system, or if an updating has been made on the original web server. Owners of popular web- sites can offer information channels by which updatings are transmitted regularly (a number of times per twenty-four hours) . In that way is avoided that all readers must go to the original web server to get the most updated information. A so called Push Tuner is used to refill a Site Proxy with updated information.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Procedure and communications system to buffer information in a communications system, with a system design which is in accordance with, or is similar to, WWW (World Wide Web), at which a proxy server buffers information or files for further distribution to user 1, at which the information is buffered in a structured way on several levels, at which access time is reduced and that double storing of information is avoided. Communications system including computer equipment located at a user's 1, which communicates via his/her computer by an open computer network, and intends to collect information from one or more computers which are connected to the open computer network, at which the information which is collected to the own computer first is buffered in a special computer, or server, at which the buffering is done in a number of in the communications network existing servers, or computers, depending on the type of information which is collected from the open computer network.

Description

TITLE OF THE INVENTION: PROCEDURE TO BUFFER INFORMATION IN
A COMMUNICATIONS SYSTEM
TECHNICAL FIELD Procedure to buffer information in a communications system, with a system design which corresponds to, or is similar to, WWW (World Wide Web) , at which a proxy server buffers information or files.
PRIOR ART
World Wide Web (WWW) operates with client-server technology. This means that the user apparently operates in his/her own computer all the time, though he/she collects information from sources on the network. The client-server communications in WW is "state-less", which means that client and server does not maintain a communication link between the transactions - a connection is established over again each time. In spite of that the client program is running continuously, the client and the server only are in contact with each other during the time it will take to deliver a document between them. A WW-service consists of a collection of hypertext documents which are linked to each other, and a program which can transmit these to the clients. The service can be compared to a catalogue or a newspaper, but with built-in links to other information sources. But unlike a printed catalogue, a WWW-service also can be interactive - it can offer possibilities to search information, transmit messages and to order material directly over the network.
The protocol which is used when the WWW-document is executed over the network is called HTTP - Hypertext Transfer Protocol .
The server program which handles the document distribution is called httpd - the HTTP-demon, in UNIX language. The program httpd is continuously listening for HTTP-calls from the network, ready to deliver documents to clients. When it receives a request for a document, it checks that the request is legitimate, that the file exists, and then the document is transmitted to the client's IP-number.
The functions of the WWW-server can be summarized according to the following and is shown in overview in Figure 1:
Collect and return HTM -documents to client programs .
Translate URLs to the server's file system
(mapping) .
Transmit information about the type of the files, date and size according to MIME (typing) . Generate and transmit graphic file catalogues with README-files.
Transmit users HTML-pages via /~user name/. Redirect HTTP-requests to other WW-servers
(redirection) .
Keep a log file with data about which computers that have requested respective document. Start external programs to collect data and generate dynamic documents.
Include external files in HTML-documents (server side includes, only NCSA) . Act as proxy server and buffer files.
TECHNICAL PROBLEM
A WWW-server which operates as a so called proxy server normally receives HTTP-calls from clients in a local network, and forwards them to the external end destination.
When the documents then are delivered from the network, the proxy server receives the document, buffers it in its cache, and finally transmits it to the client program. This will be done for all HTTP-calls for the client programs which have set up the server as their proxy server. A proxy server is usually run in a so called fire wall computer which constitutes a barrier between a local network and Internet . The buffering of documents in the cache memory of the server will have the good effect that a lot of documents can be collected directly from the cache of the server, without the need of loading the network. However, this method of storing is not very well thought- out and efficient, because the system only to a limited extent is adapted to simple terminals and lower bandwidths, as, for instance, at transmission of information via modem or ISDN.
TECHNICAL SOLUTION
The technical solution is described in what is indicated in the patent claims.
ADVANTAGES
By the present invention the communication between a user and the open data network Internet is improved, especially when the transmission is performed on smaller bandwidths as for instance at use of modem or ISDN.
By dividing the web pages into their components (i.e. text, pictures, audio and video) which then are stored in different proxy servers in the system, a better use of available storing space than with the proxy systems of today with only one level (corresponding to Access Proxy) , is achieved.
DESCRIPTION OF FIGURES Figure 1 illustrates the principle of a known solution for WW.
Figure 2 illustrates a part of a network architecture according to the invention. DETAILED DESCRIPTION
In order to facilitate the understanding of the present invention, an explanation of used abbreviations is presented below.
HTML HyperText Markup Language. The "language" which is used and which Netscape interpretes, when a web page is made, for layout and links. Almost all addresses to web pages end in ".html". If one wants to see what the HTML-code looks like, one opens a web page and selects "View Source" or "Document Source" under the "View" -menu in Netscape, and the code will turn up. All within "<" and ">" are HTML-codes.
HTTP HyperText Transfer Protocol . A transfer protocol which is used when two computers transmit hypertext documents (document.html) between themselves .
IP Internet Protocol . One of the protocols on which Internet is based.
IP-address, IP-number A numerical address to a computer on an IP- network (for instance Internet) . IP-addresses has the form of nnn . nnn . nnn . nnn, i.e. four groups of one to three integers, separated by points.
Gif;Gif Graphical Interchange Format. A picture format, or rather a method of compressing pictures.
Java A programming language which is used to increase the interactivity of a web page. In practice it will work in such a way that when the user "enters" a page with Java, the small program is loaded over to his/her computer, and is executed by the browser, i.e. is run by Netscape.
MIME Multipurpose Internet Mail Extension. A standard for i.a. transmission of appendices to e-mail.
MIME also makes it possible to transmit Swedish/ national characters (a,a,ό) in an e-mail without having them distorted.
WWW "The World Wide Web" . The server system on the
Internet which contains information and services which are linked together by means of hypertext documents .
The invention is based on use of proxy servers in a number of levels, where information is buffered in a structured way, making the access time reduced, at the same time as double storing of information is avoided.
Figure 2 illustrates a network architecture for efficient buffering in World Wide Web according to the invention. In the Figure is shown diagramatically division of the buffering in different proxy levels and the denomination of the different buffering places (proxies) where buffering is done and which are described in the following.
The invention is described for an embodiment where up to three proxy-steps exist between client and original web server. If a user which intends to use Internet makes use of a limited number of terminals (computers) , Access Proxy and Home Proxy will in most cases be the same server.
The procedure to buffer information is based on that the user authenticates himself/herself to be offered advanced and for the person adapted services . On the first level, authentication of the user and set up to respective home proxy is done. This is done by the functionality which exists in an Access Proxy. This is done either integrated with the authentication of the IP-network (for instance in modem pool) or via separate JAVA-mechanism in Access Proxy. When a user has authenticated himself/herself via logging in, he/she can use all services and resources which he /she has authorisation for. This is guaranteed by the proxy servers utilising a common data base for information about users and in-loggings.
The proxy- functions of the second level guarantees a quality of service (QoS) which is adapted to the user's system by reducing file sizes to the user's available bandwidth and hardware .
By distributing the files on different servers in a structured way, by the functionality which exists in home proxy, double storing is avoided. To the second level Home Proxy, Mime Proxy, Site Proxy and Push Tuner are referred. Home Proxy is placed in a physical server which the system has identified as optimal to a certain user. A user who normally connects from the same geographical place will, by the system, be allocated the nearest server for Home Proxy. If a user changes his/her access-pattern (for instance at travelling or permanent removal), the system will, after a certain time, change the allocation of Home Proxy for this user. At most accesses Home Proxy therefore will be the same server as Access Proxy. By all users always using the same Home Proxy, the cache of this server often will contain requested web-material, i.e. "hit rate" for the cache function in Home Proxy will be high.
Home Proxy selects for each HTTP-access whether the material shall be collected directly from the original web server, or if it shall be collected via the specialised
MIME Proxy or Site Proxy. By that, Home Proxy controls the second proxy- level. In the same way appointed Site Proxy gives a mechanism to, in an efficient way, store information which belongs to popular information suppliers, without the users needing to select between so called "mirror sites" .
In order further to save bandwidth, Home Proxy has functionality to compress information if it knows that the terminal manages decompression. In a similar way Home Proxy attends to unpacking of compressed information of formats which the terminal does not know.
Certain web-material need to be adapted to different bandwidths, different types of terminals, or according to the wishes of the user. Example of this is graphic material (for instance the MIME-types image/gif and image / 'jpeg) , the bandwidth need of which is heavily reduced by reducing the resolution concerning colour and pixels. In the same way presentation elements as, for instance, video, are adapted to otherwise insufficient bandwidths and terminals. By the MIME Proxy being specialised to manage specific MIME-types, it will be equipped with special software or hardware to adapt just this type of information without larger delays arising. Scalability for these MIME-types is an important part to offer adapted Quality of Service (QoS) .
In the system, all Home Proxies know which MIME Proxies that manage respective MIME-type.
Certain sites in World Wide Web are more popular than others. By certain proxy servers being responsible for buffering information from a certain name domain (for instance ibm . com) which is not handled by MIME Proxy, for instance software or text, better storing efficiency is achieved than if all proxy servers buffer this information. A Home Proxy knows which Site Proxies that handles different name domains. By the system knowing which proxy server/servers that caches information from a certain name domain, it will be possible to make programmed updating of the material by means of so called PUSH-technology .
The third level is the public Internet. This level is used if the wanted information does not exist in the system, or if an updating has been made on the original web server. Owners of popular web- sites can offer information channels by which updatings are transmitted regularly (a number of times per twenty-four hours) . In that way is avoided that all readers must go to the original web server to get the most updated information. A so called Push Tuner is used to refill a Site Proxy with updated information.
The invention is limited only to what is indicated in the patent claims, so the idea of the invention is applicable to all types of buffering procedures which have their realisation in a communications network.

Claims

PATENT CLAIMS
1. Procedure to buffer information in a communications system, with a system design which is in accordance with, or is similar to, WWW (World Wide Web) , at which a proxy server buffers information or files for further distribution to users (1) , c h a r a c t e r i s e d in that the information is buffered in a structured way on several levels, at which access time is reduced and double storing of information is avoided.
2. Procedure as claimed in patent claim 1, c h a r a c t e r i s e d in that the buffering is done on 3 levels, at which the first level handles authentication of users and set up to intended home proxy, and the second level includes proxy functions which guarantee a QoS which is adapted to the user's system by reducing the information to the user's available bandwidth and hardware, at which the third level is the public Internet.
3. Procedure as claimed in patent claim 2, c h a r a c t e r i s e d in that home proxy distributes the files or the information on different servers .
4. Procedure as claimed in patent claim 2, c h a r a c t e r i s e d in that the information consists of web pages which are divided into their components, i.e. text, picture, audio and video.
5. Procedure as claimed in patent claim 3, c h a r a c t e r i s e d in that the different components are stored in different proxy servers in the system.
6. Communications system including computer equipment located at a user's (1) who communicates via his/her computer with an open computer network and intends to collect information from one or more computers which are connected to the open computer network, at which the information which is collected to the own computer first is buffered in a special computer, or server, c h a r a c t e r i s e d in that the buffering is done in a number of in the communications network located servers, or computers, depending on the type of information that is collected from the open computer network.
7. Communications system as claimed in patent claim 6, c h a r a c t e r i s e d in that the information which is collected from the open computer network consists of web pages which are stored at different buffering places, or proxy servers, depending on which type of information the web pages represent.
Communications system as claimed in patent claim 7, c h a r a c t e r i s e d in that the information of the web pages consist of the different components text, picture, audio and video.
9. Communications system as claimed in patent claim 6, c h a r a c t e r i s e d in that the servers for buffering are located on three levels, where the user only has direct contact with a first buffering server on a first level, and the server which delivers information to the user located on a third level has direct contact with all servers on a second level among the buffering servers.
PCT/SE1999/000058 1998-01-19 1999-01-18 Procedure to buffer information in a communications system WO1999036865A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP99902953A EP1051684A1 (en) 1998-01-19 1999-01-18 Procedure to buffer information in a communications system
NO20003592A NO319667B1 (en) 1998-01-19 2000-07-13 Communication system and method for caching information

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
SE9800155A SE522316C2 (en) 1998-01-19 1998-01-19 Procedure and system for intermediate storage of information in a communication system
SE9800155-5 1998-01-19

Publications (1)

Publication Number Publication Date
WO1999036865A1 true WO1999036865A1 (en) 1999-07-22

Family

ID=20409930

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/SE1999/000058 WO1999036865A1 (en) 1998-01-19 1999-01-18 Procedure to buffer information in a communications system

Country Status (4)

Country Link
EP (1) EP1051684A1 (en)
NO (1) NO319667B1 (en)
SE (1) SE522316C2 (en)
WO (1) WO1999036865A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6839761B2 (en) * 2001-04-19 2005-01-04 Microsoft Corporation Methods and systems for authentication through multiple proxy servers that require different authentication data

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0762297A2 (en) * 1995-09-08 1997-03-12 Sun Microsystems, Inc. Use of proxy servers to provide annotation overlays
WO1997038389A2 (en) * 1996-04-10 1997-10-16 Lextron Systems, Inc. A proxy-server system for enhancing functionality of computers accessing servers on the internet
EP0811939A2 (en) * 1996-06-03 1997-12-10 Webtv Networks, Inc. Method and apparatus for providing proxying and transcoding of documents in a distributed metwork
WO1999005584A2 (en) * 1997-07-24 1999-02-04 Mirror Image Internet, Inc. Internet caching system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0762297A2 (en) * 1995-09-08 1997-03-12 Sun Microsystems, Inc. Use of proxy servers to provide annotation overlays
WO1997038389A2 (en) * 1996-04-10 1997-10-16 Lextron Systems, Inc. A proxy-server system for enhancing functionality of computers accessing servers on the internet
EP0811939A2 (en) * 1996-06-03 1997-12-10 Webtv Networks, Inc. Method and apparatus for providing proxying and transcoding of documents in a distributed metwork
WO1999005584A2 (en) * 1997-07-24 1999-02-04 Mirror Image Internet, Inc. Internet caching system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
WORLD-WIDE WEB PROXIES ARI LUOTONEN, CERN KEVIN ALTIS, INTEL, April 1994. *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6839761B2 (en) * 2001-04-19 2005-01-04 Microsoft Corporation Methods and systems for authentication through multiple proxy servers that require different authentication data
US7269659B2 (en) * 2001-04-19 2007-09-11 Microsoft Corporation Authentication through multiple proxy servers

Also Published As

Publication number Publication date
SE9800155D0 (en) 1998-01-19
NO20003592L (en) 2000-09-14
NO20003592D0 (en) 2000-07-13
NO319667B1 (en) 2005-09-05
EP1051684A1 (en) 2000-11-15
SE522316C2 (en) 2004-02-03
SE9800155L (en) 1999-07-20

Similar Documents

Publication Publication Date Title
US7395355B2 (en) Method for caching and delivery of compressed content in a content delivery network
Luotonen et al. World-wide web proxies
RU2210871C2 (en) Distribution system and method for object pre- selection
US20020002625A1 (en) System and method for reformatting data traffic
US6421733B1 (en) System for dynamically transcoding data transmitted between computers
US5835718A (en) URL rewriting pseudo proxy server
US6185625B1 (en) Scaling proxy server sending to the client a graphical user interface for establishing object encoding preferences after receiving the client&#39;s request for the object
US6343323B1 (en) Resource retrieval over a source network determined by checking a header of the requested resource for access restrictions
US20010054084A1 (en) Method and system for communication in the usenet
EP0961490A2 (en) Internet convolution audio/video server
IL167256A (en) Remote dynamic configuration of a web server to provide capacity demand
JP2001511984A (en) Compression of Internet upstream requests
EP1131748A1 (en) Efficient content server using request redirection
US8156200B2 (en) System and method for building an information web with pages addressed by phone numbers, which enables phone users and computer users to create, administer, publish and access web pages addressed by phone numbers
Touch Defining high-speed protocols: five challenges and an example that survives the challenges
EP1051684A1 (en) Procedure to buffer information in a communications system
Sedayao World Wide Web network traffic patterns
US20100131673A1 (en) System and method for distributing foveated data in a network
EP1701508B1 (en) Method for dynamically transcoding data transmitted between computers
US7620734B2 (en) System and method for distributing foveated data in a network
KR100313847B1 (en) Internet service apparatus and method using bookmark
KR200244695Y1 (en) Network System with Web Accelerator
Xu et al. FTPGrid: A new paradigm for distributed FTP system
Franks et al. Status of this Memo
AU7892700A (en) A method and system for communication in the usenet

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): EE LT LV NO

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 1999902953

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1999902953

Country of ref document: EP